public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Scott Talbert <swt@techie.net>
To: git-commits@fedoraproject.org
Subject: [rpms/wxGTK] rawhide: Fix FTBFS by skipping wxFileName::GetSizeSpecial on all arches (#2505225)
Date: Thu, 23 Jul 2026 16:05:21 GMT	[thread overview]
Message-ID: <178482272142.1.9035643785918310027.rpms-wxGTK-325157209356@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-23 16:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178482272142.1.9035643785918310027.rpms-wxGTK-325157209356@fedoraproject.org \
    --to=swt@techie.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox