python-gdbm-2.6.2-6.3>t  DH`pJ/=„+B *9yS>S֧]5YP2uLaڴ Rp<7CG\#@tȶr-3%:r]VjH:J)#G'|dI9'yQO`<22H'og;-XjmNKFGp lI:;tbP|/ϲõ-[ iqi5vYY8!6_ì`Җ'$?:sEw}KrF3%?7:4EҳRغUG!H_T}OdkF|;m_KJ><;4y&vgς$շC->8?d  = , Eby     $p   (8'9':'BJFRGhHpIxX|YZ[\]^bc\deflzCpython-gdbm2.6.26.3Python Interface to the GDBM LibraryAn easy to use interface for GDBM databases. GDBM is the GNU implementation of the standard Unix DBM databases. Authors: -------- Guido van Rossum Jbuild18openSUSE 11.2openSUSEMIT License (or similar)http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64<`IJhJieb38ca80bd02ddcd48ab3a84aff01bb7934f282ffde8a7dd4d8c28df47a7dddarootrootrootrootpython-2.6.2-6.3.src.rpmpygdmoddbm.so()(64bit)gdbm.so()(64bit)python-gdbmpython-gdbm(x86-64)  @@@@@@@@ python-baserpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgdbm.so.3()(64bit)libgdbm_compat.so.3()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpython2.6.so.1.0()(64bit)rpmlib(PayloadIsLzma)2.6.24.0-13.0.4-14.4.6-14.7.1JG@J@Jp9J_@I@Id@IFFH@HӔ@HϟHN@HYHǶH|@HWHhHRa@Hv@H@HG@G G"GPG9F@F@FF@FiDFU~@FR@F @FF@E2@EEDfmax@suse.dematejcik@suse.czmatejcik@suse.czcoolo@novell.commatejcik@suse.czolh@suse.dematejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czschwab@suse.deschwab@suse.dematejcik@suse.czmatejcik@suse.czadrian@suse.dero@suse.deschwab@suse.dematejcik@suse.czmatejcik@suse.czmatejcik@suse.czmatejcik@suse.czbg@suse.dejmatejek@suse.czjmatejek@suse.czjmatejek@suse.czjmatejek@suse.czro@suse.deaj@suse.deaj@suse.derguenther@suse.decthiel@suse.dejmatejek@suse.czjmatejek@suse.czjmatejek@suse.cz- removed blt from BuildRequires so that it can be dropped.- added patch for potential SSL hangup during handshake (bnc#525295)- renamed multilib patch to reflect the changes- disable as-needed to fix build- update to 2.6.2 * bugfix-only release for 2.6 series- obsolete old -XXbit packages (bnc#437293)- reenabled bsddb module, so that dependent packages can build ( bnc#441088 )- update to 2.6 (version name is 2.6.0 to prevent upgrade problems) - don't run the whole test suite, only run tests for newly built modules - provide %name = 2.6- moved testsuite to %check section - update to 2.6rc2, removing the last remaining security patch - included fix for socket.ssl() behavior regression, fixing bnc#426563- moved python-xml to subpackage of python-base - moved dbm.so to gdbm subpackage - moved ssl.py and sqlite3 module to this- update to 2.6rc1 - bugfix-only pre-stable release- split package, as per fate#305065 - moved python-devel to be a subpackage of python-base - minor fixes & packaging cleanups- fixed misapplied ssl-compat patch (caused segfaults when opening SSL connections, bnc#425138 )- updated to 2.6beta3 from BETA dist, summary of changes follows: * patches update/cleanup * removed failing tests (test_unicode, test_urllib2), those will be reworked later to not fail * fixed ncurses/panel.h include * removed most security fixes, as they are already included in this version * removed imageop/rgbimg (reasons: they only work in 32bit environment anyway, are deprecated by upstream and have inherent security problems) * fixed pythonstart script to trim history after 10000 lines (bnc#399190) - 2.6beta3 is mostly stable release of the 2.6 series, package will be updated to 2.6 final as soon as it comes out (in the beginning of October)- security fixes for issues mentioned in bnc#406051: * CVE-2008-2315 - multiple integer overflows in basic types * CVE-2008-2316 - partial hashing of huge data with hashlib * CVE-2008-3142 - multiple buffer oveflows in unicode processing * CVE-2008-3144 - possible integer over/underflow in mysnprintf * buffer overflows in expandtabs() method (afaik no CVE assigned) - also mentioned CVE-2008-3143 is already fixed in python 2.5.2- Work around autoheader bug.- Fix configure script.- proper path for html documentation from python-doc, help text mentioning python-doc package in pydoc (bnc#380942)- PyString_FromStringAndSize now checks size parameter (bnc#379534, CVE-2008-1721)- disable DNS lookup test when running in build service. The XEN build hosts have no network.- added baselibs.conf file to build xxbit packages for multilib support- Limit virtual memory to avoid spurious testsuite failures.- bnc#367853 turned out to be invalid, upstream is already on to the real problem - forcing -fwrapv to compiler flags until upstream has a solution- update to 2.5.2 - bugfix-only release, over 100 bugs fixed - removed hppa patch (already included) - disabled test_str until gcc issue bnc#367853 is resolved- patched a bug in sqlite module that would cause segfault on call to executescript() - > TODO return and improve the patch- replaced fdupes oneliner with %fdupes macro - added /usr/bin/python2 symlink (#307097) - obsoletes python-elementtree and python-sqlite (#301182) (obsoletes, but doesn't provide - the modules that obsolete those packages are renamed and dependent packages need to be changed)- fix build on hppa- replaced duplicate files with hardlinks- removed emacs python-mode and dependency on emacs- revisited & explained failing tests - applied EINTR recovery patch (#278622) - experimental replacement of shebang strings, removing dependency on /usr/bin/env- update to 2.5.1 - bugfix only release, over 150 bugs fixed - fixes off-by-one memory leak in _localemodule.c (#276889, CVE-2007-2052) - unnecessary patches removed, minor build cleanup - warns when attempting to use https proxy (#214983)- make setup.py accept db-4.5- Add ncurses-devel to BuildRequires.- Add libbz2-devel to BuildRequires.- add gdbm-devel BuildRequires- fix sqlite3 support (#228733)- update to 2.5 final, going into STABLE dist - issue with lib/python/config is not caused by dirs patch- update to 2.5c2 - 2.5 final is expected next week - removed testfiles.tar.bz2 from package due to copyright issues (see #204867). Reminder: enable urlfetch or put it back (or both, using Nosource)- update to 2.5c1 - many new features, see http://www.python.org/dev/peps/pep-0356/ - 64bit indices issue will require changes of modules, see http://www.python.org/dev/peps/pep-0353/ for transition guidelines - non-backwards-compatible changes, see http://docs.python.org/dev/whatsnew/section-other.html (this link is expected to die, so just search for "what's new in 2.5") - open issues in build process: - sed'ing out /usr/local/bin/python from files causes build to fail if not filtered by grep (see %prep section) - might be a bug in sed - 2.3.3-dirs patch + --enable-shared + --libdir breaks build, because "-L/usr/lib*/python2.5/config" is added instead of "-L." Workaround in 2.5c1-dirs-fix, should be replaced soon - test_file fails in autobuild, but is OK when building manually - test_nis fails in autobuild, probably due to a misconfiguration on autobuild servers - it might be good to create python-sqlite3 subpackagepygdmodbuild18 1256362947@@2.6.2-6.32.6.2-6.3dbm.sogdbm.so/usr/lib64/python2.6/lib-dynload/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/838a6f768a67694850e337e530b4b519-pythoncpiolzma2x86_64-suse-linuxd}L@|&؀u?ԭ?] b2sR]Mtlzn_I΍Ý{UZy #ļJ7C7l>GcPdsش:=#ZH LɁD>e}Ijo+` [9n1FTp=|~Sy" Cfx(\-Pf~jWĭ1L>?\0 Ub-==A H>«Q.<[E(- {[NӖ$^.^lIB LYmS,5P9sα$${),a"^zIa ]'VaAW.;N 1\]U“0qDw_,lV\a";V#0a<)3fQX+YLѬNPl?{*gjƱpO؃W^/;I:̅`_75~ɷJFC}5Ց"^½n8ϲ.~D@Y s7ûC4fc$sRuX1EmfS (ʩߎYnckOSz,(N? (o:[wƬ93j`MPy wˡ\m*\R0oCǷU[q} ZqaQ(ЗNkO^jI 蔿"`#nuQ$r>h4Qs}&B;>LjwwF&8odJS-9bAB@uǐ`?W8%ALV x쵹;ED^G-PG9TË͵23A 7|;5x"'h |\ ֩CVdhwns֔EJŐ{P|c &uYE.8fN\T]ec1{u_H6aPnA đ XAa^fYG\7ǖU] !#A'OI9}BVjeƖSIW@sQ]\@ѓ~.ijgx<)ZL8=i?"*d: uOJ %Й%6 %Q*N` ¢LE0=Ff.%(dvƌ)|{"1lAdjU[D Ρ= m؇o?zW Ӱ**L'\0Un"!(1%*9OQ WNݘl](6Q݈NoxoZfjLhnn_tmpӡƲ\M*| aI Tzps X㋤@SV,:\>[8qBop( yhtK*17ۈN֚NUiBp6U3jVke.&y{IƄ&tK,a=C㐘2RJ bH25"Ԓ#vcJOZ]d${Xӑ~a?B 3< c{%~vǡGB{Sk6$Y}m7o2A4S#)|P 5c}Ą AԗvN)kjz24M-ZpUzC;:C6v,GIY{rHFBkcMH\>TE]xX*NqfB zvhA"HȀTT/vf7ayS.QW_wH(36Y=MbUЍyhufs ?$0P e&lHD4y]6CB)wa(MY^3Px+6X{S !`!]_# !"(uf=Iyb׆#Og0DWi@ּɃ'O4gϊзYA׶§j1`?/vp=Xr0"(xunPh=$ͲYRAS]lY.vqaBU\<"9d(ss9yЅF' 16YTtExƢ+Tϙ^pAGfٗ/hfLSr:AmDb`Ǟf %bUc+ U܃BZڢB:J8H{R]gos˳#um0Znl I9?Npv =w3^W0?AHP G+ B %e-Uڹ/"HRG l]F`{6D,$݉|pir>C鯅ɲ˛g}k#B_RfhZ:NUׁ %/Xˌ E-.:ڧ<#o`8 /ӸUZc-9~ '9)8.T&UVa{c*lL%ɷ/PĜ[,3d̚`9%Vq$AFOqm~yP?ˁrcu9}M孿  )oo8JK**UsװW{ћ vnը_: ~}ط“y롗t[9Z9?'ZˑJ8{ @dU.~_J~fE;p(܉d27"lw3aLՠ!N\n+&&^ƾhGsD[(|Zj@M5r bUjyy/a$@/׸+.kf3B7&grUќst-%bqD 8x̴nϏeYeǣ>W$jnCK<:nBAӷ֏ Wȸ=^/ݩ)-:,{(b{-'+̫g}DL5]J ܅x,Qx' & ]8V]Heo4eY!s0׽ 0T>f E0F|Qqy+'WÍ mg gn Lժqܳ Y渗 Bd  Nrxզv%(q~tCs#?fy.$\u9t`;r@aL,u81[OuG ᅀ6 v~hTs64-{2MPqL3r=+V݊8}5o$qͶbk*sd'ݏ5!o he'b@x*P9Y #@ ~-"y'l’%ƺByd_}ZgnpD|[cw K畻RSYWå6)F2:jSHQO^xkL6,R|Q v"?UsF+?!xh!+:N%DAmMi .!?䰣j;nuS|g;уVڹXT:yWCjhȮ19V"mN,&'@v(^S^`+=|d,ѡ!^ʙ;%=ɑ&?GsП=_\ "ݒf~X, MH%d ((iZe6Е37v5]_dfrEO`-CY5Vu\{W)Ƽ@SAYCKGK/gDgN*/Kf':xS !%(fqHhHQpUTO2deC^)z>ౖ.;A=. 5o_}D|V[\fJ/Akh o~~Y)HoD]``آ]ñA~)~,a|҆Sw=z›啡GoV\g faIŽ0sH$UR*#v?c3euGh%P,^Z{kT߼fw.ڄ"aOF?ssNm]ɧXIA,  ,*Ap${ر' T/<Yj{ҵRm~/ryV#cVGBL觖#tWE2n_-ZP՘"Q !j[TA.VҎv1_$rf[%i>i]Og.0t_Ύ]^YX|#f7>NC?x*_^>(/yDr4"?ouɒg\aJX9gڌܲti~\d1Qp2b0ѐHFyzO*v"snYA> 5K :x .oȜ+/-VN#7:K+\ѶK P%x~*q/@+VJ? A= zip'ܿ .(X7%*"6@ *3f*QH1 HJQCq%ܼt=vUȩzvʹ&UFOaEp4 hhzm}?m^dשڦ0Z’V2IBR@n ld^[8m獹5_)o|8G&mqwzKg:K5 oRW%%P?H-qSvLm?Xا2=|Tީ'kh4}1iɌe=GspD,] g7TDpj7>+{^ecIe.kmAQ Sp ^{[8d0^Ѷ8YMxxg7~լ$5EKzK>WQ|QI Kz%#T)yw3>gȫn`ѩeGC#kEDc%Zak-Hd -PmΡP|i z=;~-JOn  :.ڸ}wi15M"]̚ us7\