Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0370c8a20d | ||
|
|
496728c714 | ||
|
|
9892600e9a | ||
|
|
4c7c0d49d9 | ||
|
|
a5ac9517a6 | ||
|
|
ea5765d69b |
3 changed files with 22 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,3 +11,6 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wxWidgets-3.2.6.tar.bz2) = 87830a73df096ab35d4ff7e131872131153da76f76c58d70e57558915c3faea280af193104163ce24e9e249a62b8e65d19ebfa20046ce0d2c45b2368b108619f
|
||||
SHA512 (wxWidgets-3.2.9.tar.bz2) = 6fe5caa3deaa02df0ef1891e417625b7719cffc9968a2d43e5fbca349ec9fdb8d4fc85fb422f835df751af3a816f946fb9d0d008163924be1669e54ce2346df7
|
||||
|
|
|
|||
21
wxGTK.spec
21
wxGTK.spec
|
|
@ -5,8 +5,8 @@
|
|||
%bcond_without tests
|
||||
|
||||
Name: wxGTK
|
||||
Version: 3.2.6
|
||||
Release: 3%{?dist}
|
||||
Version: 3.2.9
|
||||
Release: 1%{?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-dri-drivers
|
||||
BuildRequires: mesa-libEGL
|
||||
BuildRequires: xclock
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
BuildRequires: python3-httpbin
|
||||
|
|
@ -263,6 +263,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
|
|||
%ifarch i686
|
||||
~ImageTestCase \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
~VirtListCtrlTestCase \
|
||||
%endif
|
||||
%ifarch s390x
|
||||
~WebView \
|
||||
%endif
|
||||
|
|
@ -347,6 +350,18 @@ fi
|
|||
%doc html
|
||||
|
||||
%changelog
|
||||
* Tue Dec 16 2025 Scott Talbert <swt@techie.net> - 3.2.9-1
|
||||
- Update to new upstream release 3.2.9
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue May 06 2025 Scott Talbert <swt@techie.net> - 3.2.8-1
|
||||
- Update to new upstream release 3.2.8 (#2363255)
|
||||
|
||||
* Wed Apr 09 2025 Scott Talbert <swt@techie.net> - 3.2.7-1
|
||||
- Update to new upstream release 3.2.7
|
||||
|
||||
* Tue Feb 18 2025 Scott Talbert <swt@techie.net> - 3.2.6-3
|
||||
- Add conditional for disabling tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue