Compare commits

...

1 Commits
c9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
SOURCES/PyQt5-5.15.9.tar.gz
SOURCES/PyQt5-5.15.10.tar.gz

@ -1 +1 @@
1f68db8900204587a32eacac94e9fa5d2d204ec8 SOURCES/PyQt5-5.15.9.tar.gz
a97550883bbf92be60e26659218863bf0b3e573a SOURCES/PyQt5-5.15.10.tar.gz

@ -22,10 +22,11 @@
Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5
Version: 5.15.9
Release: 1%{?dist}
Version: 5.15.10
Release: 11%{?dist}
License: GPLv3
# Automatically converted from old format: GPLv3 - review is highly recommended.
License: GPL-3.0-only
Url: http://www.riverbankcomputing.com/software/pyqt/
#Source0: https://www.riverbankcomputing.com/static/Downloads/PyQt5/%{version}/PyQt5-%{version}%{?snap:.%{snap}}.tar.gz
Source0: https://pypi.python.org/packages/source/P/PyQt5/PyQt5-%{version}.tar.gz
@ -36,7 +37,7 @@ Source1: macros.pyqt5
## upstreamable patches
# support newer Qt5 releases, but may not be needed anymore? -- rdieter
# Patch0: PyQt5-Timeline.patch
#Patch0: PyQt5-Timeline.patch
BuildRequires: make
BuildRequires: chrpath
@ -47,6 +48,7 @@ BuildRequires: pkgconfig(dbus-python)
BuildRequires: pkgconfig(phonon4qt5)
%endif
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: pkgconfig(Qt5Core) >= 5.5
%if 0%{?enginio}
BuildRequires: pkgconfig(Enginio)
@ -164,7 +166,7 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
%prep
%setup -q -n PyQt5-%{version}%{?snap:.%{snap}}
# patch0 -p1
#patch0 -p1
%build
@ -172,7 +174,6 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
PATH=%{_qt5_bindir}:$PATH ; export PATH
# Python 3 build:
sip-build \
--no-make \
@ -194,7 +195,6 @@ sip-build \
# Python 3 build:
%make_install INSTALL_ROOT=%{buildroot} -C build
if [ "%{_prefix}" != "/usr" ]; then
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/ || echo "Nothing to copy"
rm -rf %{buildroot}/usr/*
@ -310,24 +310,117 @@ sed -i \
%changelog
* Tue Apr 18 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
* Wed Dec 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.15.10-11
- Rebuilt for MSVSphere 10
* Thu Sep 05 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.10-11
- Rebuild (qt5)
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 5.15.10-10
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.10-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 5.15.10-8
- Rebuilt for Python 3.13
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 5.15.10-7
- Rebuilt for Python 3.13
* Thu May 30 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.10-6
- Rebuild (qt5)
* Fri Mar 15 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.10-5
- Rebuild (qt5)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 03 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.10-2
- Rebuild (qt5)
* Sat Dec 02 2023 Scott Talbert <swt@techie.net> - 5.15.10-1
- 5.15.10 (#2252490)
* Mon Oct 09 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-7
- Rebuild (qt5)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 26 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 5.15.9-5
- Rebuilt for Python 3.12 with patched python-pyqt5-sip
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 5.15.9-4
- Rebuilt for Python 3.12
* Wed Jun 14 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-3
- Rebuild (qt5)
* Wed Apr 12 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-2
- Rebuild (qt5)
* Mon Mar 13 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
- 5.15.9
Resolves: bz#2175758
* Tue May 03 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-1
- 5.15.6 + sync with Fedora
Resolves: bz#2061728
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jan 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.6-10
- Rebuild (qt5)
* Mon Oct 31 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-9
- Rebuild (qt5)
* Wed Sep 21 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-8
- Rebuild (qt5)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-6
- Rebuild (qt5)
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.15.6-5
- Rebuilt for Python 3.11
* Tue May 17 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-4
- Rebuild (qt5)
* Tue Mar 08 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.6-3
- Rebuild (qt5)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* 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
- Eliminate conditional python3 build, associated redundancies
- Don't install py2+py3 wrappers for tool commands
* Wed Sep 15 2021 Sandro Mani <manisandro@gmail.com> - 5.15.4-1
- Update to 5.15.4
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jul 20 2021 Scott Talbert <swt@techie.net> - 5.15.0-12
- Fix build with sip 6
* Wed Apr 06 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.0-11
- Rebuild (Qt 5.15.3)
Resolves: bz#2061728
* Wed Jul 14 2021 Scott Talbert <swt@techie.net> - 5.15.0-11
- Remove sip depends from -devel package (to allow older sips)
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.0-10
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Sun Jun 06 2021 Scott Talbert <swt@techie.net> - 5.15.0-10
- Rebuild with sip 5; remove unused Python 2 support for clarity
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.0-9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 5.15.0-9
- Rebuilt for Python 3.10
* Mon Feb 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.0-8
- Do not require Phonon on ELN/RHEL

Loading…
Cancel
Save