seed-2.28.0-2.1>t  DH`pJݏ6/=„F\SpXC } PhXI=ʤV HRUY{v3q杍-C>4?d  P  %+08 < @ H     (8 9 : F|GHIXY\]^bcdeflzCseed2.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.Jݏbuild21openSUSE 11.2openSUSELGPL v3 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/GNOMElinuxi586T-큤JݏJݏ960d0c988939b3ef438a4236370b7f2228133dfb1d272b6e3e7b804683be1a72rootrootrootrootseed-2.28.0-2.1.src.rpmseedseed(x86-32)  @@@@@@ rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libglib-2.0.so.0libgthread-2.0.so.0libpthread.so.0libseed.so.0rpmlib(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 1256034073 $ %2.28.0-2.12.28.0-2.1seedseed.1.gz/usr/bin//usr/share/man/man1/-fomit-frame-pointer -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-seedcpiolzma2i586-suse-linuxP ;6k?] b2 'Β (Nbfu ӱQcrӆPUî<$&,/F!C[6ےN&An= u̿'hGͲLnd5GG#O D#4ay w sGCM";+?JwK/z.J?U-Eǥ "`LqWj9ز{IGvrQt'ǖph'.c(#`"Gޟl{TO)R!48J/\.gnuH]~+oݧ:D#hKz{ M RG`c6nЂ<{>[=^m]QVŻ!T9!1Sdrs$`G"FE'_Qy"%Fsβ)dGp_-+J3_Pi!Wj5}I'L]"1KXeVTb~"[aU\~kK3-Ȁct4+| HH XT4>da Q5l2Q&Ι!Ŵ}No Hˎ m*(3|'ͯ"xٽTr/  -"W$vӄK;c#4^.Y:)G|ƥBV} 9a)Hg oA#7*Ҟ'HMo'x [>I -NF뻚ܰA-n%AqrHhPC[dbܥ@1] h >K\G^5hvOO4v {Bq⫽ȃ2|T6ԓ.$J-6aK3Q7C!߃! 5T[ɓ CLjזb\j;<JL]|h3[ 6H=;:@ކrL-r=Jn'[=:h+w@х뿞Iz egdPfŠhٜ8S+U<.OЋs_^ x)V_hkeHr*KjsI܏]`(ƒTfk!9k9\IM=0}er(}\ BCPm!9̚PU曬8UJ&#Ԇl>H!;XmgCGS)rO4͌P Ἱ"cMŠ}MܽBV-|àu5"\$SEKJuLlՄ_*s;hO;_J?6rͮV бu"7B\((eYHϓP>%xz[x;Y0ȁPYԈ8ݷn4YjSj-"2~r$wCv!y ?PO2 q@k8/gT0 fn䡤i>:'Kcl%xi~/i*CpxԪ Ӗ.By骰?ɘv9o䖇WL;V %&]@a.6.Dʼnh7 :u<ٖY#}!;e%OhS[Pk=W [`g V8.$Zz"6q m$ 3Em Y|1;ܛbX:w\iDCNMC"B༆MؓBI⬜OmR/ܾ_7JqPu]Z.גsz@HHt뢸ѴkI` (KD:͠`iu]Rꬼ߿TBw @v;m_%FzU`[@Aso,tsA=@ &$"}_ۖ\:v}~<,ܺoL 3q2Gmd,{g6fP;U=+EwUGxW}#F+#&ݑAv:KvgڌםlOH+?R#FQO&}Lɷ+.]4Hzh\lKV_`#Soenx!!|рTZL$Aa:#HY¾ٟO֫\hZ'?wt`Bϣoz$5'YzuU-2. 32(z S^Ga6m?