seed-2.31.91-4.1>t  DH`pM`u[/=„iz+4d6嚯y8Юo eՂףZg+զ53Vn^Pd̓(햃) 1ߐTӺUߤ!QFkx}:!j sMJn^~Q aY]@?3]7c>t2ϊ51A۾/0%ZE]C28V]w LJ͞Nasˠ[F6<^?HB)6'AHAx45f6178dec2fffc09c88dd77c7c365aad2aac840@ۉM`u[/=„D,4R ^1 @?_'<SGHݻ{dp_W%:^ v+2:rLSGX0@Q#.Rp,dHwNS!Y+ZaDIȋbyqrč1? .Iy͒䭭3J 5|}6ǿ[|FLۼ*^.2|t2zfbGMu4/t?/dd  Q  %+08 < @ H     (89D:\F-G-H-I.X.Y. \.$].,^.;b.Zc.d/8e/=f/Bl/Dz/TCseed2.31.914.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.M`u=build16)oopenSUSE 11.4openSUSELGPLv3+ ; GPLv2+http://bugs.opensuse.orgDevelopment/Libraries/GNOMElinuxi586&{큤M`u6M`u63a601442785e3e76ed0e06d16fbc16f75a8ca172b355c3370462e37268c98649rootrootrootrootseed-2.31.91-4.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.8.0LX@L|L]JL]JL>@L1@K@K@KrK^@KO@K?5@K*@KVJJJęJjJG@JJ@JJyt@Jq@J I5I@vuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orglmedinas@opensuse.orgvuntz@opensuse.orgcaptain.magnus@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@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- Remove gir-repository Recommends from libseed0: all the interesting gir files are now directly shipped with the libraries.- Update to version 2.31.91: + Seed now optionally supports both WebKitGtk+-1.0 and 3.0 + Dynamic Object module - provides support for implementing underlying object callbacks in JavaScript (see commit d31aca) + Implement caller-allocated out arguments + Expose seed_value_from_gvalue() through the API + Fix unusable seed_object_copy_property_names() + Fix various build system issues - Drop seed-webkit-1.0.patch: fixed upstream. - Remove gnome-common BuildRequires and call to gnome-autogen.sh.- Change libwebkit-devel BuildRequires (and Requires of devel package) to libwebkitgtk-devel, since this package got renamed.- Add seed-webkit-1.0.patch to make it possible to build seed against webkit-1.0 (GTK+ 2 version), and pass --with-webkit=1.0 to configure. - Add gnome-common BuildRequires and call to gnome-autogen.sh for the patch. - Fix self-obsoletion of libseed-0.- Update to version 2.31.5: + Seed now requires WebKitGtk+-3.0, built against Gtk+-3.0 + Support for passing GObjects as userdata + Support for redirection of Seed.print via set_print_handler + Support __script_path__ within Seed sandboxes + Fixes to importer to not expose toString/valueOf files + Additional warnings in various potential error cases- Update to version 2.31.1: + Support for returning arrays of GTypes + Support for GError types in various places + Rework out arguments - old style still works, also returns dictionary with keys named after parameters + Support initialization using an existing JSGlobalContext- Update to version 2.30.0: + Bump version to 2.30.0.- Update to version 2.29.91.1: + Allow notify:: signals (bgo#610311) + Support void* pointers (bgo#610533) + Build system fixes.- Update to version 2.29.90: + To avoid potential filename collisions, the imports system now supports: imports['somedir/somefile.js'] + Fix crash involving gtk_tree_model_get_value + Fix subtle crash in DBus bindings- Update to version 2.29.6: + Fix passing a union out to a C function + Properly bubble exceptions raised during class init + Add printerr. + Add -e command line option. + Update manpages.- Update to version 2.29.5.3: + Pass null structs through as "null" instead of empty seed_structs + Revert one of the 64-bit type safety commits from 2.29.5.2 until someone can take a closer look at it; it broke enum typing on Linux + Fix potential segfault in various modules (missing null sentinels) - Changes from version 2.29.5.2: + Move tests to automake-style 'make check', away from the previous, Python-based 'make test' tool; all tests are now assertion-based, instead of the previous output-based style + Fix various segfaults on Mac OS X (and possibly *BSD) related to 64-bit type safety problems + Fix functionality of out arguments + Interpreter now returns non-zero status code if it exits with an exception- Update to version 2.29.5.1: + Fix build on non-GNU platforms (primarily Mac OS X) + Distribute the REPL snippet with Seed again; the built-in REPL will work now + Fix segfault when accidentally protecting already-garbage-collected values + Fix segfault when accidentally unreffing nonexistant GIBaseInfos- Update to version 2.29.4: + Improve type conversion portability; add seed_value_(to|from)_(s)size functions. + Small random cleanup of unused arguments.- Update to version 2.29.3: + No changes. - Changes from version 2.29.2: + Change semantics of seed_value_from_string and _from_filename; they now return JavaScript null if passed a null input value. + Seed interpreter adds --version argument + libseed adds --seed-version argument + Clutter extension wrapper for animate_with_alpha- Update to version 2.29.1: + Use @libdir@ instead of @prefix@/lib + Move all examples to another repository - Drop seed-find_extensions_in_libdir.patch: fixed upstream.- 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.build16 1298167101 2.31.91-4.12.31.91-4.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.4/standard/cc2d27aca7da9784259cc003758e43d9-seedcpiolzma5i586-suse-linuxB*_( 0{Ͼ'?] cs a׷nǤXSdw%{n^.Hr+0~q;4<ޛz]OڌM4˼ʾpRV?zkD&np^ v9t35KY)9]]Ñޖ(UCZ R}9䱩&8oBJGc8htW/$Rd?;odaIYS[q(&LrY86;CxFD,oaȽ~n'{~}v>0^BDT*j tÓ "iG`GG{ݨ7t(P{Q /;jBn(`]ug?-QILK7zbuؾ>vPy !,s'p`8c@\ǢޓRq!*t[Li™T[M m԰sL34\ Ѽ:VΜp4wLvFjkBFvKE%! ZT+q=٫6xH ئGlx~"ኰ'ymv *Vb?[|py1{:tEB6 dBo«PtD!$Ucۄ31 "Bo}(EK%v9R'ɷSa5y+VPAm n$r&,;'I>/uQEuO}e X+(UVU\DUy: &Op>jB+ۦJn=*KxmBx}1 ·4t37ϓ0^u +(6^0YoOsDfpA\фLr?*Ԛ5C]jPA:.T`n&0ﷸ<\߷qˌsYf"|gۗt|.| wA޲6'`[x}X~_fN"6L P*f6qUQ_sDR wckbUg`@z*N6힤Cf`-o 0^LwARF=7О>p*-U~ T ڬDB眮Pq2to(8R%3%,mL7`ބ gs‚1m]BAU Ul P9i0.!Z&D֌$Ls7k%u'?\ΞmbnA8 p\+Ee D-2ω#|> y7. r#Um tcJQ73FZ#+n,t컪.%{tnp6Fk)o,nزdTδa=\J8Xv Qx_)X}E"[jfacgٲ}c ;-AE"#{wS1+OToVoǶ#DRWV-*uv..* I(#͸T'󉹣[ EQr~Wr{[@ʜر;>,YwQ}&^8}鷃5NQSUw(I+"`2ء0S!GԠ!0^D>9ߊFc06CTl}ϢZjibJ WA"${Qd\>e0H\eO2Z#r<Ӵi-ŌlDbQu@HY~kfbrOu?h?[aUwp5(54O[ZW{_su,-D#`l&P5+cZ+4hh%&r ;dZ,#A ]i遱𲢕v[Hҧl J{=SI:"}ѰT4v⤆ހ6JD)'Ă^)XPۄ4cGk)mPz9j* N9dA5д4u2OIs#Cz8|Fl+bܤ6ΗYHQ&.*t(#٬\'P_; m&B~&VQPG#EX-x%E vKu) VyQM\H\I1`4D?iԴpܿ4Nf0){h5Ƣ=걵OhF$0>#; H[,Ek>!_gP$Yb}QߢWmn(hCS*ʯдb'g}Lu, byQ'eQJ\')TЍmQNckg+%~}Shd   ==/'gu`?𛘟HU񾜋~^l?c8Վ'KpB?hRaRt˾/N$5*O5< =E,V <,zR`€rDL%3 )ϓ;C K0I#2G:H"Feh{BJԑnZ\aW^`p$lC1RM%l42 ")-ᕝ]ScXd@O+ %{)ۻ(0Epi}Ȧ W](tr+-.p5[:WC[/ld5(oyJZ