|
|
@ -19,8 +19,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.7.1
|
|
|
|
Version: 5.8
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# all BSD, except for GPLv2+ dbus bindings and examples
|
|
|
|
# all BSD, except for GPLv2+ dbus bindings and examples
|
|
|
|
License: BSD and GPLv2+
|
|
|
|
License: BSD and GPLv2+
|
|
|
@ -66,10 +66,10 @@ BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
|
|
|
BuildRequires: python2-devel python2
|
|
|
|
BuildRequires: python2-devel python2
|
|
|
|
BuildRequires: sip-devel >= 4.19
|
|
|
|
BuildRequires: sip-devel >= 4.19.1
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-devel python3
|
|
|
|
BuildRequires: python3-devel python3
|
|
|
|
BuildRequires: python3-sip-devel >= 4.19
|
|
|
|
BuildRequires: python3-sip-devel >= 4.19.1
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
@ -428,6 +428,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8-1
|
|
|
|
|
|
|
|
- PyQt5-5.8
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
|
|
|
* Thu Feb 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
|
|
|
|
- move -devel binaries to main pkg(s) (#1422613)
|
|
|
|
- move -devel binaries to main pkg(s) (#1422613)
|
|
|
|
|
|
|
|
|
|
|
|