python-gobject2-devel-2.20.0-2.2>t  DH`pJp/=„5_w,9qϴ&Ɂ0DLVGa{O2UUe\$;A:7uxL (&=ASȖNd- N msԾ3W?wZúH ߁yU1}aZRqz'2mߝB>DNg8>kkٳ绉a0Ryb  ]{mTq/1Rc 쿖-*TxIWIJ2.tF}\y%W1049b6d1d930b1c997333b660f84b8b5eef022c2dHщJp/=„α= X,mz;I^jA Qe8 Z#㢪 ímkߣ.EY]ҁp2W0wPk-)fS@=0h'D uV*K#yC-KY=_*j9N/|¯{b~vޮh[OBuy=y!q]:pfǥ=)Yz^c o!wngBvb}`GLzdQ5-nzg,>5'?'d # ? FLTp ~   / Tp,@(89:F%G%H%I%X%Y%\&]&$^&}b&c'Pd'e'f'l'z'Cpython-gobject2-devel2.20.02.2Python bindings for GObjectThis package contains files required to build wrappers for gobject addon libraries such as pygtk.JObuild10~openSUSE 11.2openSUSELGPL v2.1 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://ftp.gnome.org/pub/GNOME/sources/pygobject/linuxx86_64 }bOmA큤A큤JDJDJBJAJBJAJEd7cde6af9bb223c0ba57df53a12c40d863253c887b384098a030951594318f7b83aa6b3d7b1a1e26b2275b578ae4bae4e517db60da4a5d05630c3235e3c0d4e7libpyglib-2.0-python.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-gobject2-2.20.0-2.2.src.rpmpython-gobject2-develpython-gobject2-devel(x86-64)   python-gobject2glib2-develrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)2.20.04.0-13.0.4-14.4.6-14.7.1JJ+@I@I>@Ia@HHhGF`EEEj@E: EDvuntz@opensuse.orgvuntz@novell.commboman@suse.devuntz@novell.commboman@suse.demboman@novell.commaw@suse.dehpj@suse.desbrabec@suse.czsbrabec@suse.czcthiel@suse.desbrabec@suse.czcthiel@suse.decthiel@suse.decthiel@suse.de- Update to version 2.20.0: - Allow to use automake 1.11 - Specify programming language in .devhelp file - Plug reference leak of GSource in pyg_main_loop_init - Updated uninstalled.pc file - Changes from version 2.19.0: - Add macros to help with Python list to/from GList/GSList conversions. - GIO docs practically completed - GFileInfo.list_attributes should accept None/NULL - Strip out Windows DLL API macros - Document that many functions got moved gobject -> glib - Allow h2def.py to work when there are tabs or multiple spaces after the struct keyword. - Fix build when builddir is not the same as srcdir - Make gio.Emblem constructor new-style - Cleanup GIO overrides to use Python function/method names - Make codegen report errors using Python function/method names - Fix object type in gio.BufferedInputStream_fill_async - Wrap gio.BufferedInputStream.fill_async - Add gio.BufferedOutputStream which was forgotten in the types - Split overrides for gio.MemoryOutputStream - Wrap gio.memory_input_stream_new_from_data - Introduces the girepository module from the former PyBank - Add API appeared in 2.20 but not marked as such in gio docs - Wrap gio.FileOutputStream.query_info_async - Wrap gio.FileInputStream.query_async - Install executable codegen parts with executing permissions - Wrap gio.DataInputStream.read_line_async and read_until_async - Fix gio.OutputStream.splice_async - Add GIO 2.20 API and update docs - Remove AutoReqProv: it's default now.- Update to version 2.18.0: + Improve gio docs with some more classes + Wrap gio.OutputStream.splice_async() + Add Python ver into installed libpyglib name + Wrap gio.OutputStream.flush_async() + Use 'Requires.private' for libffi in '.pc' files + Add wrapper for gio.FileAttributeMatcher + Mark relevant glib.IOChannel methods as METH_NOARGS + Retire hand-written ChangeLog; autocreate from Git history + Wrap gio.InputStream.skip_async() + Add in codegen -n --namespace option and the code to remove dll API in headers, added documentation + Properly mark glib.get_user_special_dir() as a keywords method- Update to version 2.17.0: + Write a good part of the docs for gio + Wrap g_mount_guess_content_type g_mount_guess_content_type_finish + Swap first two arguments of gio.File.query_info_async + Fix a crash in pyg_type_add_interfaces + Remove an empty structure, use sizeof(PyObject) + Wrap four g_get_user_*_dir() functions + Remove 'ltihooks.py' as using deprecated Python module + Code maintenance: add .gitignore files + CellRendererPixbuf stock-size property has wrong type + Add a doap file after git migration + missing dep on libffi in pygobject-2.0.pc + g_volume_monitor_tp_new new function, return the singleton object + Remove a DeprecationWarning under python 2.6 + several scripts from codegen directory are not distributed + g_file_copy_async change argument order to keep it consistent with the other methods + memory leak in gio.File.copy_async + g_file_monitor should accept None for cancellable and set the default flag to G_FILE_MONITOR_NONE + pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF + Wrap g_file_set_display_name_async + Add a semi-private method to return the option context C object from an option context wrapper + Converting a negative long Python value to a GUINT64 GValue doesn't error out as it should + Wrap g_file_set_attributes_async and g_file_set_attributes_finish + g_file_query_filesystem_info_async fix a typo + Wrap g_file_query_filesystem_info_async + Add missing g_file_query_filesystem_info_async and g_file_query_filesystem_info_finish + Wrap g_file_eject_mountable + g_file_copy callback cannot be optional + Swap various kwargs names to reflect the code + Update the address of the FSF + Add g_volume_should_automount + Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers + Add a couple of convinence functions to convert from/to a python list and an array of strings + Allow setting pytype wrapper class + Wrap g_file_enumerator_close_async- Update to version 2.16.1: + Apply the patch provided by Cygwin Ports maintainer (bgo#564018) + Bad -I ordering can break build, patch from (bgo#566737) + Fix keyword list to be in sync with positional arguments (bgo#566744) + Add a comment explaining why the two for loops for registering interfaces + Huge cleanup of GIO overrides (bgo#566706) + gtk.Buildable interface method override is not recognized (bgo#566571) + Do not escape the ampersand "&" in entity references. Replace some unusual entity references in the output with their literal values. (bgo#568485) + gio.InputStream.read_async can cause memory corruption. (bgo#567792) + Inconsistent use of tabs and spaces in pygtk.py (bgo#569350) + Huge fix of memory leaks in GIO (bgo#568427) + non-async functions don't release python locks before calling blocking C functions (bgo#556250) + Change comment to avoid false positives when grep'ing for deprecated gtk functions + ltihooks.py updating license header from GPL to LGPL - Remove gtk-doc BuildRequires. - Use %makeinstall - Stop using pygobject-acinclude.m4: it's not needed anymore, it seems. - Use fdupes. - Move /usr/lib/libpyglib-2.0.so to devel package. - Add post/postun with ldconfig call.- Update to version 2.16.0: + gobject.timeout_add_seconds() not found in docs (bgo#547119) + _wrap_g_output_stream_write_async not adding a reference to the buffer passed (bgo#564102) + gio.VolumeMonitor segfaults (bgo#555613) + Test if `domain' is not-null before using it to avoids segfaults (bgo#561826) + g_output_stream_write_all use gsize instead of gssize + add __repr__ to gio.Drive, gio.Mount and gio.Volume (bgo#530935) + Missing AC_CONFIG_MACRO_DIR([m4]) (bgo#551227) + Make codegen not import when corresponding argument types are not registered (bgo#551056) + Fix typos breaking compilation (bgo#551212) + GFile load_contents methods chop data at first \0 (bgo#551059)- Update to version 2.15.4: + Too many changes and fixes to list. Please see NEWS for full details.- Update to version 2.14.2: + Allow gobject.property work with subclasses (bgo#523352) + Unbreak Source.prepare (bgo#523075) + Never override customly set 'tp_new' and 'tp_alloc' + Don't link against libffi if we cannot find libffi on the system (bgo#496006) + Dist .m4 files (bgo#496011) + Don't return NULL after warning of enum comparsion (bgo#519631).- Upgraded to version 2.14.1: * Avoid wakeups when using Python trunk. * Add an uninstalled.pc.- Updated to version 2.14.0: * Fix a Python 2.6 deprecation warning * Wrap g_timeout_add_seconds, when compiling with glib 2.14 * Always fully initialize the PyGObject * Fix compilation in Solaris, again * Fix check for default value in boolean type * Fix new style properties with subclasses * Docs generation fixes- Splitted python-gobject2-doc from python-gobject2-devel.- update to version 2.12.3 * distutils build fixes * documentation updates * gobject.handler_block_by_func and friends now accept methods * avoid truncating of gparamspec * set __module__ on gobject derived types * Ensure exceptions are raised on errors in gobject.OptionGroup- Preamble typo fix.- update to version 2.12.2 * Make PyGObject 64-bit safe for Python 2.5 * All headers are now LGPL and not GPL * Remove a couple of GCC warnings * Revive distutils support * Emission hook reference count bugfix * MSVC/ANSI C compilation fix * Bump Ctrl-C timeout handler from 100ms to 1000- update to version 2.12.1 * Corrected version check - changes from 2.11.4 to 2.12.0 * Install the html files even when using --disable-docs - changes from 2.11.3 to 2.11.4 * Include pre-generated html docs in the tarball * Fix bug in do_set_property called from constructor * Fix type registration involving interfaces with signals and/or properties - changes from 2.11.2 to 2.11.3 * Documentation updates * Documentation build fixes * PyGObject can now be compiled using a C++ compiler * Type registration bug fix- initial package (version 2.11.2)build10 1256358479 f g & ' 9 # 2.20.0-2.22.20.0-2.2pygobjectbank.hpygtk-2.0pyglib.hpygobject.hlibpyglib-2.0-python.sopygobject-2.0.pc/usr/include//usr/include/pygobject//usr/include/pygtk-2.0//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/d9fa520c5756c256a2e8eff35a8f866e-python-gobject2cpiolzma2x86_64-suse-linux hDF16̠LBz?] b2,7Zg m1 bbä-p'?%K'lrH{ygA_$Z l1 o +[`Jk?(zV~,-N=MlB}_+s ӰLr1g1anZ')R`(/ñfy/&2DA)Y~>5jWZ7_mf \GO-%|QCIĄJ|{* a5DQôrOXp3UI9QF!Cmlaŧ+xto&?+hv;x-::EEY˯Ebp@Wq iD*LfR?量.5f bѣ \}K9{kSsN{Л6zq[@3! 8jN~+$&%`[5?Hf |'W%Ѣ`ՓkM-~Q?<ݨ>>T qTŚ6 +] bei[/p ![9nz[=gOV |">KOPۀȢdc'st04Q8ddG8fn*i{%ϻ^DAAZ(ƓI̍$daPfme`h)r bLi.tR͢Z%mKU'hڛD" U̸ S꜒ΟT]KӐzc28^XwޚײZ@LF; ܎S=%)/w[KNa\c@;ΡJ4'H6!HH(=T@L3 ?̿f>7wq?(,MvJ/uĪ|'(u*(b0c)ϲ Z 6>%Ծ~ʽbPMnIu޷PWg$yOw__8_鷎y`-K |#wDف =G;)x‰=Mg:m5*\ .ʪ1>7@} \ڴFde2M𓥬޾-Z' ZhaV: 1rcb,ʻ].2_+zRU(\yPS%>L)U1fwyy=;YGr()AClL|At>QU3m ש*5ZUWghB%:cUA*lDt  pkLJ̓t'KR*&dS {؆Fsqt:%kZ6<~0%U fK5mh^7ÅeQm38<wGi`,=}tccdUv0`=7>_~<+&1iK@Rb N.;l(oG_%Ty^P]YhBd1f۰n{goY U@^%'+'_mjsy%[wMsGlFsn*[/w͙K>[1x9(4wqwN swv K;lWױQ.D13񓞶'=)R[ZO&pv@Q<MX6G2RCT(8Go*Y~-yB!T&ZO iP ~?[-2^z8 D[3uaUCҹ'>^'Z{i'+QV%Kn_'htk;6bMO#q~{9 ޕ }g}z[+BL{| :vWLY T L? j nC)V54OU[W#8<3[9+ݞ4jxe_ep|7 ,"ti CmĉR*+1Օ{YmggI${?3xwsoh愴In$*'.w:ޯW EQ&eL rn]xU/F5 t>? ɤupMs[봄Dw smc=fkǿ'ڑ.YCBX>xxIeOF "5d.只z`f*6s9݆$XPr\%* VQ!S*d gN.[H/̑[8. A U1L}x}q[ mYzt[ВmVph~B|~c_Thkj2Y»8'% ޅ5E^+?厐Y0oM{uluI_b,a==tsĩu0 ZUDqjE኎2A8ToCd*",DfBvͬv1rB_VBL=fN142p ;0=s5mM̷*&螺 훽<:Q.Go gwXpoPBgE˭iyžER_4Zmky)M?6??\ZDL;`$K'66f)nikn0GR"p_U#ie+ٞWDTVFYzaA^e8ag.`ڷZdV VKas,+;i8/,'dnx]477KS [լdP_.|: ݞ"ie@EbkgߪxE*E9X(FQsEb%z*cJ32fjDl+AP =fq7 BWӁk9f>嘚ZCHV@˫r?TVD?9?[a.Ȱ`= h~DuA2xLO0.oNrogE0vPeiurH50LvPBiH $gvT(dy`I5%3nU ϭgJuzvri G4F~Rt}\y*Pp9MjT;[xb U'Jjz!%4Y=\|g`[/pcx ">!ly%1LeQl5m C>Ɠi!H)ߑflZ[Hqk`q2K+jl\o! H+l6vǫOݦ ǻv?q[CqiMh?8fgnl><_}d=7vm섴0TX'WÆG'RwR*JUώhܬcD* V$`8\tܶgCewc 0J)(@A:O$.Yz_iWļtiْ,~`Kvי 9<Z[~W~!-':.B-qZ*;YSsk-DN7q{38+9ry :9:/5\{ƻ?`⌀g_٣ךތr[{GN(}urlPm8h!LPjҡ]D|\5JRb..IFy\fR^D?_ g 7=b8/%y k":"4 3m2+Or^'OPz]i- Qcy~㋦X^lxb`}[]T>5\n'R;@䯈2!mSU/Vdɑ8"v1n57K E'u$C_؋_J " KI ~2D2B <M '_sCb Zb"BF Z&vF<yG:v_AfFfL~]YHfʺ;' Grlidéߕ5k2(Z{ ۱.#&qԩ A Ya7c .{Tysq_~|zAm`N b4,,l$4$9G5$~K+x Ţ ro8VPvl)¨uv