From c213c7e4ca8699ba5142a8e322abcdd8f1a45786 Mon Sep 17 00:00:00 2001 From: wangge Date: Tue, 15 Sep 2020 20:18:15 +0800 Subject: [PATCH 1/2] Modify Source0 url on LTS branch --- PyQt4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyQt4.spec b/PyQt4.spec index a034f57..22784ef 100644 --- a/PyQt4.spec +++ b/PyQt4.spec @@ -11,7 +11,7 @@ Release: 13 Summary: Python bindings for Qt4 License: (GPLv3 or GPLv2 with exceptions) and BSD Url: http://www.riverbankcomputing.com/software/pyqt/ -Source0: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{version}/PyQt4_gpl_x11-%{version}.tar.gz +Source0: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{version}/PyQt4_gpl_x11-%{version}.tar.gz/download?use_mirror=ufpr#/PyQt4_gpl_x11-%{version}.tar.gz Patch0001: qreal_float_support.diff BuildRequires: chrpath dbus-python findutils gcc-c++ pkgconfig(dbus-1) pkgconfig(dbus-python) pkgconfig(phonon) @@ -133,5 +133,8 @@ diff -u ./sip/QtGui/opengl_types.sip.orig ./sip/QtGui/opengl_types.sip ||: %{_datadir}/python3-sip/PyQt4/ %changelog +* Tue Sep 15 2020 Ge wang - 4.12.1-13 +- Modify Source0 Url + * Fri Feb 14 2020 fengbing - 4.12.1-12 - Pakcage init -- Gitee From 625521b5e23e60ae976cbf86f3653a9e24c65455 Mon Sep 17 00:00:00 2001 From: wangge Date: Wed, 16 Sep 2020 10:12:48 +0800 Subject: [PATCH 2/2] Add release --- PyQt4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PyQt4.spec b/PyQt4.spec index 22784ef..024d994 100644 --- a/PyQt4.spec +++ b/PyQt4.spec @@ -7,7 +7,7 @@ %global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so|%{python3_sitearch}/.*\\.so|%{_qt4_plugindir}/.*\\.so)$ Name: PyQt4 Version: 4.12.1 -Release: 13 +Release: 14 Summary: Python bindings for Qt4 License: (GPLv3 or GPLv2 with exceptions) and BSD Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -133,8 +133,11 @@ diff -u ./sip/QtGui/opengl_types.sip.orig ./sip/QtGui/opengl_types.sip ||: %{_datadir}/python3-sip/PyQt4/ %changelog -* Tue Sep 15 2020 Ge wang - 4.12.1-13 +* Tue Sep 15 2020 Ge Wang - 4.12.1-14 - Modify Source0 Url +* Tue Sep 15 2020 Ge Wang - 4.12.1-13 +- Add release for update + * Fri Feb 14 2020 fengbing - 4.12.1-12 - Pakcage init -- Gitee