diff --git a/PyQt4.spec b/PyQt4.spec index 41c92c63711858fe674e4412f490a824873d4137..e71e3da0d8a99b6a31e5e00fb002180cf5e6e170 100644 --- a/PyQt4.spec +++ b/PyQt4.spec @@ -2,13 +2,13 @@ %global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])") %global __provides_exclude_from ^(%{python3_sitearch}/.*\\.so|%{_qt4_plugindir}/.*\\.so)$ Name: PyQt4 -Version: 4.12.3 -Release: 3 +Version: 4.11.4 +Release: 1 Summary: Python bindings for Qt4 SourceLicense: GPL-3.0-only AND BSD-3-Clause License: GPL-3.0-only Url: https://www.riverbankcomputing.com/software/pyqt/ -Source0: https://www.riverbankcomputing.com/static/Downloads/PyQt4/%{version}/PyQt4_gpl_x11-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/PyQt4_gpl_x11/PyQt4_gpl_x11-%{version}.tar.gz Patch0001: qreal_float_support.diff Patch0002: PyQt4-4.12.3-pyframe_getback.patch @@ -122,6 +122,9 @@ diff -u ./sip/QtGui/opengl_types.sip.orig ./sip/QtGui/opengl_types.sip ||: %{_datadir}/python3-sip/PyQt4/ %changelog +* Wed Nov 26 2025 zhangzeyang0718 - 4.11.4-1 +- Update to 4.11.4 + * Sat Dec 07 2024 Funda Wang - 4.12.3-3 - fix ldflags and linking libs - drop workaround for multi version of python diff --git a/PyQt4_gpl_x11-4.11.4.tar.gz b/PyQt4_gpl_x11-4.11.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/PyQt4_gpl_x11-4.12.3.tar.gz b/PyQt4_gpl_x11-4.12.3.tar.gz deleted file mode 100644 index 31f733014e423e566308857ecb2ae2b9b1e40dfb..0000000000000000000000000000000000000000 Binary files a/PyQt4_gpl_x11-4.12.3.tar.gz and /dev/null differ