public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/plplot] rawhide: Support SIP ABI v12 (rhbz#2535184)
@ 2026-09-23 15:28 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-23 15:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/plplot
Branch : rawhide
Commit : ae5f7850dcc241a26f2458ff9df602d7f926afa5
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-09-23T07:56:28-06:00
Stats : +14/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/plplot/c/ae5f7850dcc241a26f2458ff9df602d7f926afa5?branch=rawhide
Log:
Support SIP ABI v12 (rhbz#2535184)
---
diff --git a/plplot-sip-abi-v12.patch b/plplot-sip-abi-v12.patch
new file mode 100644
index 0000000..e04d5e6
--- /dev/null
+++ b/plplot-sip-abi-v12.patch
@@ -0,0 +1,11 @@
+--- plplot-5.15.0/bindings/qt_gui/pyqt5/plplot_pyqt5.sip.orig 2019-06-01 17:24:33.000000000 -0600
++++ plplot-5.15.0/bindings/qt_gui/pyqt5/plplot_pyqt5.sip 2026-09-23 07:11:32.067059450 -0600
+@@ -24,6 +24,8 @@
+
+ %Module(name = plplot_pyqt5)
+
++%MinimumABIVersion "12.0"
++
+ %Import QtCore/QtCoremod.sip
+ %Import QtGui/QtGuimod.sip
+ %Import QtWidgets/QtWidgetsmod.sip
diff --git a/plplot.spec b/plplot.spec
index 72d12e3..d1fc0f9 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -104,6 +104,8 @@ Patch16: plplot-swig45.patch
# Tcl/Tk 9 support
# https://sourceforge.net/p/plplot/plplot/merge-requests/9/
Patch17: plplot-tcl9.patch
+# SIP ABI v12 support
+Patch18: plplot-sip-abi-v12.patch
BuildRequires: cmake >= 3.13.2
@@ -443,6 +445,7 @@ Requires: wxGTK-devel%{?_isa}
%patch -P15 -p1
%patch -P16 -p1
%patch -P17 -p1 -b .tcl9
+%patch -P18 -p1 -b .sipv12
# Use cmake FindLua
rm cmake/modules/FindLua.cmake
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 15:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 15:28 [rpms/plplot] rawhide: Support SIP ABI v12 (rhbz#2535184) Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox