boo-0.9.3.3457-lp152.4.2 >  A ]S/=„]Cs) 9{4MX d!Ϳ~؀Zw 7h8fVNy˅Ţįmko=#k5K7`iWTFw≱;wl)PRݩo{,X8͖y!\s,N۔/oow 6f%]*OCwmu،~χW^[ǝ;EFV{LO?"AK < TFx"+7 VQ Թt5b1ef06949e2ff35f966cdc343212f6b544aedef76acd22420206f8f3c7b9808dd9f23ff0d8fec508d2a7235046d4834cabe940b&]S/=„ t,d ЉU:Cr6gˤuu&L<ͲNʋ(fAvlWY [Y؊gݢ%Itw@ݖJv-ơC7p9;_)T(k1<i b?'2;QmX/kt$T$`L5+p]KalcOI5`wIOe$v({)ax4q)NMr2*|mw30nFb>$ >p?!?!d  4$( B^syX |           8 e  w(8 9 : >@FG H I8 XDYH\` ] ^6bXc d [e `f cl eu x v z    !Cboo0.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/linuxnoarchif test -x usr/bin/update-mime-database ; then usr/bin/update-mime-database usr/share/mime >/dev/null fiif test -x usr/bin/update-mime-database ; then usr/bin/update-mime-database usr/share/mime >/dev/null fiFHLNDVD6A]S]S]S]S]S]S]S]S]S../gac/Boo.Lang.CodeDom/2.0.9.3__32c39770e9a21a67/Boo.Lang.CodeDom.dll../gac/Boo.Lang.Compiler/2.0.9.3__32c39770e9a21a67/Boo.Lang.Compiler.dll../gac/Boo.Lang.Extensions/2.0.9.3__32c39770e9a21a67/Boo.Lang.Extensions.dll../gac/Boo.Lang.Interpreter/2.0.9.3__32c39770e9a21a67/Boo.Lang.Interpreter.dll../gac/Boo.Lang.Parser/2.0.9.3__32c39770e9a21a67/Boo.Lang.Parser.dll../gac/Boo.Lang.PatternMatching/2.0.9.3__32c39770e9a21a67/Boo.Lang.PatternMatching.dll../gac/Boo.Lang.Useful/2.0.9.3__32c39770e9a21a67/Boo.Lang.Useful.dll../gac/Boo.Lang/2.0.9.3__32c39770e9a21a67/Boo.Lang.dllrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootboo-0.9.3.3457-lp152.4.2.src.rpmboo    /bin/sh/bin/shboo-2_0_9_3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.3.34573.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 operators/bin/sh/bin/shlamb51 1569018801 0.9.3.3457-lp152.4.2booBoo.Lang.CodeDom.dllBoo.Lang.Compiler.dllBoo.Lang.Extensions.dllBoo.Lang.Interpreter.dllBoo.Lang.Parser.dllBoo.Lang.PatternMatching.dllBoo.Lang.Useful.dllBoo.Lang.dll/usr/lib/mono//usr/lib/mono/boo/-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-linuxdirectory,}S'A?]qĈutf-89d8462a3602d7606c91d762d5456b98da523f44b95cb9e30ab21aae385e24a18?7zXZ !t/ J] crt:bLL "q .AX2ͩu=q7.SťHmYQ&?B+&vc39va&nt,La~d=o_ijr' N+plV3$XQN^(&=>6?HR>ƾ1fVAT^ /*Y'J#~PTncG, k9LL6xum&Y'ܭr grvE/ Qq^ 3I'u NaU+a)V'üq3C֠\"c3ײO^'U- YZ