public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wxGTK] rawhide: Add loongarch64 support.
@ 2026-06-16 13:16 Sun Haiyong
  0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-06-16 13:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/wxGTK
            Branch : rawhide
            Commit : 5f01483b6f866658a00752b06d14867e698802c6
            Author : Sun Haiyong <sunhaiyong@zdbr.net>
            Date   : 2026-06-16T20:52:54+08:00
            Stats  : +9/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/wxGTK/c/5f01483b6f866658a00752b06d14867e698802c6?branch=rawhide

            Log:
            Add loongarch64 support.

Add loongarch64 to the condition for using lib64 in the wx-config file.

Skip failing tests on loongarch64

---
diff --git a/wx-config b/wx-config
index 30f2a00..82ef575 100644
--- a/wx-config
+++ b/wx-config
@@ -22,7 +22,7 @@ case $arch in
     i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32)
         libdir=/usr/lib
         ;;
-    x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64)
+    x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64)
         libdir=/usr/lib64
         ;;
     *)

diff --git a/wxGTK.spec b/wxGTK.spec
index ee2ba56..5a8e1cb 100644
--- a/wxGTK.spec
+++ b/wxGTK.spec
@@ -6,7 +6,7 @@
 
 Name:           wxGTK
 Version:        3.2.9
-Release:        2%{?dist}
+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/
@@ -272,6 +272,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \
 %ifarch riscv64
   ~TreeCtrlTestCase ~WebView ~wxImage::Paste \
 %endif
+%ifarch loongarch64
+  ~WebView \
+%endif
   ~wxHtmlPrintout::Pagination
 popd
 %endif
@@ -350,6 +353,10 @@ fi
 %doc html
 
 %changelog
+* Tue Jun 16 2026 Sun Haiyong <sunhaiyong@zdbr.net> - 3.2.9-3
+- Add loongarch64 to the condition for using lib64 in the wx-config file.
+- Skip failing tests on riscv64
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-16 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 13:16 [rpms/wxGTK] rawhide: Add loongarch64 support Sun Haiyong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox