|
|
@ -36,8 +36,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.12.3
|
|
|
|
Version: 5.13.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
License: GPLv3
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
@ -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.17
|
|
|
|
%global sip_ver 4.19.18
|
|
|
|
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
|
|
|
@ -546,6 +546,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.0-1
|
|
|
|
|
|
|
|
- 5.13.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-5
|
|
|
|
* Tue Jul 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-5
|
|
|
|
- move pyuic and friends to -base (#1728273)
|
|
|
|
- move pyuic and friends to -base (#1728273)
|
|
|
|
- move Provides: PyQt5 to python3-qt5 (#1730635)
|
|
|
|
- move Provides: PyQt5 to python3-qt5 (#1730635)
|
|
|
|