wxWidgets-3_2-plugin-sound_sdlu-3_2-3.1.5-150400.1.14 >  A bw/p9|<RQ#.KO%TsR+$pL2(e>6ϋC_; -h-;|Obs/#a]k%}::*NZ2\m )5ВNJq97R z1ΠG-C;hL!-2ԑ[RkIJQ+%A([|!fE?RF齬fHջ́~^EnY݅Y̒p>)?)d&, 8 M  0KQXd j p |   t(89@:F&oG&H&I&X&Y&\&]&^&b'%c'd(2e(7f(:l(<u(Pv(\w(x)y) z)D)T)X)^)CwxWidgets-3_2-plugin-sound_sdlu-3_23.1.5150400.1.14wxWidgets SDL PluginSDL based sound plugin for the wxWidgets cross-platform GUI.bw.s390zl38ʘSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later WITH WxWindows-exception-3.1https://www.suse.com/System/Librarieshttps://www.wxwidgets.org/linuxs390xʘAAbw.Zbw._bw.62e04e7aefd0445c47ee990267eec7ec53370f1ac319de1c3b2da69af439616arootrootrootrootrootrootwxGTK3-3_2-3.1.5-150400.1.14.src.rpmwxWidgets-3_2-plugin-sound_sdlu-3_2wxWidgets-3_2-plugin-sound_sdlu-3_2(s390-64)@@@@@@@@@@@@@    libSDL2-2.0.so.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(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.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a `@`_i_P_P_ts@_=@_p@_^@^y^^@^ϧ\r@\8@ZZ@Z@Zhu@Z3@Y6YMW T\@T[bTZ@badshah400@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- 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 (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]s390zl38 16519778893.1.5-150400.1.143.1.5-150400.1.14wx3.1.5sound_sdlu-3.1.5.so/usr/lib64//usr/lib64/wx//usr/lib64/wx/3.1.5/-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:SLE-15-SP4:GA/standard/2107c850bd1a4eec1c32cb7af056c17c-wxWidgets-3_2:GTK3cpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb08aba42695fd92453ee1b38676e4ccd06f8315, stripped RRRRR R R RR RRRRt/9S@7q:utf-8cedf9d3a98546adbe5b434665c02287da5e4491dddec5f30d7257c2a613a84fa? 7zXZ !t/̯65] crt:bLL >1&HCru༴xқGfZv_cZI\go&OE43IԖ#qAB:ָu0i$+ h㠵#A%[_id}0FexZ' W/Ci aխ,?ȥ~U<0-3L/Om v(&h ]&PpRt7HAD2RC/6-7eS:{B#Sȫ 3=Q 8lk-$ D*FN "cJs[D61`>E'؎9 (m&e Ml "`Sr>]Kiy[u0b|QJ+S(b!rTwVIJ~/-?"kZ w/؝x0>շ= <- +( ~GUQ S'xVOʥGaw_5,Gbrxm UsSط NOS;^r HK^#>y yxuƤL_1)g#&H^W <oOjfV̪=kҽhQ ZfbJ@t|!3&F^?|vn9̀n@0#hI_Øi=cB#AnM09(KƀDmiɏTj)Qy /P{:5$B;Њ[ d!r_~V7LOP]GMKZFUT4)k3zefE`@Bw0Αd3˿D^:4͜G~+r h/YKF {ԾZq/[uӤeABt9/)QrH"::#%a:]gmӻq}$mn8մ/A%"*H hcCÝ'LI O&3A8p>o\ڝn'>(E(8R{]Yƒ @.2إTv^ B0eYGsRq/Ō#щ@c7MRL4|O~Mf& Z%͓FILeRUvњ /-B\Wo]bIn 'oqf Lv~y_lS9 Ū ᑶEMsdž~/يxlj`+bmODڒQ㝪M;YV_7 \BH0b MTFnKIg 2]UQ/' n/_ބ5cѽTHeoᣛ1!&ƂM a+Jtahy57?x>)!xTmbVI¢Q FfRq+/֌Xv>P\bFK >H}wIV_!k%k&ZeY:_y7 }+;X10F&_\ۿT0l_؋j G⧦hS^)6-iٳfЕ@] 7CI@B E U %C;8aN$l"neO"sCS˧9#b:ʑ$ .Db+6I-q܈ 1;0gk7r*= }ZX?w6k/iRyyRR'ina%iσ?g{i;J:YEl9PnhE,YVNdPJ%K<.|w? "`.~ Y#0Cӂ~*UR޽o:mw2?ra@} 8˒h:48dfpz<3Uy.x vZYpA.AW͑Ɔşz )*E+ *h ıxv?ϻwA[piQn'{vC8fp[㌜b֫^XuT`!LE?S{0G՘oAOIT.)1eM5R:߰"}AIiV 7xtdT-J!-Oࡗ^)2l} BSp;DԌkG<=iZl00ǣ;g:͑qB+]S_*LQ#8C4~|`C7#4|Ғ/Tʾ%[xsT"ȡoUqD:e ZzTQ C>5!*8hlBSg59+:0;%%G6q4LBߙ"t=O0rƠ[Im&n1gUVn[0kb7t Xe !0#l4JIj>ҕ *"Aw(e)+:=r(2pia N&x TAgp2P Gcp7a$aT l2@A >~^ V^E{Ui|+qKh5X0 cR6< {=?#mqenw?!+$mJ3r;DzGs2 'V!3$MNs5P}od,+VI"V _i$'_֗;ObmIfE琿>8y[g Mr觐I`ʿ)oGz:&@?ii[;P:YMx>eGThxbu(J8= X3*TSWo}rx>'3 tR=tFgzj-Dv8D" 55ݩVW| 0Vg'gTOCe. rt%Vʖ6])#0JСR;}oDu0`Fըs[ k|y_~?]3 CV|6{ʴ7EsYfo|)P1}-I[$NHCNTJxfp-91I_SfR`vX,)!5^mmv`qCpwNdD"uyN.>W{B2p]`V؆"9f" y0WXSۚ4^09u(p;=Lԩ+0"2-mD w!fٮ[NfF W_&iuּj꾳 x.߳>R>Dm\v`'߫VH1׋;LT:\R"OFɔ8-# ChOΐyڍfD?rBWW+h OK ӥ9ғ2aca{ \Bu)7ntV.+_qHr#Άc潠̧\-`NDjͮ+iVY#X>j-A_XY1k#Pل-?{oSą3I0F]rwhN5UqGN{6gݚĚ i-̢cwނl'$d:QZʨZދYK/OipXz6Z?jCzBק.Eo1Rr}_ iqYɝdY"Z#h}k9/X 5R&JȪH>iEGTbg@HcuaJ7[m8U膺M@]c|yqɲZ9'9Ͷf:jE:tն@fϣKУ: B%'8цxig9 -NXlCWcQBhkk 47J'APXw랾<@ Z+OKqc37uݥC}.y)qtrp !6&=;1A"f$j)ZJu!VyyjkO7DkNf8!- ޒP@\WXY"|&<[)JNҕ \K2$,u>5KA$BbULvXTv1UvQ57=FVUB$MKIbRic ޺Yˮsc0mdD7#ڮ彞zܷl SRυu6\|:vn%gErR׵\ ,ͺ<-QK[YemBtߪH$ 46VGE\[Q"Hq\Β'ZC~= y-*e#LK^Dqv_><.5! S ti.i2SA(;$ЎfDnmo@;!.V.Ju+v~/ly|~RZ)ɰMQkEBmm骰p !VYFʎ ea+vT>Rf]`D],\SOqKѩQXn7EVK)# F#Uϑuh.X€\<7EC($܀'|Vj 7?UŁ!_-&&%Cr6 Plr@B@٢J/*LJۈн[f. W:őҺ1|? :3.'UNQn}nr fbRx7WOmwjs6m?wocBֶ>dIتuHA,T麣s|ld"z9lm `"!3'}"=AvGvDqvo|GVUdGڼ<-6쎨$kpmȦ biqqӟj9KK,A~#i2j>A+(%dJ'K&O#:8QH,`箩Տ&3|1r.Fw`:|sc|\.iymJPHu-΂>y&~Ae>G!@-JyrZ;xVlAz1(@M—0D/-޴L PP0NtQ6I7}IrDr~1d+] $N0]PBvhAihSPa{1b[#!R na9;0 jWtHvlX?[Ψ!@;w@a9RR"Bp5krIFv۲.?#%琽hfѪ{%0?/;Tk`"}ǫ2Rh|Y=CJͼUJ/VޫC n3Gq>"Ib]eqtݑ>OVO8KZ#pDʂ"[GɎ;у]OX 7bx>ܒ:b,pE8wC0 mnIo[>X.Эge4м޽(n2ae>Bt +QFS2AJfvTR)W #mcw0<^Zg##댝VdQ }̓U;*zQ RfleD0'jbY^-@kaGSX\\ڡ|RV7I7@OuL>uPjG8]oUrk nNUC IS?)Ky  =)? WʵqthWkr4{^lBj}F!Ucꎠ'Oa8PU&NE>Ҥ_c`%CuWj-t +yҔ%' b2p>yP4FhDd4h^N <)`Q GL.hJmʎNKqbw1%wl`ߗgT7zԩ -[ VR&]b*S[15*I8 /Z5CkC<ȴ[*kKI=1ȋ/O7(L慿=,t~1粩ie9Pl m3W=%UHą;}$ZNc3VʚjdX&l/@=WiKw"WvJ&{ڛlX'ejW/GB ONlHg ìsC ݧ3ƅ\2Q朗Z!s~qfr0[Af d4LöŅmq'KD S_6]ʇ`9 @)UfQK^%_9=׼fhvd0bT\eoxQw÷c}kmE754y=9q;ku5ΛZhV*'>)Rv)O0$3#ĘJZEVhd!r-9iXCFt#2f~hjMlQAy W WAE*$sqhCKFU@wB2HhUhxH(<Y8gB-Z֕ ?xV[I!Nܶi/DXIfbSQpR~!ǽ D6k fupSF#XE Bpj4tzY!bîV^uݛxODU}m5'dGI1 ͇cXi_c7lQE:H3 DV \KwqKǩ{*c,k4JfmkXg,CmNNmz29~b(:$BW |2)4 "F((P]rG-_`o7L/f&286g!|*6u'j+%)#p9.\*t#BsQs込{A jy WXm8h;iтo(bZ@<4cF$3y΄}ӋN& reor> 4G{E tR nf!ѭ8̰dՀ W[ 4{[D+K=s qP2R효*>_iχߢLMF){5EW;^]%n&UR 7MXj>(DVW? >{rx =0I^~S+ZP%}j d헩زo¯W@b6 ciѻ@ZgP;4(` uA`d 81ș¸jqd;|y%Q;8?aA:chNJNEcPU %2r϶17Rq:4&u NJ/R9]Q;<7DNI !#c˶\>ÃOt/:5H! h'N.A_J*ݷ>QVmǑ6+mXu.3-{H, DX2ɂ11J3 =%a6)|(U %326ߘZ5?u ޟX+٣TZ5WأkF{?N::M9YuBW+C{Y ]¹Y ![A [H  -qb۞-03"&$us%wip?iMsؕ '?#vs%ԁ4CNkPAwI1Jg΀lʺL_[!6*Nͩ/oԽ*S=G*сX|M$[HPi#/KH1\QP8卛sdͷCuM.%u?>\7k-߬\,gή&J 8rq0OȩIYb2Q\Mf'^hlvS[sD3FǚXy9^S\rӵzd 3T1{6M2b J Cvo1'q@ 65ܴa^ifcR+\{ BQ.,~1nfs,nb6G},^v`^#c| v}yS K~[T~sHMA!UI%IGrtd_3kLIx2 ohX55/)xD%յ7dbӜDkpRB*e墚8$ x:UwK dFHt:5W1 ZWofm4EW4t.w#QV2.'B4G٠VMM|668,pf-JmSԵ9aݛ K#!-%A{WZoR{nhh5Rgh+qp{Y Ý+)+zMZFAۦ*%hukcAڭ[]wj@R 1dĪ ph|bT?f+{=цO\rGg IWyv0TEi/;c J&&(LH[6"!y$}gV5aLCAQ_xmӮRDՙoȥ06H*RYy_iDl7e_oCn 㲌 \@('蔟O6abe 168> fsڤ'䳀ۣM#=s`^H|plDfWwPռTKFOtnkdٶWdDM/c򧹟2P5D,[וQvkʚf`7y`m/Yݦb~<:%L#0D %xTl coY6J3谭Vc)FAd:4"F3q˱ow>]bAVH[;`)(wMk, I3FTbB}6# k\{=6dYP wUeI2QX pKAS߅DMWh Qڋ,TbEv4շ\gDaJ$À| W"BFͤ[y)ho3@'ҡ]სvÖΓK3 '}2?]W*zNWXi}` :>y֧d Q^v!_ s=f;tq?/]*^3Y{F EyB},aI?rsQ_곤nnmeK ȥ[; L}F8Jr -[^K;Ի豨 XuǗ)½rjrLIϤgvPcծbb)amP(ljk}$bbZSC 4#X)/$FUOF/ jyOut!y%E,EapgBnV£#/@[7t*6(RV3قkwO@ĕ|[QknBnSFqcT6Ő8R,@0#0K?iiO&5m> 9x[+ޫ(ezU;@&J}?RcXj9#@K ,Cpޥ0v+# v晢z#Ԡ@p&&۝`]R]^ os2D 6 sv|P Md!zgwL1ʫfxWU6cBJ@@z<8" Fi=얼*Қbؽ6p 9B)p>Al[i:"3߈C%vxqf;=>rDǪFY:.=4]azh,.nkȯ*L-4 ́oZl.=0O2Z>7JW?hwcf5*&thC-' _U_[Rn̑l1vgqte2_$ :| ]fNPwJhe* {vGUcwvpO"2{n{S5'i^t`f:U{.^[lx%Ε߷UQgnf7ҳNqǙsu .ɚBZvï!]FUIC}GSDJ ?6sʰ äK2,8 17}5b>=UH 9+`|F:3@ڱaM(as/޿V4@7r!E]`^P,g RCW_Io|7]NGMf8= :]=%ԣJٖq.Bd:Xg,7 y4~]qb8WY: k"zL(HAN%;cAA !? C9=ֺs?uAJ@ ZʉQYۖ!ܰK;ś{ T&m!gX.2Y5f׏AHQNJVQ8)?~9E>Z(S~;s% HaFIz-ꟓe]֖AbJHʼnHIg#^'wlB/ʐ0k,@H(Y1#>}lAj YZ