libwx_gtk3u_aui-suse5_0_0-3.1.5-150400.3.10.1<>,N(h4=p9||=q!(%;HG5%$3np{fuߋ\>I 灶mr }.(0)3 n:npj% 4Զ*Oh4CRsAzN"*x 3R@: Hۅ 1]5e{uNs8=;mv2 -l '7S[+p$Ix*ljJӢnDJk?@"m]YfN `߰&"k>@/4?/$d" 0 b /@[ahl n p t  j(8 9( : >+@+F+G+H+I,X,Y,\,@],D^,bb,nc-d-e-f-l-u-v-w.Tx.Xy.\z..../ Clibwx_gtk3u_aui-suse5_0_03.1.5150400.3.10.1wxWidgets advanced user interface docking libraryThe Advanced User Interface docking library of wxWidgets.h4=h01-ch4a 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=9dee1dd5e87f90773483e200d1a35170c5bb48a8dce324a3d4831b741520f83erootrootwxGTK3-3_2-3.1.5-150400.3.10.1.src.rpmlibwx_gtk3u_aui-suse.so.5.0.0()(64bit)libwx_gtk3u_aui-suse.so.5.0.0(WXU_3.1)(64bit)libwx_gtk3u_aui-suse5_0_0libwx_gtk3u_aui-suse5_0_0(x86-64)@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibSDL2-2.0.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgdk-3.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.27)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(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.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_gtk3u_core-suse.so.5.0.0()(64bit)libwx_gtk3u_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/ldconfigh01-ch4a 17482541763.1.5-150400.3.10.13.1.5-150400.3.10.1libwx_gtk3u_aui-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_Update:GTK3drpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=428b2249df143b4a0a11cfdc6e4067766fb78081, strippedPPR RRRRRRRRRRRRRR R R RRRR RRR0Rn+9,3bMutf-86b6360917721a2c2263052f0f12492cdf435848d95eeb802fb4008dd7b360983?7zXZ !t/*]"k%Ǡx;=`7v`ĨHf4cʋGTqYk4bC 6˜Ic7e5,zHt[4GHZSm T=.qI{̰ƾXckЕd8rO2*Sלxk`MHZ]]eр\03~s '~p/n%{ !`!]PbH{nNgMSr8$}dCd .HEb+bdMqNΦdxTxG:Ú3NH#PTu3ocUĈT 96p=qsEA yAj,Ef.%Qə_z"SyWL-/\-P~7%`T[oΰ1KDz%zE*cn #y!d{^l]~z= 3V#>{#D ?Jԉ֌m{] HvqoL!Nh{˹xlßaV̜~ R$Ij*FF"(}%}43Mk*Q yDUު۩#U1pjF^s GCϵ@m| _Di/n @VffӬ' S ,ż!Z2w2OԺiWhPӯ]2Cmʝ*xyT<}lmUm%3?̚9lĜ] "|lUU.Dep ׎>OYN#[<hiů`Gnc\$!,m6Nԕ0F%~]f B1"JD.JCJЬ =*$j#9F CG2 ^m*.zx%Hhs---zFҼ//d5W F/k-_PETmEo7o$6lToŠ +1wW6'Wf-XY 긴E1W;V[bs/>rmlz3P~&RG`llQPqRf|olPTI}8vnޠ!0`&n ۶r0֢~Aq2 `+ lC=Ҕ!deŽl+֌XD*G1"LҬ8??:)Uz j 5v `ٿ+ᨖp4t1QvđDkōr-(i((#$Lvw<_򹢴"ىi#Tp6lR NODJ|@by3X%zm@ȕ_vI/UQڌrR,birqݧ!p 9#eB or?9{v=㝨GŸQٙt]B453duL# q|}n86&"=cU{X@/EpB H'q*\g ]`TېZXr#qZČSA2w43 k }!ooVWl("8H %mU )r7]<<"Qw]%'R 5> - 1Z,ⴕ)"Uxވ:fBhJgh)\k\䀘!^gH"_ ͣ"lg'\p..Ua=-Lyz<~ Tm;?vRU'Ip`hS1fAirR}lGY_&rqU%9JsEz?(жP0tOы".M2\]/OiwK]Dy5?]`cakǪ^$yT$!zEgy}lZ?;+ST6/;-}2ҠMfaOQB]]5PaV{Yk%FܼvڣdVqjh 64osa6e< FF>^-.9gx9*, Llzo3H<+ͮlh6qe\/zWٱ| =c嵐YU+Do]`8SB #E*"6kH w͉X)@-N `$5[sRl|>jYsIWś [BvU!Wv)q2t7f1ThdgW  gX6~z SLK#h-& 7:USRyWnk!taȟ ! WLܺ>Iv_HD=ckOaLXRVYY+m.U-$6Q1XnI9|IdE7YMy'~)"!85C@0,T<:t1̬L+8#Xa((Owۓ_na+[7pUohV1X"CV̗=%q32+ᕥ[BUe*Ńjnw'uD` UTʗdqqf^vcïD_1̝aK GwVbf IA"T3ߦd?#DXPB2@[3廒U+P  8&k{aĐ&{`PX^dcOCŀ|k2*ZD%:-?D!: ^[1 +Փ/IKÚg6?mԭi41aцlv߰I,SF4DԿh4"̇5Ot8 ʸEAGќ0O7w~", T<=t}3lHr'\8yɹ9`z7[p_ ˀ݈`-޴ʚ;{vD!;wi I{Ginv==r[O]P<nT@8ԧAU;R Fn*-+46tǞtA\W"-_OpVn{oTY|{p>Ұƅ#C̅>p[Kwdfcցh0[d 9Dy?F[O(µf+/nG`ؘY<#1uRU|COnN %Q(3CO7!C-´v CciMX}tp@8/1.<}]}|y; aWȻ|O|ZYL$3FeWmDKmEH| E4%6qPSd^0oQMEʡ'Op<^t='\v횙W8?Cow7<̽z޼{U+>+0=Dyp7U˂e fXYW,c/u3Z.k#|'Љrf0]̚2\SQ5ʂJ3E@zczӠ8oq/iH[z(ۚ뗦l}網`݀K;bٴӃʄY郅>oJohvʸ(CTLŨtcxadbD#b$A1YF+: Y%>J2Gk絑hoEzjro$NQ5d NXB&eȶ9.Eۙs*w@E{~<:qY;[5(X}sC?A,tX +1oڷmaoG&Q;y+8ݎnr32 qKGѓZ'u: ߺH':^ER] g"Ag0:3Ӎ[HtN+^}$ ?VB< ZFT$=0J(D /_"|]",R$dTƷ)kAǪa#ƳN( *0IZ 1s;P@FB(m7EZ#C\{[}\DCˆ!4FNtjB!10VͩoԔK+oA {7+K72&{ ?x:YODg 4r)^hC pFD, kbɗUQjaW=d)"65nVi AaZ2G@ BioW1!xE%HcSX54ݹ2OuDC]]c?)]_&}b*9eH^L`X؇a$PM;I'gHŞOtoINQB4 )_: KbuXWt嬱30@lxlkjEsf6Y>)0שpPPm})ݡx6uvԝ:,BD <| }IQ ePjN vU3-ʡ~^(*(X%.l'۾ʀΙͯ [}%148ɧJq6o:Gǻ`um4gKPR<;"]: `1.bbЉꄗV5_uVfiiCJ]ylɥ_g ZG50XVEǟqhE`M=oQjJgQo KS0خ<="_0ݰ\wHDx*Lr̋Q&(CNV7RTw%^4Y*0tG/ q]X?A1q8 ;<ZFXefXt?)!ȽdJ"ч^ !3 5UĶ YZ