boo-devel-0.9.3.3457-lp152.4.2 >  A ]S/=„J\2VrCpkR_h8לo֐QT!  ~33vAEƵ(PM>*Z<|LRS~Q4Ж=&֧w)O/SI.c3W؛n1U0|{(:} M B..ß%&|p>$|?$ld  ! : #,0 Jf{       $  1  @ t   L   ( 8 9< : F7GL H I XY\  ] D ^ b!c!d"e"$f"'l")u"< v"pw#L x# y#z$ $$ $&$hCboo-devel0.9.3.3457lp152.4.2A CLI Scripting LanguageBoo is a new object-oriented statically-typed programming language for the common language infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.]Slamb51openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Otherhttp://boo-lang.org/linuxnoarch^8(A큤]S]S]S]S]S]S]S]S]S]S]S]S]S0c0766fd6734fadb76f2fbf8980692532bab3b9bed57445d3c68992b619f4b68d6bc0bedb3cd65ffea163bb70eda78a76643349141f63426e1e7054f693d12940da6ad4d55ea682dcd83dc65658ff0bb742e2588ea5c660b1de357d044eba18e7d477b38f0ae29223d358223b6fbb15c0b3d5c0af8960d9008b37497ac6643e9c6540ba487cf1028f41567a625ccff5ce15ddc9a362845ec5af033e169eb8a29c0ab78a95fa575b1d081c95618d276f7c18de3bf3cd04a159d93d958beebeef77a1318e0dcd86cd52e70e098bd83aae7ba6712c4854be92a9398bcc3896523e2c6540ba487cf1028f41567a625ccff5ce15ddc9a362845ec5af033e169eb8a297a78b8cb805745376df3fc21c7ec638d9990fff164cd5bf89229d693e1b9a21ac6540ba487cf1028f41567a625ccff5ce15ddc9a362845ec5af033e169eb8a299ac722d721947887b08f6e9e6c56a7b36eb8682f6d612ee5df9944ea28026adf43180114cbad2eb832c75b525e0519e7a6bb11cf33633f488b814ec3947f76abrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootboo-0.9.3.3457-lp152.4.2.src.rpmboo-develmono(booc)mono(booi)mono(booish)pkgconfig(boo)@@@@@@@@    /bin/sh/usr/bin/pkg-configboomono(Boo.Lang)mono(Boo.Lang.Compiler)mono(Boo.Lang.Interpreter)mono(Boo.Lang.Parser)mono(System)mono(mscorlib)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.3.34572.0.9.32.0.9.32.0.9.32.0.9.32.0.0.02.0.0.03.0.4-14.6.0-14.0-15.2-14.14.1ZK@YA%@XӸNtK^@IH{@HW@GPG+@bjorn.lie@gmail.comkstreitova@suse.comkstreitova@suse.comjengelh@medozas.deajorgensen@novell.comajorgensen@novell.comajorgensen@novell.comwberrier@suse.dewberrier@suse.dewberrier@suse.de- Replace gtksourceview18-devel with pkgconfig(gtksourceview-2.0), and use sed to bump what version configure looks for, no longer depend on a long obsolete and deprecated version.- update Url in the specfile- cleanup with spec-cleaner- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build- Update to 0.9.3.3457 * Bugs [BOO-1034] - compiler error referencing base class members of a generic subclass of a generic class [BOO-1064] - Overriden explicit interface implementation crashes compiler [BOO-1065] - Duplicate explicit interfaces cause emit error [BOO-1071] - List comprehension cannot be used inside array constructor [BOO-1081] - Subclassing containing class causes compiler stack overflow [BOO-1082] - Abstract subclassing turns methods public [BOO-1165] - Callable cannot declare variable parameters [BOO-1170] - for/or bug in generator [BOO-1191] - booish crashes after /help, /globals, /load and /save [BOO-1194] - Any autocompletion on an array crashes Boo interpreter [BOO-1211] - No type safety at all if LHS or RHS of expression is an interface [BOO-1240] - Compiler falsely considers any member of the same name to fulfill an external interface. [BOO-1241] - Not all overloads of external implementations searched [BOO-1248] - Most of the links on the Boo home page are dead [BOO-1251] - Overflowing calculations with constants are compiled to invalid code [BOO-1252] - System.InvalidOperationException with void/bool comparison [BOO-1253] - System.InvalidOperationException with void function in hash literal [BOO-1254] - Boo compiler fails on certain file names [BOO-1255] - Boo compiler fails on empty files [BOO-1256] - Class not found after importing two similar namespaces [BOO-1259] - inheritance generic class with abstract parameter causes error [BOO-1261] - cross-namespace inheritance from an interface fails [BOO-1262] - The white space agnostic parser is not preserving file names [BOO-1266] - Parser fails on literal -9223372036854775808L (long.MinValue) * Improvement [BOO-903] - Allow 'of' to be omitted in type references when [] are used [BOO-1236] - Missing PatternMatching patterns, plus regex pattern [BOO-1260] - Language change: remove 'continue' and 'break' special meaning from 'or' blocks- Update to 0.9.0.3203 * http://dist.codehaus.org/boo/distributions/ChangeLog-v0.9.html- Split into boo and boo-devel so as to not require nant- Update to 0.8.2.2960 - (almost) complete nullable type support - shorthandsfor nullable types (T?) and enumerables (T* instead of IEnumerable[of T]) - improved booish behavior with nicer colors (and it should work inside emacs now ) - 'else' block for 'for' and 'while loops - fixes and improvement related to generic methods (overloads and interface declarations)- Update to 0.8.1.2865 - a simpler way for writing macros - support for nested functions - generic methods overloading works - support for CLR 3.5 extension methods (moreover boo extension methods) - compile-time conditionals through ConditionalAttribute and the new -define SYMBOL booc option - AttributeUsageAttribute is now supported and enforced - a better interactive interpreter (previously known as booish2) - warnings about unused private members, unused namespaces, unreachable code - new error messages, including suggestions for misspelled members or types - exception filters, exception fault handlers - for loop IDisposeable.Dispose integration- Update to 0.8.0.2730 - Fixed Bugs * [BOO-836] - WSA Boo "end" keyword required for some blocks and not others * [BOO-869] - wrong type inferred for null field initializer * [BOO-871] - booish fails to display dictionary that contains DynamicMethod * [BOO-874] - compiler doesn't generate debug information for duck typed call sites * [BOO-881] - compiler doesn't check for duplicate parameter names in constructor definitions * [BOO-883] - Internal error using regular expression in generator * [BOO-884] - compiler should prefer data preserving overloads * [BOO-885] - parser doesnt allow complex expressions inside closures * [BOO-887] - Wrong stack trace information for exception during assignment inside generator method * [BOO-891] - Boo.NAnt.Tasks is using an obsolete method (Assembly.LoadWithPartialName) * [BOO-893] - QuackInvoke intercepts calls to super() in class CTOR * [BOO-894] - Type inference failure for property used in object initializer * [BOO-898] - [MetaProgramming] Splicing operator is not recognized inside string expression interpolation - Improvements * [BOO-870] - parser should not require the 'L' suffix to parse long literals * [BOO-872] - better name for closure methods * [BOO-873] - extension methods should be preferred over non accessible members * [BOO-888] - Delay Sign parameter is ignored * [BOO-889] - BooPrinterVistor makes ugly elif chains * [BOO-892] - Test Cases use obsolete interfaces and throw warnings during compilation * [BOO-895] - [MetaProgramming] splicing for member references * [BOO-896] - [MetaProgramming] splicing for class and field names * [BOO-897] - [MetaProgramming] splicing for method names * [BOO-899] - bool equality comparisons are emitting unnecessary RuntimeServices.EqualityOperator calls * [BOO-900] - unreserve 'otherwise' keyword so it can be used by the 'match' macro * [BOO-901] - unreserve 'given' and 'when' keywords so they can be implemented as macros - New Features * [BOO-136] - generic given statement * [BOO-218] - duck typing - unary operatorslamb51 1569018801 0.9.3.3457-lp152.4.22.0.9.32.0.9.30.0.0.00.9.3.3457boocbooibooishboobooc.exebooc.exe.configbooc.rspbooi.exebooi.exe.configbooish.exebooish.exe.configboo-mime-info.xmlboo.pc/usr/bin//usr/lib//usr/lib/boo//usr/share/mime/packages//usr/share/pkgconfig/-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/968ef75704900794506bbbc5640e353f-boocpioxz5noarch-suse-linuxPOSIX shell script, ASCII text executabledirectoryPE32 executable (console) Intel 80386, Mono/.Net assembly, for MS WindowsASCII text, with CRLF line terminatorsASCII textXML 1.0 document, ASCII textpkgconfig file RRRPRRRRRPRRRRRPRRRRPR,}S'A?]qĈutf-805fc476a9b3ed5b9d6b97dea10c526c2c8e71c9be42db34446da80e8bae6382a? 7zXZ !t/S9] crv9ua/G_i~lnIk ~"BC2OنRRk`7E)(ԙ 4-XCZIsSl n$oxՋPn!]ְdžw[0gρL~{?s$U8oJj.E%,|͋/Nʜ\ B1,!.= ; dd:Y;i 0HsQ}8bѷa  5zWn;}0J 64^/мmm!_b-y7 M6?ȮLuJ0Vvb{|ޛ 9UT[0}Z Ճ%Npw r\UHܔdT.n(ѵSQM7k?82!UOVMuEid"g 5-6qxp^"zNCgfIono$;l FK#*fP6{6KIf[E"۴" ~9)W,DP2K&6-Ĩ&){R_\#LP%_xV:ͫVv˄b࣓ 4BrCfDDX+.L` I޼Po,.M ӵR:%Т!>6+ph'1k-/?.k#[Dr)\oP(gl]tj˦8lK1z4֤]ns]_ߑb~%Ԩz= c=X#h˗V_791ּ yr%6F3(+B+:Dm8΂3Q *v'ė V঄Vf孳Q g3X#UD* .琍i4w"*|ogs)9#vBPS go OJHi!t  ]Ld4"O.Xi31sE1Dɽb!Mz'8O<܄Aˊa A (ڦTc [ ,1Y E3Cese#G"KYK!`ָ'C.pQ+oj8*`(w[x2 -K % Zp2sy$ w30#}i=P'3t9 |is40Yº+eUE^; ai+8GZ6J? GD~h4cE6 UU>[H`qZEl46zP}ch%p7Uc֕ k04AԡmK!Z' M8 gM/NaehRZDFt驺z&$фL[!=7e({ 1ʜtn%h*1y.R҅S+@ws n eW۶B有]1`ϞyjwאA1RwmzFHv@#>zƃtJ/ 6'O?rGCB-,uA;O".$?i₹3 4M\YI &8;5BXfKX:anP<źyb-+SAa5MQ>RS;rA2jjuz΍#;-3i/)qk,f ahV6լ@VɅ,@陋-q|AabQ XaW! `=J H,+,zdz;͌-;V GJ7U4PԌ9aTt %7) ^z߷#qͷ/YF)V 'g}~<># ~Sk lGDS);N+h桺"Q GODpX/Ie0݉}xE1Âܢ+{HdQWN~e#WyRkF`Mj@N ՝1,%R ':eOLXi'3%]~{UJ49i$J, 4]fENw[ lKK"!夃 uܜ"cc8apswQ/Kh}YIkQ ɐ@/k^`WoweM< Mnٔ&c3%C۳.tth /V>:(VG (qO^7l(@Қ.>N؈ \(FZ__.THK ĭ']mU蘳8?ݹUQ5iV.G5oNd8Is6doCĠzķWt=k=a9`ʼnkPҲ9V[SC@=bLxu>4H~c(l!u-^2f[LK-@I>?ɽh4tخs]\NV5キ~P[>Ap﬑]^ƖZKұ]:c_ajѿEی.,F7\\KQofQ_c,eT0'\WOS<jM~ʂ*0׿LqqhgC"hГ6c@1;*VU'3P{ HR.ߔq? IS 4;3E-UfbҙۆӺ[Zp5O[k[)y&lJѐj Ub,a{7߆/̿/O:Ң|Wԑ.o3 𕵨 ̩ ;\GC*i /Ă}*9a*dK;_"`ٛ E& ]aϧpɂgoQgr\3|Rq4%fGNĈ<;R#n#׹ A8'%V*]ZH"vB5)HUYeCG`ŠDDy{d@ x\z$E_`1o0$h^ fsA<ͩO.3^mU5fx_ axH^yD vr䍜;U[H.{@SZKg|A( IuƩ^E7ЦO=Jl:P{j3U1~7{De P<̭1O.$C֝2F"E'avSKH01̥iiw$5H۸V6"畞c[=wR wAUkaT%ד[\mxMƓte]uuEEaM{xB#xnZBr~'͢}YMh ]́ۢvS;D{V;tc )f oJ2+8&61Q|(H!mL}!_m,n%ϵ7&5Sԇ`35V)ɥCj!IO{hxVAuwVNMd(~\bͣXK--b ](?N!-Ĕ4^"F`:|dK&TV1 _Əa”w:2ulwp/LY+34M{JQ|1]bӀbRqm U$^Q1rbJb8NUV'bN{X_i11 fʐwAT_5~d3|*ngӛųw/J8kCV* s6 1Dň){97bo Kl%2 M>;Y129X(XXkNψTI#"'cD 6Ψ0,|3r]Vi=64G#ln":XsLlEIYYf(Y@ttWASL*0ld̜(V*h޾ 4 &9*驒IB]@7pl% AT'Xjؠb/;v8:iɚ*1_̴7D@ UB(KroLvQs7cx_)TH B\^gt>{"*/1C-"1 ?)} O\jB0jMro55Ϧ}0f,k`K#L6nH+8|*|_joQz.9fGHc<ܨWQ&6Zy{:]PT^S,ۣ6`wU:OMVOsia6{XqGC (ʤٌDGu Fα9/SR'a48p :&hӷ%ʖO<ܺɦ*(dCT 0~eRq?H?J^yG<:^ƾE;M$UpkdPl/YptRIHU=f ]g k֧/x(AB ,V{:B 5dY ATc&'_# }ךNP*yT 4 6έdJ%=ӘgX_T-Z6'{YsE鸞>K/2󌲤b/鋂4,N8|?W&iGdQD:֮ }BT`1Z Y,A'CCT2"iY^OVAMq~O!?5s߉;8Y;ĕfOnz2`[C+ (':scf,C?8 j.U1 pq䔆o/RGV:x:qT3p! !LL\M!K)pH;HQ22'юڶ}E*4bonS BggnGzzo oOuNz-$f&re~/tbfz8GjpHS;f`v?i-TsήrƅihwG'MuS \O0XJL@D,TxXh5z1j(H1 AEs)J#-o\tP}ђLLB ɤ: 1@E8p*Ӏ~s^y6-x;mM@` vyc #EǾ2"R73K P7F3nr ״6{ggg6-} zL|C)vq-?=}j"/5=B5su%T6{~DR)f$k`'1U`Ɛķ~Y'#tcS&Ra5̗ߎݥ`8Q@A쀰p7u޺^bwVq!&Zhi":ВЕ(9%7-0$,z0SS8l`q+\Z;*VQQ ,ntXhL4=蹷(/׶UЪ[B>$ks_aRao->̈:v^""h0/; {` pTfa:[j|w5߽g%͘?>etMq˱Xi} ܌BB{ Y:B.ddg;.Dzj·B(cm*~WJtLpj_˸\_u77-Ҟyԅ_s@"w/Ypb-7Z{"y) @9rQPy\%`qX/`i9,ecE ݠ-)x[$57Cޝf )Bcq|.r CH2e(FU;Wb0;B(BUr^h~8Ah`͚aZQtZ!u4 a*!3v} Uzs`qHQ|roK*Wr(h4Ι ay85$^O1"@hNK |Y@OriZ/?4"g38# Z+Q4+䭑bcAڼ=&PÀ ) 9Aoa_v]ƺY9]u<{A܇{ao 'A8._+Q}SjHov"3?`ym*4QvdQlW} /j7rk{.r|:i^߱n`P#]pW#&&{2S6dX!1G *_Rn#)ˣ7qK!O;MKeR_u0ͦ\v1J͸V2NN??:H4Щyww7& 3TJ@8+"෠_$X3 鉍T&e-]elR*MV7a 2XNSRnm"'OYm_,7OuT?5XO΀sn%~ B) 9V"Ӧ gH9QJ_,_A B;?L$=T)a^8@8yFC߆0p#w 9HYF9Yt#1ؒ{l.5\ hՁ~&da Jxy?`pDj&0A2]`YLӁOhGxNJNEMvp2RHUP3mBOOPإ߿/]Mu0ċKd2\ԱH_2-_ 4eM %ưUĵW%vvVuUuc |Y|Pzٌ@ߤ ޣ6S oX- yJ1zЙ MNrXf["[C0p%+۞2Yeu+!M1p_zPB26jO8DI #惶d*8[1K'1;9E9@ը)=hQ0]j9Ig̓gu~FĿ6Q"OtHbWKzi`Y?xRnE܃2}ײP1]VZtE01 aᯅ ;TIIkW ͺiږaA9%&aJqBdL`4ͽ%$Ȍf&,Y+ޗLڤ'wՁC}[0-ׁ@yB"Hô3B{AD% Ω `+6"T=YڬSSLz8=;cXngh@"K* y Lg d-="ۚW-ŷ)/p3GtKu=,3`B[Uڮ(*JQƍ;>yb=eBʹe~!uY~M'%R;W5ҕXPCKՋc/ .œJ e/B;*CPG~w}5ⵊ3r7f.TC#YdWoh^g;2VyҶhҐ:xl> /,.z }漄n8wn X7tR>SD{Y^9ޞ0|*.#rN3yؕ'pwO*oW$:D4,1f(R%1sT"3y ..v*IQ4`/WGQ9!M uX ;6ol#g+L-l sb$e)* P]+nPZVʜ8 1}i:vwߙrD#vy}o(7Zy.īXf㨋Kٹ n,]bW "DД'ʙ,3МZ<K4bµR^ O+@<߰, \PRDZM&CgpnOOxDV]=M DaThȅR@Z37)BWQ<Ҳ4S21j^qh\}_Ȫ#V”^mءYY{br#^Yⵤf?,w]lTc틢ϠRW?F)b &v 6(Hfۉ-ϒEg>JM_q nxJ45aPn6ƾS/ ey}.Vx$gɾ}#? p! ty 3C ;{f77 uݛӫ" l#D\~%:'0" E`H1> 2}xgsHJ _¾Qc y 嫵rk@ʔ̃ EA|H^%hՈC&kH5kItZ+Y6>&Vjoܪ =aQ ؿͶz/p#-C;aIyAGKv(-U~~9?g!l&Kլ%.Tr^ Fn<G0ښ?UJz>Qg=Ơs}6VD&{#<;7aЊ1d/00k"y挃.zP"8Ĉhj?khF=cX ]mxR 7c|m}> .fpk#"H,")j%ԝe(&яB(3?w,V&nޜ*(z?#NwyJvҨɀljl`1M6R[Q@oL{=m>k7KuOZM\בx']51ڋR :v][dh&6䙐|F!eE'⧧iĐ8̃Z-GÐ~tm3#f\TH;iD<|E@natԨhݎ̳4Җq;lgЙm/^"P,N (oZdyl'_zDfܹeN4Eʎ1'Z$6)&2j(N̐%Ew/f R\` )qa=%͡RĪM<?,Ax-jk` ?KA}߁s~BCQN&ƮƠ5O=hӮ׺nPי\適g$pkUh%2C\ Ȥ~<,m'4r 쥜ASM3 g>J͢QLl¸X+^"oK Ϟ^؉x|9;Vza:iL{K`K8)}H)Hh~EE3E40̝ژ2 b!Ҥ姴-IBǠc< Fۏ@WZŀ7o3 K_&5N 4>R2:>d̛`B|\`%]O&ݧ}D(ie.?[栬0X'%z9/0^iO% }΅o2dDEB$ry7{*8⓭4A=E|[J!ox7vLs=+N~'BgsԽ^9տ :SHHk؆ВCuu!m6tAm|Oq";t)7J|U|0y2): Pw\@k)^#n쫈ᕠP-JqD3[_6 w`m/u Y }\i$§Z#"!t0XnߌX')b,{¶-q.+% @}qee{[ pkg|LBλ>CMƌ9M^zؽ];$R8#~n'Ee& UMfR"^n% M'+?v,r,eߩ̨rvkd)Hd="@U l$mB;;xIv7RUWUMv=#ޣ3m -̴ h.RGj^ ` %EL V|` ~ֈjWqy--ќy&1ǿW6}BϳjNȝ-#PE<,?ӆɛ;hczwS6lONǼv0SeHUf󆗅c=rcm~m+ek@ !_L{Ա5HkFuzR^0m#TS 哈;Rw"XژmmW^$wݟVeXA3 ~]\cD HJI"TV#dJڳK&1%FP `&N%2WÁ:`%;cQJJK ˱qg9?A/rOJe:>oYw<8h@hN ~2ON*Lnڔ{,BayBPl"%+UVG(8ڐ`\\bA_.MpPa,DI-