|
|
@ -22,8 +22,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Name: python-qt5
|
|
|
|
Version: 5.15.4
|
|
|
|
Version: 5.15.6
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
License: GPLv3
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Url: http://www.riverbankcomputing.com/software/pyqt/
|
|
|
@ -35,8 +35,8 @@ Source1: macros.pyqt5
|
|
|
|
## upstream patches
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
## upstreamable patches
|
|
|
|
# support newer Qt5 releases
|
|
|
|
# support newer Qt5 releases, but may not be needed anymore? -- rdieter
|
|
|
|
Patch0: PyQt5-Timeline.patch
|
|
|
|
#Patch0: PyQt5-Timeline.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: chrpath
|
|
|
@ -164,7 +164,7 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n PyQt5-%{version}%{?snap:.%{snap}}
|
|
|
|
%setup -q -n PyQt5-%{version}%{?snap:.%{snap}}
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
#patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -308,6 +308,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Nov 02 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.15.6-1
|
|
|
|
|
|
|
|
- 5.15.6
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 29 2021 FeRD (Frank Dana) <ferdnyc@gmail.com> - 5.15.4-2
|
|
|
|
* Wed Sep 29 2021 FeRD (Frank Dana) <ferdnyc@gmail.com> - 5.15.4-2
|
|
|
|
- Eliminate conditional python3 build, associated redundancies
|
|
|
|
- Eliminate conditional python3 build, associated redundancies
|
|
|
|
- Don't install py2+py3 wrappers for tool commands
|
|
|
|
- Don't install py2+py3 wrappers for tool commands
|
|
|
|