5.9.1
This commit is contained in:
parent
148dc7b45e
commit
d57dfe7f43
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/PyQt5_gpl-5.8.1.tar.gz
|
/PyQt5_gpl-5.8.1.tar.gz
|
||||||
/PyQt5_gpl-5.8.2.tar.gz
|
/PyQt5_gpl-5.8.2.tar.gz
|
||||||
/PyQt5_gpl-5.9.tar.gz
|
/PyQt5_gpl-5.9.tar.gz
|
||||||
|
/PyQt5_gpl-5.9.1.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
|
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null)
|
||||||
%endif
|
%endif
|
||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
%global python2_dbus_dir %(%{__python2} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
|
%global python2_dbus_dir %(%{__python2} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null)
|
||||||
|
|
||||||
# enable/disable individual modules
|
# enable/disable individual modules
|
||||||
# drop power64, it's not supported yet (than)
|
# drop power64, it's not supported yet (than)
|
||||||
@ -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.9
|
Version: 5.9.1
|
||||||
Release: 8%{?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+
|
||||||
@ -67,10 +67,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.2
|
BuildRequires: sip-devel >= 4.19.4
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel python3
|
BuildRequires: python3-devel python3
|
||||||
BuildRequires: python3-sip-devel >= 4.19.2
|
BuildRequires: python3-sip-devel >= 4.19.4
|
||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
@ -456,6 +456,9 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
||||||
|
- 5.9.1
|
||||||
|
|
||||||
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9-8
|
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9-8
|
||||||
- rebuild (qt5)
|
- rebuild (qt5)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyQt5_gpl-5.9.tar.gz) = 6e925dee751d6b2ab97b3614b0150f305798b89920e11db7a2cbef579e4c21839a38f4ad7eee5828a0c28942999955715a265e043004ee7838d376025d32e4aa
|
SHA512 (PyQt5_gpl-5.9.1.tar.gz) = 1c7d00dac5329296dd205eddeeecfd29495c4746791730056d143438871eb64a5d9827dcb1e28a78e8746218908e0e72374bd686a21b631b9aa1aa1c67e61eac
|
||||||
|
Loading…
Reference in New Issue
Block a user