|
|
|
@ -1,56 +1,58 @@
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
%global with_python3 1
|
|
|
|
|
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])" 2>/dev/null || echo "%{python3_sitearch}/dbus/mainloop")
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# enable/disable individual modules
|
|
|
|
|
# drop power64, it's not supported yet (than)
|
|
|
|
|
%if 0
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
|
|
|
|
|
%global webengine 1
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global webkit 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
|
|
|
|
|
## f29+ no longer using separate sipdir for python3
|
|
|
|
|
%global py3_sipdir %{_datadir}/sip/PyQt5
|
|
|
|
|
|
|
|
|
|
%global sip_ver 4.19.23
|
|
|
|
|
|
|
|
|
|
# see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/
|
|
|
|
|
%undefine _strict_symbol_defs_build
|
|
|
|
|
|
|
|
|
|
#global snap dev1808131157
|
|
|
|
|
|
|
|
|
|
Summary: PyQt5 is Python bindings for Qt5
|
|
|
|
|
Name: python-qt5
|
|
|
|
|
Version: 5.15.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 5.15.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Source0: https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-%{version}.tar.gz
|
|
|
|
|
Source1: macros.pyqt5
|
|
|
|
|
# wrapper, see https://bugzilla.redhat.com/show_bug.cgi?id=1193107#c9
|
|
|
|
|
Source2: pylupdate5.sh
|
|
|
|
|
Source3: pyrcc5.sh
|
|
|
|
|
Source4: pyuic5.sh
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
# support newer Qt5 releases, but may not be needed anymore? -- rdieter
|
|
|
|
|
# Patch0: PyQt5-Timeline.patch
|
|
|
|
|
Patch0: python-qt5_sipdir.patch
|
|
|
|
|
|
|
|
|
|
# support newer Qt5 releases
|
|
|
|
|
Patch1: PyQt5-Timeline.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
|
BuildRequires: pkgconfig(dbus-python)
|
|
|
|
|
%if ! 0%{?rhel}
|
|
|
|
|
BuildRequires: pkgconfig(phonon4qt5)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.5
|
|
|
|
|
%if 0%{?enginio}
|
|
|
|
|
BuildRequires: pkgconfig(Enginio)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Bluetooth)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
|
|
|
@ -69,10 +71,13 @@ BuildRequires: pkgconfig(Qt5X11Extras)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml) pkgconfig(Qt5XmlPatterns)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5WebSockets)
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-dbus
|
|
|
|
|
BuildRequires: %{py3_dist PyQt-builder} >= 1.1.0
|
|
|
|
|
BuildRequires: %{py3_dist sip} >= 5.3
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pyqt5-sip >= %{sip_ver}
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-sip-devel >= %{sip_ver}
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
# when split out
|
|
|
|
|
%if 0%{?webengine} || 0%{?webkit}
|
|
|
|
@ -111,6 +116,11 @@ Requires: python%{python3_pkgversion}-qt5-base%{?_isa} = %{version}-%{release}
|
|
|
|
|
%package -n python%{python3_pkgversion}-qt5-base
|
|
|
|
|
Summary: Python 3 bindings for Qt5 base
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
%if 0%{?_python3_sip_api_major}
|
|
|
|
|
%{?_python3_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_python3_sip_api_major}) >= %{_python3_sip_api}}
|
|
|
|
|
%else
|
|
|
|
|
%{?_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
|
|
|
|
%endif
|
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-base = %{version}-%{release}
|
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-base%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-rpm-macros = %{version}-%{release}
|
|
|
|
@ -123,6 +133,7 @@ Requires: python%{python3_pkgversion}-dbus
|
|
|
|
|
Summary: Development files for python3-qt5
|
|
|
|
|
Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
Requires: python%{python3_pkgversion}-sip-devel
|
|
|
|
|
Provides: python%{python3_pkgversion}-PyQt5-devel = %{version}-%{release}
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-qt5-devel}
|
|
|
|
|
%description -n python%{python3_pkgversion}-qt5-devel
|
|
|
|
@ -162,50 +173,72 @@ Requires: python%{python3_pkgversion}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n PyQt5-%{version}%{?snap:.%{snap}}
|
|
|
|
|
|
|
|
|
|
# patch0 -p1
|
|
|
|
|
%setup -q -n PyQt5-%{version}
|
|
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
## see also https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html
|
|
|
|
|
|
|
|
|
|
PATH=%{_qt5_bindir}:$PATH ; export PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
|
sip-build \
|
|
|
|
|
--no-make \
|
|
|
|
|
--qt-shared \
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
mkdir %{_target_platform}-python3
|
|
|
|
|
cp -a * %{_target_platform}-python3/ ||:
|
|
|
|
|
pushd %{_target_platform}-python3
|
|
|
|
|
%{__python3} ./configure.py \
|
|
|
|
|
--assume-shared \
|
|
|
|
|
--confirm-license \
|
|
|
|
|
--qmake=%{_qt5_qmake} \
|
|
|
|
|
--api-dir=%{_qt5_datadir}/qsci/api/python \
|
|
|
|
|
%{?with_python2:--no-qsci-api}%{!?with_python2:--qsci-api --qsci-api-destdir=%{_qt5_datadir}/qsci} \
|
|
|
|
|
%{?py3_sip:--sip=%{_bindir}/python3-sip} \
|
|
|
|
|
%{?py3_sipdir:--sipdir=%{py3_sipdir}} \
|
|
|
|
|
--verbose \
|
|
|
|
|
--dbus=%{_includedir}/dbus-1.0/ \
|
|
|
|
|
--pep484-pyi \
|
|
|
|
|
--qmake-setting 'QMAKE_CFLAGS_RELEASE="%{optflags}"' \
|
|
|
|
|
--qmake-setting 'QMAKE_CXXFLAGS_RELEASE="%{optflags} `pkg-config --cflags dbus-python`"' \
|
|
|
|
|
--qmake-setting 'QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"'
|
|
|
|
|
QMAKE_CFLAGS_RELEASE="%{optflags}" \
|
|
|
|
|
QMAKE_CXXFLAGS_RELEASE="%{optflags} `pkg-config --cflags dbus-python`" \
|
|
|
|
|
QMAKE_LFLAGS_RELEASE="%{?__global_ldflags}"
|
|
|
|
|
|
|
|
|
|
%make_build -C build
|
|
|
|
|
%make_build
|
|
|
|
|
popd
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
|
|
# Python 3 build:
|
|
|
|
|
%make_install INSTALL_ROOT=%{buildroot} -C build
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%make_install INSTALL_ROOT=%{buildroot} -C %{_target_platform}-python3
|
|
|
|
|
if [ "%{_prefix}" != "/usr" ]; then
|
|
|
|
|
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/
|
|
|
|
|
rm -rf %{buildroot}/usr/*
|
|
|
|
|
fi
|
|
|
|
|
%if "%py3_sipdir" == "%{_datadir}/sip/PyQt5"
|
|
|
|
|
# copy files to old location for compat purposes temporarily
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/python3-sip
|
|
|
|
|
cp -alf %{buildroot}%{py3_sipdir} \
|
|
|
|
|
%{buildroot}%{_datadir}/python3-sip/PyQt5
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
if [ "%{_prefix}" != "/usr" ]; then
|
|
|
|
|
cp -ru %{buildroot}/usr/* %{buildroot}%{_prefix}/ || echo "Nothing to copy"
|
|
|
|
|
rm -rf %{buildroot}/usr/*
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Explicitly byte compile as the automagic byte compilation doesn't work for
|
|
|
|
|
# /app prefix in flatpak builds
|
|
|
|
|
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/PyQt5
|
|
|
|
|
|
|
|
|
|
# ensure .so modules are executable for proper -debuginfo extraction
|
|
|
|
|
find %{buildroot} -type f -name '*.so' | xargs chmod a+rx
|
|
|
|
|
#for i in %%{buildroot}%%{python3_sitearch}/PyQt5/*.so %%{buildroot}%%{python3_dbus_dir}/pyqt5.so ; do
|
|
|
|
|
#test -x $i || chmod a+rx $i
|
|
|
|
|
#done
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
# remove Python3 code from Python2 directory, fixes FTBFS like PyQt4 (#564633)
|
|
|
|
|
rm -rfv %{buildroot}%{python2_sitearch}/PyQt5/uic/port_v3/
|
|
|
|
|
|
|
|
|
|
# remove Python2 code from Python3 directory (for when/if we support python3 here)
|
|
|
|
|
rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
|
|
|
|
|
|
|
|
|
|
# rpm macros
|
|
|
|
|
install -p -m644 -D %{SOURCE1} \
|
|
|
|
@ -217,14 +250,24 @@ sed -i \
|
|
|
|
|
-e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
|
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
# install wrappers to handle both/either python2/python3
|
|
|
|
|
# TODO: consider alternatives? -- rex
|
|
|
|
|
rm -fv %{buildroot}%{_bindir}/{pyrcc5,pylupdate5,pyuic5}
|
|
|
|
|
install -p -m755 -D %{SOURCE2} %{buildroot}%{_bindir}/pylupdate5
|
|
|
|
|
install -p -m755 -D %{SOURCE3} %{buildroot}%{_bindir}/pyrcc5
|
|
|
|
|
install -p -m755 -D %{SOURCE4} %{buildroot}%{_bindir}/pyuic5
|
|
|
|
|
sed -i \
|
|
|
|
|
-e "s|@PYTHON3@|%{__python3}|g" \
|
|
|
|
|
-e "s|@PYTHON2@|%{__python2}|g" \
|
|
|
|
|
%{buildroot}%{_bindir}/{pyrcc5,pylupdate5,pyuic5}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files rpm-macros
|
|
|
|
|
%{rpm_macros_dir}/macros.pyqt5
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%files -n python%{python3_pkgversion}-qt5
|
|
|
|
|
%if 0%{?enginio}
|
|
|
|
|
%{python3_sitearch}/PyQt5/Enginio.*
|
|
|
|
|
%endif
|
|
|
|
|
%{python3_sitearch}/PyQt5/QtBluetooth.*
|
|
|
|
|
%{python3_sitearch}/PyQt5/QtDesigner.*
|
|
|
|
|
%{python3_sitearch}/PyQt5/QtHelp.*
|
|
|
|
@ -247,9 +290,9 @@ sed -i \
|
|
|
|
|
%files -n python%{python3_pkgversion}-qt5-base
|
|
|
|
|
%doc NEWS README
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python3_dbus_dir}/pyqt5.abi3.so
|
|
|
|
|
%{python3_dbus_dir}/pyqt5.so
|
|
|
|
|
%dir %{python3_sitearch}/PyQt5/
|
|
|
|
|
%{python3_sitearch}/PyQt5-%{version}%{?snap:.%{snap}}.dist-info
|
|
|
|
|
%{python3_sitearch}/PyQt5-%{version}.dist-info
|
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/__init__.*
|
|
|
|
|
%{python3_sitearch}/PyQt5/__init__.py*
|
|
|
|
|
%{python3_sitearch}/PyQt5/Qt.*
|
|
|
|
@ -274,14 +317,12 @@ sed -i \
|
|
|
|
|
%{_bindir}/pylupdate5
|
|
|
|
|
%{_bindir}/pyrcc5
|
|
|
|
|
%{_bindir}/pyuic5
|
|
|
|
|
%{python3_sitearch}/PyQt5/pylupdate.abi3.so
|
|
|
|
|
%{python3_sitearch}/PyQt5/pylupdate.so
|
|
|
|
|
%{python3_sitearch}/PyQt5/pylupdate_main.py*
|
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pylupdate_main*
|
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc.abi3.so
|
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc.so
|
|
|
|
|
%{python3_sitearch}/PyQt5/pyrcc_main.py*
|
|
|
|
|
%{python3_sitearch}/PyQt5/__pycache__/pyrcc_main*
|
|
|
|
|
%{python3_sitearch}/PyQt5/py.typed
|
|
|
|
|
%{python3_sitearch}/PyQt5/sip.pyi
|
|
|
|
|
|
|
|
|
|
%if 0%{?webengine}
|
|
|
|
|
%files -n python%{python3_pkgversion}-qt5-webengine
|
|
|
|
@ -297,7 +338,11 @@ sed -i \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files -n python%{python3_pkgversion}-qt5-devel
|
|
|
|
|
%{python3_sitearch}/PyQt5/bindings/
|
|
|
|
|
%{py3_sipdir}/
|
|
|
|
|
# compat location
|
|
|
|
|
%dir %{_datadir}/python3-sip/
|
|
|
|
|
%{_datadir}/python3-sip/PyQt5/
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
#doc doc/*
|
|
|
|
@ -310,213 +355,51 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 18 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
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.15.0-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Apr 06 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.0-11
|
|
|
|
|
* Mon Apr 04 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.0-3
|
|
|
|
|
- Rebuild (Qt 5.15.3)
|
|
|
|
|
Resolves: bz#2061728
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.0-8
|
|
|
|
|
- Do not require Phonon on ELN/RHEL
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
Resolves: bz#2061729
|
|
|
|
|
|
|
|
|
|
* Wed Dec 16 12:00:16 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.0-6
|
|
|
|
|
- Bump for eln build
|
|
|
|
|
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.0-2
|
|
|
|
|
- Rebuild (binutils)
|
|
|
|
|
Resolves: bz#1949066
|
|
|
|
|
|
|
|
|
|
* Tue Dec 8 16:28:30 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.0-5
|
|
|
|
|
- Require webkit only on Fedora builds
|
|
|
|
|
|
|
|
|
|
* Thu Nov 26 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.0-4
|
|
|
|
|
- BR: qt5-qtbase-private-devel globally
|
|
|
|
|
|
|
|
|
|
* Mon Nov 23 07:54:30 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.0-3
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 11 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.0-2
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.0-1
|
|
|
|
|
* Tue Apr 13 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.0-1
|
|
|
|
|
- 5.15.0
|
|
|
|
|
Resolves: bz#1949066
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-6
|
|
|
|
|
- fix FTBFS
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-5
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 5.14.2-3
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
* Mon Apr 06 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-2
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
- disable QtEnginio support f32+
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
|
|
|
|
- 5.14.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 26 2020 Kalev Lember <klember@redhat.com> - 5.13.2-4
|
|
|
|
|
- Fix building as a flatpak module
|
|
|
|
|
|
|
|
|
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-3
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.2-2
|
|
|
|
|
- drop python2 support for f32+
|
|
|
|
|
|
|
|
|
|
* Sun Nov 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.2-1
|
|
|
|
|
- 5.13.2
|
|
|
|
|
|
|
|
|
|
* Tue Oct 01 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.1-1
|
|
|
|
|
* Fri Nov 22 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.1-1
|
|
|
|
|
- 5.13.1
|
|
|
|
|
Resolves: bz#1775603
|
|
|
|
|
|
|
|
|
|
* Wed Sep 25 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.0-3
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 5.13.0-2
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.13.0-1
|
|
|
|
|
- 5.13.0
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-5
|
|
|
|
|
- move pyuic and friends to -base (#1728273)
|
|
|
|
|
- move Provides: PyQt5 to python3-qt5 (#1730635)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Gwyn Ciesla <gwync@protonmail.com> - 5.12.3-3
|
|
|
|
|
- Add ugly hack to work around setuptools issue for flatpak.
|
|
|
|
|
- https://github.com/pypa/setuptools/issues/1808
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
|
|
|
|
|
- rebuild (qtbase/qtmultimedia)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
|
|
|
|
|
- 5.12.3
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.2-5
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-4
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Sun May 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-3
|
|
|
|
|
- ship designer/qml plugins for python3 (only)
|
|
|
|
|
|
|
|
|
|
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-2
|
|
|
|
|
- python2-qt5-base: move qt plugins here (#1708274)
|
|
|
|
|
|
|
|
|
|
* Mon May 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1
|
|
|
|
|
- 5.12.2
|
|
|
|
|
|
|
|
|
|
* Sun Apr 21 2019 Orion Poplawski <orion@nwra.com> - 5.12.1-2
|
|
|
|
|
- Build for python3 for EPEL
|
|
|
|
|
|
|
|
|
|
* Thu Mar 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
|
- 5.12.1
|
|
|
|
|
- omit webengine (now packaged separately)
|
|
|
|
|
|
|
|
|
|
* Sun Mar 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-6
|
|
|
|
|
- re-enable webengine support
|
|
|
|
|
* Tue Jul 17 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-3
|
|
|
|
|
- BR: sip + sync with Fedora
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-5
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 29 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-3
|
|
|
|
|
- drop BR: python3-enum34
|
|
|
|
|
|
|
|
|
|
* Tue Dec 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-2
|
|
|
|
|
- rebuild (Qt5)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 03 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
|
- 5.11.3 (final)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.3-0.4.dev1808131157
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.3.dev1808131157
|
|
|
|
|
- unconditionally create rpm-macros
|
|
|
|
|
- handle api generation when one of python2/python3 is disabled
|
|
|
|
|
|
|
|
|
|
* Fri Aug 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.2.dev1808131157
|
|
|
|
|
- drop backward-compat py3_sipdir
|
|
|
|
|
- drop dep on python?-sip, rely only on python?-pyqt?-sip-api
|
|
|
|
|
- move versioned qt5/sip-api deps to -base
|
|
|
|
|
|
|
|
|
|
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-0.1.dev1808131157
|
|
|
|
|
- 5.11.3.dev1808131157 snapshot
|
|
|
|
|
- enable dist-info, include in -base (#1558187)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-3
|
|
|
|
|
- support compat py3_sipdir
|
|
|
|
|
- python3-qt5: fix sip-api dep
|
|
|
|
|
|
|
|
|
|
* Mon Jul 30 2018 Sandro Mani <manisandro@gmail.com> - 5.11.2-2
|
|
|
|
|
- Add missing Requires: python2-enum34
|
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-1
|
|
|
|
|
- 5.11.2
|
|
|
|
|
- %%build: --no-dist-info (not supported when using DESTDIR= yet)
|
|
|
|
|
- configure.py: make check for PyQt5.sip module non-fatal
|
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.2-0.4.dev1805251538
|
|
|
|
|
- Rebuilt for Qt update in Python 3.7 side tag
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-0.3.dev1805251538
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.2-0.2.dev1805251538
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
* Fri Jul 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-2
|
|
|
|
|
- rebuild (sip)
|
|
|
|
|
|
|
|
|
|
* Tue May 29 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.2-0.1.dev1805251538
|
|
|
|
|
- 5.10.2.dev1805251538 snapshot
|
|
|
|
|
* Wed Jul 11 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
|
|
|
|
|
- 5.11.2 + sync with Fedora
|
|
|
|
|
|
|
|
|
|
* Mon May 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-3
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
* Mon Jul 09 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-2
|
|
|
|
|
- Drop dependency on qt5-qtenginio
|
|
|
|
|
|
|
|
|
|
* Tue Mar 20 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.10.1-2
|
|
|
|
|
- Add missing %%python_provide macros
|
|
|
|
|
- Rename python2 packages to python2-*
|
|
|
|
|
* Thu Jun 28 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-1
|
|
|
|
|
- PyQt5-5.11 + sync with Fedora
|
|
|
|
|
- Drop dependency on phonon and python2 support
|
|
|
|
|
|
|
|
|
|
* Tue Mar 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-1
|
|
|
|
|
- 5.10.1, use %%make_build
|
|
|
|
|
* Mon May 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
|
|
|
|
- Update to 5.10.1 andd rop dependency on qt5-qtwebkit and qt5-qtwebengine
|
|
|
|
|
|
|
|
|
|
* Sat Mar 03 2018 Sérgio Basto <sergio@serjux.com> - 5.10-4
|
|
|
|
|
- Enable python3 on epel7
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10-3
|
|
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.0-3
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10-2
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10-1
|
|
|
|
|
* Tue Jan 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-1
|
|
|
|
|
- PyQt5-5.10
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-5
|
|
|
|
@ -817,3 +700,4 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
* Wed Jan 08 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2-1
|
|
|
|
|
- PyQt-5.2
|
|
|
|
|
|
|
|
|
|