New base sub package to provide QtBase only (RHBZ#1394626)
New requirement from the main package to the base sub package
This commit is contained in:
parent
48960d7ab2
commit
1053459cdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/PyQt5_gpl-5.8.tar.gz
|
/PyQt5_gpl-5.8.tar.gz
|
||||||
/PyQt5_gpl-5.8.1.tar.gz
|
/PyQt5_gpl-5.8.1.tar.gz
|
||||||
|
/PyQt5_gpl-5.8.2.tar.gz
|
||||||
|
@ -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.8.1
|
Version: 5.8.2
|
||||||
Release: 3%{?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.1
|
BuildRequires: sip-devel >= 4.19.2
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel python3
|
BuildRequires: python3-devel python3
|
||||||
BuildRequires: python3-sip-devel >= 4.19.1
|
BuildRequires: python3-sip-devel >= 4.19.2
|
||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up PyQt5_gpl-5.6/configure.py.orig PyQt5_gpl-5.6/configure.py
|
diff -up PyQt5_gpl-5.8.2/configure.py.qt5_sipdir PyQt5_gpl-5.8.2/configure.py
|
||||||
--- PyQt5_gpl-5.6/configure.py.orig 2016-04-24 05:55:08.000000000 -0500
|
--- PyQt5_gpl-5.8.2/configure.py.qt5_sipdir 2017-03-30 03:46:57.000000000 -0500
|
||||||
+++ PyQt5_gpl-5.6/configure.py 2016-04-24 18:39:26.144925768 -0500
|
+++ PyQt5_gpl-5.8.2/configure.py 2017-04-03 06:58:50.647698195 -0500
|
||||||
@@ -25,6 +25,7 @@ import os
|
@@ -25,6 +25,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import stat
|
import stat
|
||||||
@ -9,7 +9,7 @@ diff -up PyQt5_gpl-5.6/configure.py.orig PyQt5_gpl-5.6/configure.py
|
|||||||
|
|
||||||
|
|
||||||
# Initialise the constants.
|
# Initialise the constants.
|
||||||
@@ -476,7 +477,7 @@ class TargetConfiguration:
|
@@ -485,7 +486,7 @@ class TargetConfiguration:
|
||||||
self.pyqt_bin_dir = py_config.bin_dir
|
self.pyqt_bin_dir = py_config.bin_dir
|
||||||
self.pyqt_module_dir = py_config.module_dir
|
self.pyqt_module_dir = py_config.module_dir
|
||||||
self.pyqt_stubs_dir = os.path.join(py_config.module_dir, 'PyQt5')
|
self.pyqt_stubs_dir = os.path.join(py_config.module_dir, 'PyQt5')
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyQt5_gpl-5.8.1.tar.gz) = 56607263f6782409a2088b986954e973fdeea681fe3d6e3708b4946477da1431c33814454ad14e758de7c46b1dac660f3204aae2e1087249d13be6d80ddd6458
|
SHA512 (PyQt5_gpl-5.8.2.tar.gz) = 8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b
|
||||||
|
Loading…
Reference in New Issue
Block a user