libwx_gtk2u_html-suse5_0_0-3.1.5-150400.3.10.1<>,\h4>p9|* #ϱ(uަx&.VQ2jaTE/.t1Q*) {-X0T;\pyDdL's܉&cbUt+>jm4J!e:/q4o8w񟶼fz'V'W 4j>@0?/d# 1 \TXdh  $ & ( , m pty~D@(v8 9 : >,@,F,G,H,I,X,Y,\-]-^-;b-Gc-d.xe.}f.l.u.v.w/(x/,y/0z/////Clibwx_gtk2u_html-suse5_0_03.1.5150400.3.10.1wxWidgets HTML parser and renderer libraryThe wxHTML library provides classes for parsing and displaying HTML. It is not intended to be a high-end HTML browser. wxHTML can be used as a generic rich text viewer – for example, to display an About Box or the result of a database search.h4>h03-ch2c.(SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later WITH WxWindows-exception-3.1https://www.suse.com/System/Librarieshttps://www.wxwidgets.org/linuxx86_64.(h4>03de73e78e940d7466f7d82d59161c0df6ff91c5f882970a8cddb6c852f059850rootrootwxWidgets-3_2-3.1.5-150400.3.10.1.src.rpmlibwx_gtk2u_html-suse.so.5.0.0()(64bit)libwx_gtk2u_html-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk2u_html-suse5_0_0libwx_gtk2u_html-suse5_0_0(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libmspack.so.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libwx_baseu-suse.so.5.0.0()(64bit)libwx_baseu-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk2u_core-suse.so.5.0.0()(64bit)libwx_gtk2u_core-suse.so.5.0.0(WXU_3.1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3gJ@e̫@ec@bUia `@`_i_P_P_ts@_=@_p@_^@^y^^@^ϧ\r@\8@ZZ@Z@Zhu@Z3@Y6YMW T\@T[bTZ@antonio.teixeira@suse.commeissner@suse.comqzhao@suse.comqzhao@suse.combadshah400@gmail.comantoine.belvire@opensuse.organtoine.belvire@opensuse.orgjengelh@inai.dejengelh@inai.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dedavejplater@gmail.comdavejplater@gmail.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dejengelh@inai.demartin.koegler@chello.atjengelh@inai.dejengelh@inai.demartin.koegler@chello.atjengelh@inai.dejengelh@inai.demartin.koegler@chello.atkamikazow@opensuse.orgmailaender@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.de- Add wxWidgets-3_2-wxWebRequestCURL-crash-fix.patch * Fix wxWebRequestCURL crash when connection is refused (bsc#1239902, CVE-2024-58249)- wxWidgets-fix-redundant-decls.patch: disable for now to make it build- Add wxWidgets-3_2-fix-building-fault-S390.patch: Fix wxWidgets-3_2 building check fault on S390 platform: /sys/power/state doesn't exist in SLE S390 platform and certain types of containers, so check the file exist before run the test case. (bsc#1217026)- Add wxWidgets-3_2-Create-our-own-socket-file-for-socket-file-test.patch: Backporting f172f53a from upstream to fix building check fault: Create our own socket file for socket file test, /dev/log doesn't exist in certain types of containers. (bsc#1217026)- Disable building with EGL support: glew is not ready for EGL yet and this causes wxWidgets based OpenGL apps (e.g. hugin) to crash. See boo#1188519, boo#1189524.- Add wxWidgets-3.1.5-fix-wxIcon-wxDVC-columns.patch: Fix poedit crashes when opening wxWidgets-3_2 files. (boo#1187712)- Update to version 3.1.5: * New wxWebRequest and related classes provide a simple way to use HTTPS and HTTP/2 from wxWidgets applications using native libraries or libcurl. * Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under Linux. * Many appearance and other fixes for macOS 11. * More improvements to wxGrid UI, API and performance. * wxImage improvements: add alpha support in Paste() and clipboard support. * API additions: wxPersistentComboBox, wxFileName::ResolveLink(), wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(), wxEVT_FULLSCREEN. * Improvements: wxConfig now supports 64-bit integers, wxLog uses millisecond resolution in timestamps, XRC files can be loaded from URLs. * Yet more bug fixes, fixes for API inconsistencies and optimizations, notably in wxDataViewCtrl, wxListCtrl, wxPropertyGrid. - Remove patches fixed upstream: * 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch. * 0002-Fix-documented-type-of-wxART_XXX-constants.patch.- Fix an rpmlint warning by moving libwx_base symlinks to their own -devel subpackage which is then required by (wxWidgets-devel, wxGTK3-devel).- Change wxGTK2 flavor to be the main (unnamed) flavor.- Fix unquoted bareword comparisons for RPM 4.16 compatibility- Fix wxPython compatibility issue: Add 0001-Don-t-use-wxASCII_STR-inside-wxART_MAKE_XXX_ID-macro.patch Add 0002-Fix-documented-type-of-wxART_XXX-constants.patch- Use _multibuild to avoid changes and spec files of the variants getting out of sync.- Do not disable debugging completely, only recommended for constrained environments and breaks wxPython tests - Correct base_packages flag for nostl variant, it can not use the base libraries of the regular variant - Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no longer used by any Factory package.- Update to new upstream release 3.1.4: * Incompatible to 3.1.3: CMake library targets were renamed and now start with 'wx'. In addition, aliases for the libraries have been added using the 'wx::' namespace. For example, the core library is now named wxcore and has alias wx::core. * Add natural sort functions. * Add wxTempFFile class (Dummy). * Fix bug with multiple leading ".." in wxFileName::Normalize(). * Improve brush transparency support in wxSVGFileDC. * Optionally forbid implicit wxString/char* conversions. * Add support for wxGenericAnimationCtrl to XRC. * Add wxDD_SHOW_HIDDEN and wxDD_MULTIPLE wxDirDialog flags. * Add wxWebView::SetZoomFactor(float). * Add wxWindow::DisableFocusFromKeyboard(). * Allow overriding wxDataViewModal::HasValue(). * Call wxAuiManager::UnInit() automatically now. * Fix crash and layout problem in wxGenericDirCtrl * wxQt: Fix build with Qt 5.15 * GTK backend: * Add native wxSearchCtrl implementation. * Implement wxBU_EXACTFIT support in wxButton. * Fix a regression with crashes when using wxBufferedPaintDC. * Fix drawing bitmaps with masks using wxGraphicsContext under GTK2. * Fix position of popup menus on non-primary display. * Make wxUIActionSimulator much more reliable * Fix caret colour in wxTextCtrl with custom colours. - Drop obsolete patches: * 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch * 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch- Build nostl package against gtk3, audacity crashes with gtk2- Add nostl package for audacity- Fix wxQt build with Qt 5.15, add 0001-Add-missing-QPainterPath-include-required-with-Qt-5..patch - Make liblzma build dependency explicit, to have the same feature set on all flavors. - Fix wrong function signature causing build failures in python-wxPython, add: 0002-Make-the-wxUIActionSimulator-Text-implementation-mat.patch- Add explicit libXtst build dependency, required for Leap 15.1 (already implicit on Leap 15.2 and TW).- Update to new upstream release 3.1.3 For a detailed changelog, see https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.3/docs/changes.txt * Support for per-monitor DPI and dynamic DPI changes under MSW. * More generally, many fixes for various controls appearance in high DPI. * Long requested support for freezing rows and/or columns in wxGrid. * New XRC handlers for wxDataViewCtrl, wxInfoBar. * It is now possible to use gradients when creating wxGraphicsPen. * Extended compiler (MSVS 2019) and platforms (macOS 10.14+) support. * Significant improvements to the (still experimental) wxQt port. * Important bug fixes for focus handling in wxOSX port. - Cleanup spec file - Enable reproducible-build option - Use SDL2 instead of SDL1 (only used by sound plugin)- Update to new snapshot 3.1.3~g673 (6cc1d63d) * Graphics context methods for the Qt platform - Enabled webkit2 backend for wxWebView (wxGTK3 only) [boo#1107337]- Update to new upstream release 3.1.2 * Support for non-integer font sizes and arbitrary font weights. * New wxLZMA{Input,Output}Stream classes. * Add wxDataViewToggleRenderer::ShowAsRadio(), wxDisplay::GetPPI(), wxGrid::SetCornerLabelValue(), wxHtmlEasyPrinting::SetPromptMode(), wxJoystickEvent::GetButtonOrdinal(), wxToolbook::EnablePage(). - Remove wxqt-compile.diff (no longer needed)- Update soversion.diff to use the package version, not some incremental integer.- Update to new upstream release 3.1.1 * wxRibbonButtonBar::DeleteButton() now deletes and not just removes the button. * Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts * wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour. * wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which were added in 3.1.0, have been renamed to HasCheckBoxes and EnableCheckBoxes respectively for consistency with wxCheckBox naming. * wxZipOutputStream will now automatically convert filenames to UTF-8, if the wxMBConv used when calling the constructor supports UTF-8 encoding.- Update to 3.1.1-rc (3.1.1~2807)- Rework provides/conflicts between -devel variants. - Update to new development snapshot 3.1.1~2640 * Support for multi-touch gestures * Implement persistence for wxDataViewListCtrl * Rename all objects to "DataViewCtrl" and "DVC" instead of "DataViewListCtrl" and "DVLC" to reflect the change of implementation at the base class.- Add a recommends from the wx base library to the language package.- Unify packaging - Drop webkit as in wx3.0 packages - Fix Qt build errors- Disable WebView for TW and upcoming Leap 15.- Update to new upstream development release 3.1.0 * Many improvements for high DPI monitors support, notably XRC now interprets all pixel values as being in resolution-independent pixels. * wxQt branch implementing Qt5-based port of wxWidgets API was merged into the trunk (Mariano Reingart, Google Summer of Code project). * Added wxNativeWindow allowing to embed native widgets in wxWidgets programs. * Improve wxGLCanvas to be more type safe and better support modern OpenGL.- Update to new upstream release 3.0.2 * Fix silent data loss in wx[F]File::Write(wxString) if conversion fails. * Make wxString::FromCDouble() work when the global C++ locale is not the C one. * Fix mouse handling in wxNotebook containing wxListCtrl. - Bump SONAME due to changed ABI, add soversion.diff. - Don't let wxGTK3-3_0.spec build the SDL plugin (already done by wxWidgets-3_0.spec)- Restore libwx_base*.so devel symlinks [boo#904098]- Replace broad Requires: Mesa-devel by pkgconfig(gl) [Mesa-libGL-devel]/sbin/ldconfig/sbin/ldconfigh03-ch2c 17482544153.1.5-150400.3.10.13.1.5-150400.3.10.1libwx_gtk2u_html-suse.so.5.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:38853/SUSE_SLE-15-SP4_Update/5b5595da64020649058b75a21e8f123f-wxWidgets-3_2.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5c1f0abbb501a8628a951b4d6c167db41932bd2, strippedPPR R RRRRRRRRRRRRRRRRRR R R RR"tE&4aautf-8d31315172ec5aba491fb7680ca33c0fd39a2558d5166347efce5ae5f930ae987?7zXZ !t/9(v]"k%Ǡx;=~pξf=;ᩜGt$ /}6WRHDOD} B r*rn}Yl#|r6>9{JRg6 ]k{zZa4U5A&{Te$JJ0Ю^1W {e(K ( KKU?- z:UI0O~p5jGgqEꣷ81>j2C9Nd P~K_4aCo =Xˋ X_+M҅VX б\'0=ߘde.0=zNZ I$=?i8w(p[bh2۞~ڛ>Q_0FN P\x;oa]1뱘 ߙoxu&Rљ L A8wKj-RZ֠-((PBu+Q./]U~bEZXHNkTJ0 {~K%Q03~NUrui"6qN{&zXN =E M/2'&6׌e;uOvblˆZCu[ׄu饊J 3=K̶v2T1]ށJJUeP2?BBe0[斄-b ?׷׎pl?^+Uo CޥI}(5D.b# ݘyFo88ezvair=ʹD #Fv8,33^cnYPԧqJu4r%K.f1 la2=\bqt]'@?IhAm~|'ZF/ ?/h'ɑ-bb<7wc4h$'8vI0d (=Y "͉(}w=` Җr`Pb:nϿ[Qk0sv~~;Ԝ+9D?nrE>D8n$y?T'c .܄ G0>T@3bkvI?۾xhȭc`1عfgc(Gc>^Ԍq䓁Lm`f. ]5yY;# ye(lR.qT@8Hwo2x %%;G9s`#\Te7}/D\!/U3Gzv:6` ϙjZ\I%}!?Cl?2Ų .-SAߵzT͏1R vEC73NX# HӐ.=zRdw6smJm>v-!"N5~v%F!_8([TE)ت&15]$ \Via \,UmWJoUܯRؑ^+d2cf@ Cq\Ơ։,7#rV*nBnV "jj)-UIB\% [uD>͒$35S=7 DNW?q$> ņ&w%6`SHXmPjH`lǃ|DIm6 o,c'_<^P /Ko@x*!ec􄘋%wii.,Lz'RJNE7ߊɊ7U) K}(~!Ƞm+>R >^*L']_l5Iܵ1@ =Ɔ|'[^<&z+0ke]7&c 8%2>PG+C'T.]j41NhL_q/=bV|xO?./m/AL^+ځcIv.~Y-e[*ЈBA: O\|Φ_"sm!y E.+nL{8ON]x+% .W>З[eൎHi0VAk/RqV;âA"+i$I?աwIUАbNB. g*{¿r`Se*KpZ1g\C\d[jz&="ir[< nHp2ėnsC28m~)Q XY*/1$t[fv|nυX^Go^eFvz%=C],{ :4ypC ݖx|egJOvJ^UMBb(k'J;NHpk6jatNk^IǃN;+Led5X['U p:@@\gU-saʼћWҟVmLEUyr`l/YNY~!bPӍI@iˈ7,2Y7Mf8>YKWe#Ɋ? 57D^6Zz6_sZ6S|*jtXx}euw9nj0_@8=uQnSl6٫aP&gy[W}ׁ P=_͋ 8k4AM7P |l^Bf,.r?,zm4.>, 0-؎fC{)]p,273e~CqZ9Sj0W]83%h:Is-Pyfu=-kqla ǔ`ޭoSo@dԉN}[!hܠvQLw!0hb$ 5;f83v!-dϣ3.USa@=h][йuN#,(m޵dɮ0 sr$I3X2"ck  |,ؽo2*0PCekݧVhjLI,Nh` v _ ImBc`Qӷ)a6Ue @>I햲y]@_C ᰘ=Q[H렠6~;񲍙.xQ7aKƤ=!Zo2T ?4@m~6~0`78iu>QwUX4fC#y -@X"ªqiim[Ţ+q5 jswM?x/ UhTvb5`sJ|U̡^R:jkr|\8ToxxE1Q+0.6`*1G2Y~@p [0R|&8*f->G8\Ÿu3qz4gW67O!Ɣ{ضߍN\aS˛iڻggFʰzC=CdYJ+G[C N  M5S K5r,HDE OYP4B6O?*kXdJ_ D,Cls)J51% `?354|z2r4£rxG9AIָ 'N)lm=р>\ԇuMp)1`&9k* LhCedI F+m(p6?:n rfy~7Akw_jFU'M\d,~pE9.`GNa抄[@g9`7{,: 9,\#y=mw e.c#ԑYît@fOkHܳ0((M=-B~̫8VG*y)f:-;)K݋Dy=&jqaes[z"XI۹.OQ5RڏWvH{د c_զdm9kO1'Ć[+e,)}`ͣv; p92Xk,FGz}{:a=9GWCD1$z-{$m &jPN$$;˅TB>Wqd3)BL z!y+Gi 'aM-\Ÿ8C̠od>hcl I^誁t`ASYu!J$*>uHw„sh?#$Xg)35j$evMTe¨ynWz@h8!ym9UQ kK%5B'o  }te*FRp,%~]jF;)oON[p%@gstqy%BC+oLpbQ E63n&[oz,y_o `h.#䦨O0P6s`h#|!$ {qQ)؜gF䉚i] 6zˣQϙT =[:w;QfD1?ϗp~mo)zD:&cMٕB+ؼb)í4+f]i+8rBYeeǥv l&$Bh,V3->U9 Wֺ؍C3 xw$$J("w9ۦn{o#y@BSD=qЇwt?oGGA>دn.q*BN T P3ğ Yg5:+q8 ;@(5S1y4yԇԁ2**n/%??v(R}f ]Kj27K8+7%?TbFћ4t~n=i+A: H!3]l~ߙ^ |PAkNǠa:We7d1Nݟf%$AQY2{]?@ᇢz5L-֑M8aά:dY)I6a oH{{<;"`(l|u R_  ?`1uI~fc@bXȸ8ֻg !s}  b~]|L>K,+ 㬪8N#9˲N,3}|yˤI=H.~Cq+K1" blJ3\t{r6/.L3Wi?Ȝ1"Jc= ]`("!Uqhvz? XEW \j"%'JSV>3=T\]%C+ii:4}+x_d"3I*\7W@:ю_4A>yL9GAr;DX @"C t4_UrT pCu(F쨡*ӳ&ݑXq>Hߴ~zCga+2͡G݋#G؋x!ODT}#yYWZ4ηٯfzcy"-hUU輡|e7g(E2;ǎ~Y)xޅ8y*bvjH_G4ף;ǷuԅF솖:%4iFlaά, Y= 39Jʦ0X.8= bSf̿Ix 2_w] yZ%AI21]Fn6= :`?|y{O&3V-%ۛ:m>}Է#ft_ jp*yIZ2§]f !'A).د#_ވl#+75QkGszR(4O{uXpvuU4Ԇ@U)d`mIx8ib Ɉ:'a}]bE+pju#q=Br8OLL6t Sa>Q^m)I=~>d#k*tS}5Zl3q0<{ 98:$X7僧FX6kiЂvR]=]=1 sN4B~g(=U|^Te?NH<4\}}""GHP u&E.Yx5烕s'_J1cO.޾ ,NqRU5[^$d<|>N^d,Y )ZM^iZ[?>'a kfG+1ja |$uJ16ZM,/X=Ds5M_6M'%H1Qُ+&z%X|8gLf fo?u7 3MKK5֋ 7D]uΉ!Q iW)UQ4^; ='.R@OD@\ 4&!f鎟[- Ld z^|]ͥ~7Yvp5rJLA+;5аJmcTF?.E`W,2B/ZCo7PFb76婷[Gb()^6uf]Qrگ HtjBe ] Po7<6+]BϿO%{rX"M[b`1_u7>+/mDDj.N ٶ0y̭c41m:A6Rߠr/AƒJM nYV6G]a"\Z smo5l9\Ĺu,Mc7RY[ ɃZ)(Dzc|e|.dk>,^:Ht0@l~uF P?iR@6kme-Wa% ~Zeöb,-ív?o/`;kCz<|C9dj~O`^E(w(~.s9x)3el$R*-ݯ}ao#*Cj択3oڄ3Nx,~!8lC@`Xo(euHFR/>rdKgg`㊒[8T6F|ܢɓh;W1 |Ad~3$'7{@@Yqoa4JO^ |Qs YZ