libwx_gtk2u_gizmos_xrc-2_8-0-stl-2.8.11-4.5.1>t  DH`pMS㸋/=„I)W4vP JɪP CHݢBAutxT#.їUl5ՋoXJӻ*z3{6mmbhkxzb;_ΜEf+p}c6a2!秝odG2grNe:hXگȅH>Id>:>K8RpQK }p5 #5hӎo73ae3dd267ecc76f9491f096db208175b7617672/܉MS㸋/=„AiDlW$lYBR'P6C+%l]ZZF5#Ѹ7HSL9sP -!K`Zr(^[zltKL .A`MYM;~I~Q4?t &YV;PߎAX}z#Hdd)fwZKfqA;{Ppד8,R,1&7/@8-X.MrDm\ҧ$H>5?d#* 0 Bpt|     * PXbl$t|(8 9 : FGHIXY\@]H^bc)deflzClibwx_gtk2u_gizmos_xrc-2_8-0-stl2.8.114.5.1wxWidgets LibraryLibrary for the wxWidgets cross-platform GUI.MSbuild34FopenSUSE 11.4openSUSEGPLv2+http://bugs.opensuse.orgSystem/Librarieshttp://www.wxwidgets.org/linuxi586#FMRMRa585a6ebc584e90825ce46897548b6e6libwx_gtk2u_gizmos_xrc-2.8.so.0.7.0rootrootrootrootwxWidgets-2.8.11-4.5.1.src.rpmlibwx_gtk2u_gizmos_xrc-2.8.so.0libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.1)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.10)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.11)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.2)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.4)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.5)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.7)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.8)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(WXU_2.8.9)libwx_gtk2u_gizmos_xrc-2.8.so.0(stl)(libwx_gtk2u_gizmos_xrc-2.8.so.0)libwx_gtk2u_gizmos_xrc-2_8-0-stllibwx_gtk2u_gizmos_xrc-2_8-0-stl(x86-32)  @@@@@@@@@@@@@@@@@ rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.1.3)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libwx_baseu-2.8.so.0libwx_baseu-2.8.so.0(stl)(WXU_2.8)libwx_gtk2u_core-2.8.so.0libwx_gtk2u_core-2.8.so.0(stl)(WXU_2.8)libwx_gtk2u_gizmos-2.8.so.0libwx_gtk2u_gizmos-2.8.so.0(stl)(WXU_2.8)libwx_gtk2u_xrc-2.8.so.0libwx_gtk2u_xrc-2.8.so.0(stl)(WXU_2.8)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0MMLgLk@KqKa|@JJ$JRJ|@J:,@sbrabec@suse.czsbrabec@suse.cztermim@gmail.comsbrabec@suse.czcrrodriguez@opensuse.orgsbrabec@suse.czsbrabec@suse.czmatejcik@suse.czsbrabec@suse.czsbrabec@suse.czsbrabec@suse.cz- Fixed find-wx-requires to check directories instead of library name. Provide find-wx-provides. (bnc#681409)- Rename package to wxWidgets to follow upstream base name. - Split wxPython documentation to a separate package. - Support for build of Unicode and ANSI, standard and debug and STL and wxcontainer variants. - Build wxWidgets variants separately. - Spec file completely rewritten. - Libraries moved from libdir to make possible to use binary incompatible variants. Use RPATH. - Mangle rpm symbols to prevent ABI clash of binary incompatible variants with equal SONAME. - Created virtually empty compatibility "libraries" to fulfill dependencies of third party packages. - Provide rpm support macro %wx_requires.- Updated to version 2.8.11.0 Adds Python 2.7 builds, PySlices, new pubsub implementation, lots of updates to AGW, and lots of bugs fixed. - Removed wxGTK-GSocket-clash.patch and wxGTK-editra-ebmlib.patch as already fixed.- Added --enable-graphics_ctx to fix Editra (bnc#580060). - Added ebmlib file required by Editra (bnc#580060, patch from Salix).- build with PIC- Enabled media libraries (bnc#565039).- Disabled STL (bnc#530027). See also http://lists.opensuse.org/opensuse-factory/2009-09/msg00386.html - Removed obsolete RPATH. - The GSocket symbol clash fix replaced by the upstream one.- fixed pth file to point to platlib- Fixed for the latest python package.- Updated to version 2.8.10.1: * Incompatible change in wxTreeCtrl behaviour! * Added several functions forward compatible with wxWidgets 3.0. * Add wxBU_EXACTFIT support to wxToggleButton XRC handler. * wxHashMap::insert() doesn't update the value if it didn't insert the element any more. * Correct bug in wxTimeSpan::Format() for negative spans. * Correct several bugs in wxList using end() iterators. * Translation updates. * Fix wxURL::GetInputStream() for URLs with special characters in credentials. * Fix wxURI::GetUser() for URIs without password. * Correct wxDateTime DST computation for 2006 and later. * wxRTC: fixed a problem with HTML list generation. * wxRTC: no longer deletes a character when content is selected before pressing Delete. * wxRTC: fixed inability to select no superscript and no subscript in formatting dialog. * wxRTC: fixed centering and right-justification when combined with left indentation. * wxRTC: fixed lack of right margin when centering or right-justifying. * wxRTC: fixed wrong descent when wrapping lines with different font sizes. * wxRTC: fixed wrapping problem for long lines. * wxRTC: all buffer margins now respected. * wxRTC: Added wxRE_CENTRE_CARET to centre the caret line vertically. * Fixed wxHTML's pagebreaks computation in tables. * Fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs. * Fixed wxHTML's line breaks handling in
 blocks.
  * wxHTML: don't include extra whitespace in table cells.
  * Implemented wxWindow::DragAcceptFiles() on all platforms.
  * Added wxAUI_MGR_LIVE_RESIZE flag to wxAuiManager.
  * Use bitmap mask in wxSplashScreen.
  * Translate "(c)" and "(C)" to the real copyright sign in
    wxAboutBox.
  * Fix painting of highlight border for merged cells in wxGrid.
  * Fix handling of long lines in wxGridCellAutoWrapStringRenderer.
  * Return false from wxSingleInstanceChecker::IsAnotherRunning()
    if an error occurred while opening or reading the lock file.
  * Fixed printing to use fonts sizes adjustment consistent with
    wxMSW.
  * Make colours used by list, tree and status bar controls more
    consistent with the system theme settings.
  * Worked around bug in GTK+ < 2.14 where enabling some controls
    such as wxButton didn't re-enable sensitivity until the mouse
    was moved.- Worked-around GSocket name conflict with GIO.build34 1302090502

Y2.8.11-4.5.12.8.11-4.5.1libwx_gtk2u_gizmos_xrc-2.8.so.0libwx_gtk2u_gizmos_xrc-2.8.so.0.7.0/usr/lib/wx-2.8-stl/-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:Update:Test/standard/4d37c6429ed6c09b3a7c56603fc3049b-wxWidgetscpiolzma5i586-suse-linux
K9w°?]
c\jJY@EHb]C|ܞ3MEh1uov>l,i-v׼Q9)IR$TbrН!GYjRjSqfs'ݑieAމ1Ienr6?"nE`Ц4/~9ҩlĤp]C)f۲`ާbfGeiVUt A4B돀~6cxK5}nޘX}&BE9vCÓ.Lu(&?У2$b)NNj1+7X
*(̳IJ32O`E|ܔ]->۰#o]`n=j^AJwq
݀|hCE	gT'3ٲ}I
Hw7}Ta)cS6.%|?86#ԑu4Ⱥz9GZS
^whאquwzm:o6]9qٷh="I$u$RRiF
; 3t\%Kf7gego_"—`QT`GQ$KJbj	GO\Xz2~(lE|W(q,.%:y WB[	T8BI10oq1sbm೒n	`nB܊M\D涊7\F=.84cHM0{@ia$#z\&+e=Pџ'ݺK>(OQR(gSp:0=ʻGQHC/`ԃJ9KcFBvx&o7hդ'Ob]`b	Pq^ΰ˥x
@w$<7-pv+Jz ^
K?讈c<ñ_x99-){;_i.黑Cs.ۙ7Pk,&qmPKeqY/[JjXv9.:h/S+׸
Ry8[˫gqMó0_0P-*jNᩗF-)ap-&Be֖{D*2QH2B&{ gCweDث] R'BHԧwʣfͥ8!}-%o
AP6/4D
ݗ"='RHiY*rFd?ӻFhNQ. nI6e'Dsk@"Lͦ$ea;`/.ѡj"}'[!9Ӏہl6CMdmKjI8;6:V)./Ma?Ds_2&JC5SԸ\-޿LnCE_/2AiK
NB Rxv惊E`s'Rkwld	&"A3/{%:^A84}MQ-UDG/O:,OHᤵTikF'vvcViG7EpP\\oXhd>4-}޵b`TJxsX&0-b&ul8-:I^ŢPNz*}k$젩;ʢbQM`<^B㕶ˁTIcUG
#X8Cs՚֧j:&PxyF89+d8UY{4Ɂ6
^yp=Nk=9?H L A\Qm>?nI6{Ʒm0}0/AK:f+RKndaolezK6Sv_=1Hd3Oa'vZo_D:ml+|KvGݽU5֯uʜ6}Z\PH$+Sw1+2F^Nͥ.4{>Z+4HP2*QKn{UdH(N1([^Ir[&	w4wxR<y	}Ejِ{DV5{"sA%I.ߚ k6|UqgP>	Vnb?"RgC2礴xYzvlqvηU,|ُ3,OߦwTO,WxBr;gLH.2
fMO+pLSJM-s,2D.?mp\U:='HpXdD!].Ub~KiM0}y;=I@#D5 >Yd&
Q7`y&|A_1ECXok+ҵEq_0q*
|a2_A3Q.Mprg耓\`
Kqg:pm+8HN*!7$I(#N%fRIN@,&
Ҵ-(wvQL$F乪W.{G<\M^	/5緁⢏k;稷ŏ3hE{Fڒd1]]1؍1퓘E[7BN0pPE!FnH*a	#oS}{aLeK*Ώ޷BdE4
R}CMZWˋ<}L9!@ص&Jńqo7i=xp+%K/[jmT> Au@FļvAY*hJ1o^%2[.u\P%>5*w{ 	U<}[NMO$|VX̳
ն⭧!Osa#0"q[cuE,ՠ)>P)5y9 IUN͔
yv/tb@lJm"8+n^qODjӲ>BOh0H*gjZeQ+YZXȦb@Cj]a-2/|})O-5q>1~XvosF0|W5KFx?-µBOQٌwQ\DUlޙ4b7MYJK'{#2
T=@ה1\HkYz3Mh2rc6+5Sh(wc#d񴕻AZ'A{{elCQ
Œ\b2}耿:{6/|WOd3j)g|!$7ZfW`أ;%w/fE/]ry×`ÇPţ
#n*#14BO| Ӿj3uZ