|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|