angelscript-devel-2.34.0-lp152.1.3 >  A ^낸/=„V'pG?0ǻߦ͐y0c]6_m%yK5(46QO&.ǹnHSU#[LtZ6f C'O{z-ZAI`]dԮ{7PzAV{ PK*M! 'O#X*#g@CwycV~>1TAwknh 󲉕HsC|SRܴ4)[B0]LrdZ_9536079abf7a70214b356aa723b1a9cc2884260ec640a3048e4f096cf7ee0f9408e618117b40a426cb74a002fff04a097873ac22_^낸/=„>*5"ӣz3Ûȕ烈m1U7"MjUl""5&RZGs}f4If*70IY~6ɣCH3wQ᧯/{Uߩ2/ho7CKɌ +TX*L-h$3]Ym,˜/rfh}om Kfy/*IHGp;%?%d % G  ( , 0 8 z   (8 9 : F#G#H#I#X#Y#\#]#^$ b$&c$d%1e%6f%9l%;u%Pv%Xz%%%%%Cangelscript-devel2.34.0lp152.1.3Development files for AngelScriptThe AngelCode Scripting Library, or AngelScript as it is also known, is a scripting library designed to allow applications to extend their functionality through external scripts. This subpackage contains libraries and header files for developing applications that want to make use of the AngelScript library.^qlamb52 openSUSE Leap 15.2openSUSEZlibhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.angelcode.com/angelscript/linuxx86_64 ^m^m67bfed2da5d4469024065d89997ed7ebdf18e67d374edb8ad1f9acab189220c1libangelscript.so.2.34.0rootrootrootrootangelscript-2.34.0-lp152.1.3.src.rpmangelscript-develangelscript-devel(x86-64)    libangelscript2_34_0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.34.03.0.4-14.6.0-14.0-15.2-14.14.1^}\j@YjY?Xf@W@Tq@P}@P@O|7Christophe Giboudeaux Matthias Eliasson mailaender@opensuse.orgjengelh@inai.derpm@fthiessen.derpm@fthiessen.demailaender@opensuse.orgjoop.boonen@opensuse.orgjoop.boonen@opensuse.orgjengelh@medozas.de- Update to 2.34.0: * Fixed problem in compiler with bool property returned as reference in conditions * Fixed problem with catching exceptions in functions with multiple try-catch blocks * Fixed read from unallocated memory in compiler when compiling default args * Fixed problem with doing a value assign from array holding handles * Fixed crash in compiler when there are multiple matching global functions for set accessors * Fixed crash that could happen when loading bytecode with shared classes that doesn't match current declared shared classes * Fixed assert failure when compiling a construct call with an anonymous initialization list * Fixed incorrect bytecode sequence when doing value assignment from handles for script classes using default assignment operator * Fixed problem with default arg not being able to access members in expression * Fixed crash when releasing engine with template specialization containing child funcdefs * Fixed asCALL_THISCALL_ASGLOBAL to function correctly with multiple inheritance * Compiler now identifies match for functions taking object as inout ref when passing anonymous init list * Compiler now interrupts compilation after identifying error while compiling use of get property accessor * Compiler no longer identifies global script functions as property accessors when this is turned off with asEP_PROPERTY_ACCESSOR_MODE * Fixed config for FreeBSD on non-x86 64bit targets * asEP_PROPERTY_ACCESSOR_MODE has a new mode (3) to require property accessors to be flagged with 'property' * Property accessors are validated upon declaration when flagged with 'property' * asEP_PROPERTY_ACCESSOR_MODE is now set to 3 by default * Handles can now be declared read-only * Functions and methods intended to be used as virtual property should now be declared with a 'property' decorator * Added non-reserved keyword 'property' * Added asIScriptFunction::IsProperty * Removed an invalid assert() statement in ExecuteString * Debugger commands 'n' and 'o' no longer prints 'No script is running' when used as first command * Debugger command 'p' prints 'Invalid expression. No matching symbol' when the symbol doesn't exist in the current context * Fixed missing check for failed memory allocation in CScriptArray::Precache * The string factory in the std::string add-on is now thread safe * Enabled Virtual Terminal Processing in asrun for colored text on Windows console- Update to new upstream release 2.33.0 * Fixed crash when compiling is null comparison with ASHANDLE object without any opEquals operator * Fixed bug with anonymous initialization lists when used to initialize value type passed by value to function * Loading bytecode that included use of template value types with a template type as argument crashed * Compiler would crash on compiling ternary operator with anonymous list in one of the conditions * Fixed error when saving bytecode for scripts containing interfaces that derives from interfaces * Saving bytecode for a never returning function would cause assert failure * Fixed an error when compiling a class method call as post-op and the name matches a type name * Template types are now properly identified in separate namespaces * Fixed memory build-up due to delayed cleanup when discarding modules with shared entities * opImplCast with variable type won't be used for non-ref types * Fixed compiler error when both opConv and opImplConv are implemented * Fixed bug when loading bytecode containing shared interfaces with inheritance * auto declarations now works correctly with implicit handle types * Initializing an ASHANDLE type with overloaded opHndlAssign taking a var type as a handle wasn't done correctly * Fixed loading byte code that uses external shared classes in namespace * The bytecode for external shared entities is no longer saved in the module when inherited from * Bytecode with external shared classes with virtual methods failed to load from bytecode * Fixed assert failure on call to opCast(?&out) with a non-variable expression * Passing a string literal to function expecting &out will now give compiler error * Fixed problem in compiler that didn't release a temporary variable when passing anonymous object to function expecting ?&in * Fixed a bug when loading bytecode having identical shared functions in different namespaces * Compiler will now detect name conflict between property and function * asIScriptFunction::GetDeclaration(false, true) no longer includes the namespace before the function name for class methods * Fixed assert failure in asIScriptEngine::RefCastObject when object has multiple opCast methods * Compiler no longer accepts primitives in the right hand expression for handle assignments * Fixed compiler warning with use of asOFFSET on 64bit platforms * Fixed crash caused by CreateScriptObjectCopy when script class' constructor takes argument by handle * Child funcdefs in templates will no longer convert parameter types to @const& * Fixed problem when compiling anonymous initialization list from default arg * Ownership of shared template instances wasn't correctly transferred when discarding modules * Fixed crash in compiler when matching anonymous list to function taking funcdef * Fixed assert failure in builder when compiling external shared interfaces with inheritance * Fixed crash in compiler when invalid script has inheritance from class with duplicate methods - Clean with spec-cleaner- Add documentation (including license)- Remove filler wording from description.- Update to new upstream release 2.31.2 * Fixed big endian errors in the compiler related to enum values * CreateScriptObject crashed when called for template value types * Fixed crash when discarding modules containing shared funcdefs * Fixed big endian errors in the compiler related to implicit conversions of constants * Fixed bug with saved byte code not being portable between 32bit and 64bit platforms when including ChkNullS instruction * Fixed assert failure in compiler when compiling invalid switch case * Fixed bug in compiler when passing a @& argument to a function * Fixed bug when compiling get property accessor returning a registered type that is then implicitly converted to another * Fixed assert failure when compiling boolean not operator on constant * Fixed incorrect compiler warning about too large value when assigning negative value to const int8/int16 * Compiler emits warnings if 64bit integer constants cannot fit when implicitly converted to smaller types * Compiler didn't support implicitly converting constant uint64 values to uint32 values * Fixed assert failure when compiling comparison operator on boolean constant * Fixed bug in bytecode serialization when adjusting pointer sizes for calls using asBC_ALLOC * Fixed problem with registering types using the asOBJ_IMPLICIT_HANDLE flag * Fixed assert failure on implicit conversion from 8/16 bit uint constant to integer * opCast(?&out) on null handle now works without raising null pointer exceptions * Corrected as_config.h so Linux for 64bit ARM doesn't try to compile as_callfunc_x64_gcc.cpp * Fixed crash on GCC 6 due to CastToObjectType accepting this == null- Update to new upstream release 2.31.1- Build version 2.29.2 - Use en.opensuse.org/SourceUrls - Remove upstreamed makefile-flags.diff and angelscript-makefile.patch- Build version 2.25.2- Build version 2.25.1- Avoid use of descending relative paths in %files - Add patch to allow using %optflags and resolve the prior rpmlint message about the lack of itlamb52 15896359532.34.0-lp152.1.32.34.0-lp152.1.3angelscript.hlibangelscript.so/usr/include//usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/f176f8c4f6a3e826e5c98ad781f69ada-angelscriptcpioxz5x86_64-suse-linuxC source, ASCII text, with CRLF line terminators VY+'lnutf-8552c7f21102c465d06675b246a71b2da0c37fcd83b876fd37edb0fd11e83d349?P7zXZ !t/ s5j] crv(vX0dJaF=Z *f(,7u;PConvkCTen̍/Z4bO }V5FCOr#,A%'o;,rTO"C -G~ŜFS-"2A#|e-'z\~ Tpd֞oZq4xxHR We{nwÉTjf'|V: Wp5giOpG 0.hCUJOKR^7JomiCWY(paB#Q~mzNQqcE`/2py P1݈bw6mkz!Wg)}gt.m+-XʣDφ4F3A^_7={:X;%t`^+"$J2FDSUjFwFb}&bsKW6wV+ +ѡdN4eWFFWKZ1&E=íP5RMX av7I79<T);ۮwkA kmsmfU0'Vs&,2>Z+ ?Ei* ,շtvp֠cwG\gLsx3Y\kNޝ]1h3naH `[Z#gĆS/`BxY) u;j$+H}];zQelAVu%S\^ #c>s8syBjBIE_Pk\qo.4OvfDw'`N6r ^Ϣ@k1|{> bCtАqv4SC[>*JjBY:hSŭͮg:S$WQzZq>Bߓ#.Wo{SJDQ:#Ȋ8g$/b  t0zMTGB]SlW x>};muI ޶,!w_~Pi!/9.1 sAjݢmD15l-O ߛ CACm =.ql=vӲq.df{ 4ސͽj="., ]xTv#Z!tޒs WT߇Ízˇ_;+VFGrϴ?>sT/>*\&y5ŨiCb`ŋ`7d&P BրN5n ?.fQؾ:QrLq D. {;?ΞQ4Jd"M56]ު9g'_+[:A t`J1#Wox$LĪ0߱3 ^~Ӧ0=_dt.[X"RhYֺ=zBjẺ΂(:~%5XH8U$j ou]^ɕy:`| )0GpQfLީz2jڠ7@2mnЧbYޤrNG%.};Oģ/-/^dl(cQT]^Ȋ^Z+NьL1I~ex#OzōR7]sbS0o*PZY#}j>~IAfx85\PW =@set*OmMmŴـANt?-D v@01t~yOГG4] !Cjc-4]*kCd\ԭhmG7. )ЭE}ΓMvz3_Iů<~+4 ȷ@X:=W&Q##Fx[c䚋Sw&y Q[ t,ю1Oi18:T?Y>EHۯQ1yNT8!nr Xnf޻bbfBMdÿ?m{ z^H<%X>}8B"o19{1cF UjV*qaVzafrlTK>'ۃ.H('g:G0fQklWSjJϻ7MJ\o7 ^dS%}' p[R'rEFmEwTΒGѫOD~m4oizΫޭg,DJc݃E~`6J6>r3 +uxJBJ8^fI1Vܫ%e#?a?Aq}G b@xH<RW]'~DÛ~̤_o[\V? ֡ӫI@R!?N:PDwc9L}kg01DQ^#Y{\ LaEPa۹a4[6T A׍/LGR(<7h #ĸ+!) 2@82qƒJW*@c{bj~ʒpDܱ QH) A+dec3tov5zJ0c=V1 wЍ[Ϯ9|~ަ "{z6X 8zŕWݶjqJFV94UR0"iyjCqN]!Ꭺ:K?oX _޸=it>`RdM8 ߑ>ySv`p~eujBaDnK3wNp .](h~9 g4>Ъjb3GMYEm_||ǠD)ծ@¨\|(yIFxjV~ILĔ[Б " [Uw~d|6(2,v_W-g{tjh5S݉k@k6 Ҳ^Z,Z~Я)3%ތR4!1zEQb crHDMKGli+ I=ksE[wfNPQ/H0!Gk (;F)mɪ$=w ćxkL{ߐ <ޥ`u=]}-x v|*Ҥ/;*ԉWXh(&gSSj]ptFpL >JWS0Ǫ2Wi疳S {S=1IEQ+$Ih+ےd~hz |ndt_=yGj汯۵8O5aEq4ˌɅsp*Nkh銈| %O p|m=z Uo妴iQ7ƀQC!n'4?FǮc\Ä >RnRE'yZT*kAWO;K.W"tdhz+=a͂Z; "yQR屮]}jE7$DQp>m_di *asXX/տ+Äp}җ=FOh.рd%c]=W}ޫhh4& ɰ.)p:$LEtfR vYzaoxYSҐus=3c9jt{1NbF׌evš{sڐg_2m6˓M>@Wdː[DޘɤqغxT,lm[u21Nb{gO"l)Z!0()m{r+7bƻrg=|0J; *kؾg/de׎lUW:m=u% (ߩoD Xjۈ';0N=\(P,iPPΙ28 sP$n %e;/Rb@vS>f-}܎? h_]P-XrUeG. S;S[sV01fB9|2Vk "-T|/ z$ NBm3s=fOTH_H:=ۚJw`lƒfB)!Fo׮uڃ(A-PK ߇ ;⩉sl(c\Fᥢݟ1>p Nw +ݚ7l \tJ\TKoV X 7lU=d'ӓ1i4- ;F-@m!cHѹ>|Յ%A]`uȬ ]ﻑ&I/AsOIxxD$&{QO!8˱uJ16%SWf!&L.5vlv/75C_)ɒr GYi,g)U>zEda'KWSw.OW.J1o(gajz/jL+ZE_UjL_'܆P`/^&@CwV l tjBJDRu%ys0iԈdI
=FbKL c^5sa:(wr¦MU~(*O67T%Uta]dqib}, et6Zr|gfc/4"H>2e+Ad{3:k50翀ؿ%5L]vj<b-b•r-ClRL?a4(GNƹ eO8\O.[esk0:YaXj >t[Fxd h_~ ~,abfi H{hd偤i }%zU*%Ѽ-hHɗs;iF) 13lW!O+H֩ZFg#?kj9}yl5\ 8<&9RuL'(t=HYho]+(e3EO>I“N6eܻb\ g #ƕøOoT“C꯱ߞ0ڬWТT^d.ʛ:1wi8Kq+ ;]tPˍRW~ j4ㄫk8(mbnbbO]GD KWExJ{TlM"±nؔjsb8d0BS8d-M&3au x}-^z]`#UX]Q!m]d<0r-DGv G5 @<|3=*}]K{cM@[͕vXOJs)+&ufp@_`އ^P:ޟL8↹SG>+ ŝq^O L\Nw93o%B8g-vlC L%wvb:eFc:Dh2TlKH(-/*h~KPm`4$,#cʜZ'h-{6RP$ U,_YFM~jJ-Br˧mUzB,| $+YR N|h.Pm"u(uNlXkI'|ҵ =棢cQE K7ӭ91,Z撃I9~[EiJ22 Ḑs_  b2IT!+k'OE{q reXyeK{>׹(Ag#t%_j챇qk0% M+-G-,GcqgIp%>B*[ݽ qD湍 ]7}f 2mU_7JK!li1}7F @y7 6L0$@EdjHȃXVYfж폃2ͩ(X9o, ?~$l~BXh>&R˪MdšaZk5qckP?EOR ȑo8,7dNֹXR &M/ihܭ_|!8aEU"Lo6Qu*@ ~v!{+"虜W/H9r .}9P:9cH*Dd`.vp^_iV06 54=4\$y0KVIni>W9K@L?.G. #/1iV<{dz筽  @2i1\׎{`{W+ti$:&o-[ iqhϹ{Xi>$(i)us7b  X$sO=BOj˕/–攫t8Bܺe;Qty:^̡Q2N+@%>Y\@LC05NbbZkG@G&`")1E ͒nؾˈesyG2 cT2qjI!>EL!>bjpnvȭP,jH ?T.DRX|Ⱥ|8XZ6$JY(KN3OACP)+0]cЃܰ]RD*G>(j)%f4vD Ƣar $}7Nyi.[R$ J6tG/cPu!]86Vd̝TCAa`8Bi\# ͨEf#Χ!0IN"f0R%P9y)y ߵOn](6A rO8vohtXQjWDM̠W6^\@`.'jbk_̂ϠgOS]EKtX2l☨:V3eh8_LZ*& &xUpzVJ[UmX]-3L!3CiH!1d^o5ht^zX #ߨ8C['L\4[=Zp>cҖ)C8rgP]/6:4nWO"bč{ m269wa[sMLIT Q-.[%|&Gx8/zXRS}ނIIZ\ A(v95+@DsƫQߺYpeBzHep@:8X^=d)''0  mQF :E5h5-Էkj'NiC8Q(.3lQ퇲iE"ZǞ>Zzy ب['=98xTJb$@\!PP뀅>2~䊺Tgsusy5wkH G|).}uvP< >ۇzP/?~5{b:Qj\RǫE6dnYL-X ;AJx]@$;XDg]{GHB8ie[)&t;Q ~#@i W,hIw+&UKQ H/ԛG& r4f5:$搭EVsS"v0] x062&osf*;=ꯓ9ei>3S:Fk?Kdm&KVQُ!vDStY?%[f'ΛfKOҒ ֌1#ĵ. R(dC9XD8RV%9!R۞ =NImZSj<rc&pnهT,z '/ݬ 荍931|qw.RUR~D)bvV{v5ˁ}K2_Vɾc3(Xx괯)lQV~6f x eN;"C ~@ E}h(r~_@~ 2'"2$-"d5p:e.{qOl 8{|*F{ e e\ĶfѕhH"*X̏k5N.ظUId0k{}(?L[n/-p4Rpp>2ѱ?[_Gd4dq!nIyiIdi]rG2/=ְ|n[R:}rj +SQ}63` uVOO1ȨWeڕIOZL!O*lfeqd? yB Ƭ@ET+L3)$="kk%KouoE2)‘>6q%iV3X"WYz;}1~TMQ2ǟ bVX^p bĠ_ :`!|.sdB7Կx-x64Oꁓ됻YۻCd՝yjߠӧ8x7ޣcËJ恝 v ^^CMi9CbknD9'4wd)'lG""EO DM7dLbnuQZ[}pD ρQ$zs}W'`c^}؞$77qKcGJf"v~yl!^3n* f^,8 U*L)<679㍑YM#XGl*Kކ%PNEKFQڣ]9m;,Ht~G^aڰ1ε)0W"tcPPnvcmQAK~c{fc QqJ̕Vq!r9 M<8ZдH>-P]"EO'leE={qiՓ`9@&[{8)26LWk_#m _r`;(D*>E&x7 _ʄkpXt4;B%W y+t,FfVnj@.W2 S puay/'\4)1)a }tw|)Oiz[ rQ"c+t(mxbF2Dct@Y¡ZrhmgpB];(}؋u8'S,AꫂF -@h P|& i(_Kpb4xLGtO25m0 \3-_Ґ'79)4߆,G\,Lݽ sAC& Bfgd6lRPYP٘А@*4]`"@q'9$8LfmsPS=YAn/1j7e^£`9N߮q*Ϳ-Xe~oݴ Z$/V*~BB݃"v-5*b]f~!ZH"Qǽvi҈ Lb=%cs徛vKn. Vo{ue>CtT;٩~_?Q |NΠ8#-\KŘpR8m$A^Ua ߼Ĭ#TD}Q[O.27| ee,F[$Π䇄!RhK*[H$7ъ+|W9gdFI#]K_ńTU͸2td &/NJ2\ݰ^] `/~<s0jeԑ?C"p_5rp&&#= ߢM` mB6x2b ? .>;5-*}.OI cb<#Mjl:q͉DM/\K\_87|Fdk`7 YZ