public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wxGTK] rawhide: Fix FTBFS by skipping wxFileName::GetSizeSpecial on all arches (#2505225)
@ 2026-07-23 16:05 Scott Talbert
0 siblings, 0 replies; only message in thread
From: Scott Talbert @ 2026-07-23 16:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/wxGTK
Branch : rawhide
Commit : 325157209356a3d9b91da353eaf768d76e713152
Author : Scott Talbert <swt@techie.net>
Date : 2026-07-23T12:05:12-04:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/wxGTK/c/325157209356a3d9b91da353eaf768d76e713152?branch=rawhide
Log:
Fix FTBFS by skipping wxFileName::GetSizeSpecial on all arches (#2505225)
---
diff --git a/wxGTK.spec b/wxGTK.spec
index 01b06f8..eabd1a4 100644
--- a/wxGTK.spec
+++ b/wxGTK.spec
@@ -6,7 +6,7 @@
Name: wxGTK
Version: 3.2.9
-Release: 4%{?dist}
+Release: 5%{?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/
@@ -252,12 +252,12 @@ python3 -m httpbin.core &
LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC wxUSE_XVFB=1 \
WX_TEST_WEBREQUEST_URL="http://localhost:5000" xvfb-run -a ./test ~[.] \
%ifarch s390x
- ~wxTextFile::Special ~wxFileName::GetSizeSpecial ~wxFile::Special \
+ ~wxTextFile::Special ~wxFile::Special \
%endif
%ifarch riscv64
~wxTextFile::Special ~wxFile::Special ~URLTestCase::GetInputStream ~WebRequest::SSL::Error \
%endif
- ~WebRequest::SSL::Ignore
+ ~WebRequest::SSL::Ignore ~wxFileName::GetSizeSpecial
LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
./test_gui ~[.] \
%ifarch i686
@@ -353,6 +353,9 @@ fi
%doc html
%changelog
+* Thu Jul 23 2026 Scott Talbert <swt@techie.net> - 3.2.9-5
+- Fix FTBFS by skipping wxFileName::GetSizeSpecial on all arches (#2505225)
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-23 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 16:05 [rpms/wxGTK] rawhide: Fix FTBFS by skipping wxFileName::GetSizeSpecial on all arches (#2505225) Scott Talbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox