|
|
@ -18,8 +18,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.9.2
|
|
|
|
Version: 5.10
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
License: GPLv3
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
@ -38,7 +38,7 @@ Source4: pyuic5.sh
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
## upstreamable patches
|
|
|
|
Patch0: python-qt5_sipdir.patch
|
|
|
|
Patch0: python-qt5_sipdir.patch
|
|
|
|
# support newer Qt5 releases than just 5.9.3
|
|
|
|
# support newer Qt5 releases than 5.9.3/5.10.0
|
|
|
|
Patch1: PyQt5-Timeline.patch
|
|
|
|
Patch1: PyQt5-Timeline.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: chrpath
|
|
|
@ -73,10 +73,10 @@ BuildRequires: python2-devel python2
|
|
|
|
%global python2_dbus dbus-python
|
|
|
|
%global python2_dbus dbus-python
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: %{python2_dbus}
|
|
|
|
BuildRequires: %{python2_dbus}
|
|
|
|
BuildRequires: sip-devel >= 4.19.4
|
|
|
|
BuildRequires: python2-sip-devel >= 4.19.7
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-devel python3
|
|
|
|
BuildRequires: python3-devel python3
|
|
|
|
BuildRequires: python3-sip-devel >= 4.19.4
|
|
|
|
BuildRequires: python3-sip-devel >= 4.19.7
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ Obsoletes: python-qt5 < 5.5.1-10
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: sip-devel
|
|
|
|
Requires: python2-sip-devel
|
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
|
|
|
Provides: PyQt5-devel = %{version}-%{release}
|
|
|
|
Provides: python2-PyQt5-devel = %{version}-%{release}
|
|
|
|
Provides: python2-PyQt5-devel = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -463,6 +463,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10-1
|
|
|
|
|
|
|
|
- PyQt5-5.10
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-5
|
|
|
|
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-5
|
|
|
|
- explicitly support Qt5 newer than just 5.9.3 (+5.9.4,5.10.0,5.10.1)
|
|
|
|
- explicitly support Qt5 newer than just 5.9.3 (+5.9.4,5.10.0,5.10.1)
|
|
|
|
|
|
|
|
|
|
|
|