seed-2.28.0-2.1>t  DH`pJ_/=„ļ&{CV4z}”K,TȹX >ɳ׏s\msȖIQi;Q}uAuzƴJ`z o`GL&PRq 'zH{ JxgĥRlٸyh}J>t ؂XyRG{~t:Yιidշ٣ t+*\b4?:,4޵/Sv!5nռK  S·7OPέs:811222d92d91337120ac4792d101eb61648bf887.5J_/=„ŖIՖLv o/.C.XԘ 40xTNn*0`⎄-YaG xp8G\M ,dU>¤·ISqMO#ic;ØD[#wluF[_įhqw #WVf6 VBFȇí4U` .SMO@wkp66-8:.2[9#ÏD.X9`IX+ z!Om-D>4=?-d  P  %+4< @ D L     (8 9@ :+ FGHIXY\]^b6cdef l zCseed2.28.02.1JavaScript bindings based on gobject-introspection and WebKitSeed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.JGbuild21+openSUSE 11.2openSUSELGPL v3 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/GNOMElinuxx86_64)-큤JBJB4499290c387f770824f271e74c1f028e28133dfb1d272b6e3e7b804683be1a72rootrootrootrootseed-2.28.0-2.1.src.rpmseedseed(x86-64)  @@@@@@ rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libglib-2.0.so.0()(64bit)libgthread-2.0.so.0()(64bit)libpthread.so.0()(64bit)libseed.so.0()(64bit)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1JJęJjJG@JJ@JJyt@Jq@J I5I@dimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@novell.comcaptain.magnus@opensuse.orgvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.com- Add seed-find_extensions_in_libdir.patch - libseed uses wrong path to load extensions. This solves partially bnc#540240.- Rename libseed-0 to libseed0 to follow SHLib policy. - Add matching Provides/Obsoletes to libseed0 package.- Update to version 2.28.0: + First official stable release.- Update to version 2.27.92: + bgo#592936 - Implement instanceof for GObject constructors and named GObject constructors + bgo#584321 - Implement G_TYPE_STRV in seed_gvalue_from_seed_value + Add seed_engine_destroy + Build as loadable modules, instead of fully-versioned libraries- Update to version 2.27.91: + Use LDFLAGS instead of CFLAGS when appropriate + Use AM_SILENT_RULES instead of shave. + Add seed_context_create, which just wraps JSGarbageCollect- Remove GPLv3 file: the seed application was relicensed to LGPLv3. - Remove Requires on libseed-0: it should be automatic.- Update to version 2.27.90: + Expanded and updated documentation + All JavaScript contexts now have a __script_path__ property, which exposes the absolute, canonical path to the evaluated script + Add __init__.js functionality; if an imported folder contains __init__.js, it will be evaluated with the imported context as the 'this' object + Fix bug which caused inheritance from a GType created in Seed to fail + Add "pretty" property installation + New FFI module, provides an interface for calling non-introspected native C functions from JavaScript- Fix licenses of the various subpackages, and add a GPLv3 file for the seed package since it's missing upstream (bnc#528274, bgo#590810).- Update to version 0.8.5: + Significant reorganization and expansion of the reference documentation + New native modules: - gettext - MPFR (partially complete) + Same Seed has moved to the gsoc-seed-games branch of Gnome Games (and will eventually move to master) + Add seed-module.h, which includes a handful of macros to make writing modules slightly more attractive. Look at gettext or the reference docs for examples. + Prefix native modules with seed_ (libseed_readline.so, etc.); this fixes the need to incessantly 'make clean' seed and cuts down on ambiguity in naming. + Add 'seed_value_is_string', 'seed_value_is_number', and 'seed_value_is_object_of_class' to libseed + Update examples to latest (now frozen) Clutter API changes. + Fixes a bug with the importer search path which resulted in the search path being overwritten each time something was imported + The importer now also searches the directory in which the script being executed is located by default. - Changes from version 0.8: + Importer now supports constructing directory objects, to avoid manipulation of search path. Importer directory objects now support property enumeration. + Fix small leak in GObject wrapper initialization. (and also simplify the process). + GtkBuilder module to handle GtkBuilder automatic signal connection. + *_init methods now take normal arrays (by value) in addition to the special Seed.argv array. + GObject constructors (init methods) now take "self" as a parameter. + Passing non gobject-properties to a GObject constructor will set the properties on the GObject wrapper. + Module documentation rewritten in docbook, and builds one nice manual. + New Cairo module, supports most of the cairo API, with automatic memory management and everything you would expect. + Fix a reference count leak introduced in the last few releases. in some cases with non INITIALLY_UNOWNED objects. + Some work on ClutterPad examples, and writing examples which live inside of it (lots of fun to play with!, cairo example...fun spring example...ClutterBox2D) + Working around a WebKit bug (which is actually fixed in SVN now), should prevent a crash that happened sometimes with C modules. + Clutter animatev wrapper looks up property type wrapper now, so as to avoid having to pass [GObject.TYPE_FOO, bar] + Implement some varargs functions which can be implemented on top of non-vararg variants in JavaScript extensions. + JSON stuff (stringify,parse) is now in gnome-js-common. + Add seed_value_to_format to API, for converting an Array of SeedValue based on a format string. + Install seed-debug.h so modules can make use of it. + Search path now works in nonstandard prefix, default search path includes gnome-js-common moduledir (from pkgconfig). + Support to/from Date objects to time_t. - Add gnome-js-common and mpfr-devel BuildRequires. - Add Recommends gnome-js-common to libseed-0.- Update to version 0.7: + Support for library init methods. + The REPL now supports multi-line entry. + Signal disconnection. + Significant Gtk-Doc reorganization. + New C modules: - sandbox - provides sandboxed JavaScriptCore contexts. - DBus - Client side DBus bindings. - libxml - XML parsing, XPath, etc. + Examples: - New: ClutterPad (initially by Johan Euphrosine). - New: dbus-banshee, dbus-consolekit, dbus-networkmanager - New: xml-dom.js xml-tree.js, xml-xpath.js. - Pango examples have returned. - Same Seed performance is increased significantly. - Many examples now use "recent" style; some were completely rewritten + Improvements to test system, and quite a few more tests. + Improvements to error checking/handling in signal code. + Reorganization of API related to GClosure handling, much cleaner and easier now. + Several new API methods. + GC related crash fixes. + Improvements to seed_value_to_string (mostly formatting improvements). + Void methods now properly return undefined instead of null. + seed_make_exception takes format strings now. - Add BuildRequires: dbus-1-glib-devel, libxml2-devel. - Drop seed-return-value.patch: fixed upstream.- Fix build on x86_64: the seed modules are installed in /usr/lib on 64-bits machines too.- Initial package.build21 1256057671  2.28.0-2.12.28.0-2.1seedseed.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/94fd8615408cbdf35b6252303ba428be-seedcpiolzma2x86_64-suse-linux#W9}?] b2f=e14.׌t?𮅵2VW9fO>).D/yQq w.l"#{hIvkimI"ǒޅ% q%̤k3%yڄՋv?ҽspO"bH%i mZItV۳۔g#"rGQ7`қn,R E!0Hnn3eF -!Q: !"6h 1//vw?M)JF ؜\5 r>-Rp=Gֺ0DDmc^v ͮ[6p^9=~ՑN+횚?v?]p&_RI{VͺĉuJ"*٤ԡރA_"{=Ѐ!g?)濐NfbK9iUbNi8{nasG g}yh[[4]ڊd4(6 TlP5rg dj *nz#,Rt<19|n6)d+ [[YAzUc隸?#҄mglůmjuhk y=`%?5&8cL6 SU+ λn€tbXc1fDw"Z4wbߟA7ϖd@/pHpc ]<Ï WkY {#2rlN3aҢ2a$LqA[)3Q)Z+ AĽp5g1d[U. ȸi4;ڂ$R Xy9 Hun {Gftc:Ծ| YUX?ag$fzIKή-/z3@=,\bBŏՓڶm*! >5SdtAVkȄm'"vYI%^V|4U[:a])l}#Vӹ[#:Q {ͭ.^2V/,Oa븎3kbe͇o6t Lh2b9ޗHE V/DMm3r;Jwq1#3T}qaItp _Xz xQYЫ!b :m-G`iI9ʰ^3c%]3}= ื]hZvo<E胹Fyfѯx.àJWwk#~йhE- 0®3 hu^̿b BPi1Y@v ?jZ^eVV -䚮 Zgy MBI%}eKwhV?}w򕿤A) hr]=ܤnwW`!Nn>cOl=C5]*ދi :Y*zh!c.p#*^`lڇ:Ta|e#l: ɾc+Y%,78d*A_cg4Sk.&aGEJnfU>8MG3Y  dgShLug|](栆|Uiԃ Hpqy{A a[) 0W< %bU|Tjp[w+3ޚݤA u =&3n,^,$X1)tnpp|^Z=,ǚJ=x<2q1!Zً̏_]/@TͻҬodh^\ԒCPA5հ_A':#QmL70H(zEB1g@$]MUgV+LS=2 1EmD=D}@X˭#!zXRN 4b*"hB0*'!5|R`aHV=8J~B4W*յpv^7:i}bՒ4s!=\zOdko2Awu6;K־kђ -3C$#1e 7 8`@>AR0䜆4vZFnÏ:JU+=&Zbkz;-f,S"VwPQtOaC5ۓvVኈy{1̺y$ &fN{GT*Mtq\E.^>I= s]=';2T7J!=}>#e!8FxcRuԲmͽAž*Lw !L4Wu*,7k!Ye> AjC"8OOǩgcn\ . uS r:E6+hSٝs`\)=+tp28w LǰM ڄLd~rc_UjMC#?S:Y,>ːP h ,ݺIbMe\/( t_ ux(+UHB͇2ytY-| D{͞iNN)