python-gobject2-devel-2.20.0-2.2>t  DH`pJ}/=„ P|ٛ66 Y2ǎYz3xHhxȝ"݀4SJ=&c!T贅wヱb&9զ?N?[Lb(e]9#"a"w+6'ʜГR8KT3ڍ/~b/ ڴb2ܒmZ$NJ lҡ5'?'d # ? FLTp ~   / Tp,@(89:F%G%H%I%X%Y%\&]&$^&}b&c'ad'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.J}vbuild31~ openSUSE 11.2openSUSELGPL v2.1 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://ftp.gnome.org/pub/GNOME/sources/pygobject/linuxi586 }bOkA큤A큤J}nJ}nJ}lJ}lJ}lJ}lJ}nd7cde6af9bb223c0ba57df53a12c40d863253c887b384098a030951594318f7b83aa6b3d7b1a1e26b2275b578ae4bae436937deb9a7605ab6b38d8a8c3acd364libpyglib-2.0-python.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-gobject2-2.20.0-2.2.src.rpmpython-gobject2-develpython-gobject2-devel(x86-32)   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)build31 1256357238jk}g2.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/lib//usr/lib/pkgconfig/-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/d9fa520c5756c256a2e8eff35a8f866e-python-gobject2cpiolzma2i586-suse-linuxmes̡?] b2L?Qi)qTkPcņixz7lKdt_DH]pR"-Mmb+BZY>ۮfwI 㽚10Uy| '=nPԩsx)XVObR^"s`,uqdY6ܣA䖼bӟ Pα|oO)0.+-06bR] PlCƋ&5$:td@uT:6*Ih3 Fc IWF(CV=Zد>vQgc͙܂]x*kKvMCdHi~X bM/[b.la7C˶^0$kF.6tn8X0H[խv1;N&l4[8XdW׽g,e+80ڌE}E' vA[пI h(]/97k\WzlqTHfAݹ7eټq_6Z>fŘsRASAOъ]&jದ`(ag,g\zǦiRIMsQ,HYh.՜[Q ۍD&y>1}Ɓт"vk_j(}zHTEH 4\'+vGD6[(hU}O _YbDb3|HqlYdmbs_Ci(AgIuoH:ڻܣ'!E:վT ${^?^PXlt9Vz9x}Te dgQiU?ap1hgvt$zq|4|m*W/~(aOWXA NQP3,!]%:FA.N99n6W٭5O'I?!OD )ɂYq˚mn{ PVPC/1 Tqr TIˏ&<)75u?ӁbxY7 =F T.J0/3XrZ^=iژq wRieɷ0"렣f$|,w0:4e F\ykl<>N5ܪUSOaR(M g:7C93EgiUx"RCMSe\B<4iP޹Ԯij.PbwVb4˨6ՑPbTJ>skhݩ?]cEӬL|8I2!VIo4]$㌽5v^v zaÚ{]+Zg~/IeAdPcL5+ny;8quc5rrTS_k2pK+B\n_ -rX^'oFdb3@TP~(vXMĔs0dǸ_HEOJdK!bo(uZodp)6B{+Ir8:z kƅ^J m\Nc?5":,]؀5WAMB [N'C@ݠ M4Wj=RtB^v|l]i;u4؄:(j`|x jDz& UjE%q9$ rA$I,GC=wJC[>wP6&^MQS8a71νD:كZ04iDTot4N+(ޥxb6G4{)kϚATBb'JnT Ԕ1~%5pn;p9k`p%z!-i/_*s= BSvm='lؾ.`q@t2p6$P/eUT0#{?Ax!Q?@z̘N6ɹ]K̷~e[Y٨p1vI_y@A͸el-)TzDԵo}g[;%@"Y2$xM"+~> i:vTc!ArBŘ#OTd*ZdI.sz{P*K^8 ?Ɯ!yB 1[E}'8y^D% "?khKYK*+A czmCNp&b84K2tuub]M=W7n؏*`uÜe)J[bQ' }5Ap:I$mRwdm>C=HPrO%W}q E??Uvՙ:/#l|5=덅,5S|8cnNjd\K΃A)li#]FsppEȀTr)% 8zK5L7xJo$9 j[_; Fi"䟜}yu3byʄW**h<^;ٲDDqENd9T̿d9Xg-er zw#}2Ud)SDp VsL\a¬1K;%ա`* ddzl=س@*a >"$MP7`gV};bp99wWJV=W2h/Hc6̧пJgI)υC}_(PB8j:z^&k/U0ơ 6A30o'} ǜJNIғ/Y/tż7R0Pʉ0= ?ṨaԟܒUuntE{p[ v=)/]nVUEv7q}RZ5 PgT7HQ|Wv @Qh!(ZŖR)}rU|sJAN-"bh[*qߝAf9$*@H4+!5?z j͢ oc}n/0:KO?cԢY\柴lqOCÓ ;Je pK+iEZۑm6$#?^@؋UHAy*R>@^([.̼9uttABRct0ZoBŌQc]sA? _z;%G \\pO~~ 0+U:'Ժ{9$Kn)pǮaL\.$ 9ۮ1VM{Y4VA].h=_pi΃SHS,S{-ar'n9o媩%\g2< A@R~|eh?򮀄u*/u"8̲``'_:ke磚rT6H,U@Exsb5 FϬ VWy Oϗh&mr*smVY1Oh'¸!Z1&F`,X6a ܿF oQ-5W"Rs%!@` -ML-ly!jb3,nCS#ꁴl51ҵ-2tJXϰ dT:C–!)Mgb` H%'Ė!iQlsmb X{".1,Q4s >J:'aPG0a_n -f _*3`[Ravjqbd=Φ~KQޗI.)?|mz?s 7=`AI'(=X"#-xT<@׷hVE;geyn+F}a[PE)4>,I҉p ܱC\Ri +~1Ժ#SwoAh$tdL`JSgYr9Mภ @DEM$Dsĸ$O`$&~fݴvf U3TۤGۀ ܉;-hoV#B]^r'j^W'J=q ?20'-&w=j#pF'\?ϹN|J(H"E _Hj,XC.gʔtCtmg }/%YG?Hq COTy4NZ9UDF>FT ԙ}l/<0V7-/ʓ]+ io\\~URě@4\WzKK3'mcF}ށd|XGJa?G%e#uZF* ĻydM>+P/{rӗ2G76My^|Øyl`y>XIЧ$@::غnuy.ɒS_xQW)|B=Z@n3Bѽ" .iW0L^.`@L];^wi+Q($ȅacjv]|2dhK hmEZ(q2bZ>T$h#1XVIԻ=]3hK$Bޫ\wn`4/uU- NTPɑo?wN"Jq*UÚ74J%N"caGgNǨKq)X#C.۱dPWl X <367t 3 溬FB;]J3 ^!jS iQy#)@Ķ\`#V4R50)ݮ9tU;K_3k!eVGHpaPDgt$JJEUom3x}G9,;Gp8Nsk>D(̹KRlCZ9BՏS =1zo=Ʌ:  vy9 ,Gi^߱M6#x#Ҡh fL1$mc-Y߆e+Zt,mYnxxU>㪷M1anߌ0]dqQ?K)el캇-Sespx8)4iL as_@vx^*?'E@ah7s3 5npQT(  $OӸ!bM]O6TLMWfb47|^ RnчW]K~3]Jqb|AX"J|xݵDEUѰRPm*Q 눿