diff --git a/.gitignore b/.gitignore index f18c14f..e8719ad 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,3 @@ /wxWidgets-3.2.4.tar.bz2 /wxWidgets-3.2.5.tar.bz2 /wxWidgets-3.2.6.tar.bz2 -/wxWidgets-3.2.7.tar.bz2 -/wxWidgets-3.2.8.tar.bz2 -/wxWidgets-3.2.9.tar.bz2 diff --git a/sources b/sources index fccf811..757b87e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wxWidgets-3.2.9.tar.bz2) = 6fe5caa3deaa02df0ef1891e417625b7719cffc9968a2d43e5fbca349ec9fdb8d4fc85fb422f835df751af3a816f946fb9d0d008163924be1669e54ce2346df7 +SHA512 (wxWidgets-3.2.6.tar.bz2) = 87830a73df096ab35d4ff7e131872131153da76f76c58d70e57558915c3faea280af193104163ce24e9e249a62b8e65d19ebfa20046ce0d2c45b2368b108619f diff --git a/wxGTK.spec b/wxGTK.spec index 09cc32c..de8a323 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -2,11 +2,11 @@ %global wxbasename wxBase %global gtk3dir bld_gtk3 %global sover 0 -%bcond_without tests +%bcond_with tests Name: wxGTK -Version: 3.2.9 -Release: 1%{?dist} +Version: 3.2.6 +Release: 3%{?dist} Summary: GTK port of the wxWidgets GUI library License: LGPL-2.0-or-later WITH WxWindows-exception-3.1 URL: https://www.wxwidgets.org/ @@ -43,7 +43,7 @@ BuildRequires: libcurl-devel # For Tests %if %{with tests} BuildRequires: glibc-langpack-en -BuildRequires: mesa-libEGL +BuildRequires: mesa-dri-drivers BuildRequires: xclock BuildRequires: xorg-x11-server-Xvfb BuildRequires: python3-httpbin @@ -263,9 +263,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \ %ifarch i686 ~ImageTestCase \ %endif -%ifarch ppc64le - ~VirtListCtrlTestCase \ -%endif %ifarch s390x ~WebView \ %endif @@ -350,18 +347,6 @@ fi %doc html %changelog -* Tue Dec 16 2025 Scott Talbert - 3.2.9-1 -- Update to new upstream release 3.2.9 - -* Fri Jul 25 2025 Fedora Release Engineering - 3.2.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Tue May 06 2025 Scott Talbert - 3.2.8-1 -- Update to new upstream release 3.2.8 (#2363255) - -* Wed Apr 09 2025 Scott Talbert - 3.2.7-1 -- Update to new upstream release 3.2.7 - * Tue Feb 18 2025 Scott Talbert - 3.2.6-3 - Add conditional for disabling tests