Rex Dieter 6 years ago
parent ca0e14bb25
commit 560ffec1f8

1
.gitignore vendored

@ -11,3 +11,4 @@
/PyQt5_gpl-5.11.3.dev1808131157.tar.gz /PyQt5_gpl-5.11.3.dev1808131157.tar.gz
/PyQt5_gpl-5.11.3.tar.gz /PyQt5_gpl-5.11.3.tar.gz
/PyQt5_gpl-5.12.1.tar.gz /PyQt5_gpl-5.12.1.tar.gz
/PyQt5_gpl-5.12.2.tar.gz

@ -36,12 +36,12 @@
Summary: PyQt5 is Python bindings for Qt5 Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5 Name: python-qt5
Version: 5.12.1 Version: 5.12.2
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv3 License: GPLv3
Url: http://www.riverbankcomputing.com/software/pyqt/ Url: http://www.riverbankcomputing.com/software/pyqt/
Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-%{version}%{?snap:.%{snap}}.tar.gz Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt5/%{version}/PyQt5_gpl-%{version}%{?snap:.%{snap}}.tar.gz
Source1: macros.pyqt5 Source1: macros.pyqt5
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9 # wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
@ -90,7 +90,7 @@ BuildRequires: python2-enum34
%global python2_dbus dbus-python %global python2_dbus dbus-python
%endif %endif
BuildRequires: %{python2_dbus} BuildRequires: %{python2_dbus}
%global sip_ver 4.19.15 %global sip_ver 4.19.17
BuildRequires: python2-pyqt5-sip >= %{sip_ver} BuildRequires: python2-pyqt5-sip >= %{sip_ver}
BuildRequires: python2-sip-devel >= %{sip_ver} BuildRequires: python2-sip-devel >= %{sip_ver}
%endif # with_python2 %endif # with_python2
@ -528,6 +528,9 @@ sed -i \
%changelog %changelog
* Mon May 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1
- 5.12.2
* Sun Apr 21 2019 Orion Poplawski <orion@nwra.com> - 5.12.1-2 * Sun Apr 21 2019 Orion Poplawski <orion@nwra.com> - 5.12.1-2
- Build for python3 for EPEL - Build for python3 for EPEL

@ -1 +1 @@
SHA512 (PyQt5_gpl-5.12.1.tar.gz) = f8c440bd5e804b9f5fcabbdf1290cee3176f3d676d150c705b64136d2116ccd7b09233672674fe97a4aa521974c9355d44daf7a244b6cda7fa55757332c08e67 SHA512 (PyQt5_gpl-5.12.2.tar.gz) = dc23bb7dacb305d4f9a630f2b5c3809d5d6734ba234c9941a3c44c770af8534dd737160dbe007a1f15d5c90e2e52419dd749b3ef942b4e71917c1cea2220a666

Loading…
Cancel
Save