From 028f7141d70d67e83d0b4eace4b26f41c38b812a Mon Sep 17 00:00:00 2001 From: small_leek Date: Tue, 18 Aug 2020 21:50:26 +0800 Subject: [PATCH] add release for update --- PyQt4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyQt4.spec b/PyQt4.spec index 0d51377..8b3a1ee 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: 12 +Release: 13 Summary: Python bindings for Qt4 License: (GPLv3 or GPLv2 with exceptions) and BSD Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -133,5 +133,8 @@ diff -u ./sip/QtGui/opengl_types.sip.orig ./sip/QtGui/opengl_types.sip ||: %{_datadir}/python3-sip/PyQt4/ %changelog +* Tue Aug 18 2020 senlin - 4.12.1-13 +- add release for update + * Fri Feb 14 2020 fengbing - 4.12.1-12 - Pakcage init -- Gitee