From ee82afe27ef78c8c9348c45b0ef3103403be7b41 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 Sep 2019 15:17:13 -0500 Subject: [PATCH] fix sip dep harder --- python3-poppler-qt5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3-poppler-qt5.spec b/python3-poppler-qt5.spec index fb3dfe1..ab0c452 100644 --- a/python3-poppler-qt5.spec +++ b/python3-poppler-qt5.spec @@ -1,6 +1,6 @@ Name: python3-poppler-qt5 Version: 0.24.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Python bindings for the Poppler PDF rendering library License: LGPLv2+ @@ -8,10 +8,10 @@ URL: https://github.com/wbsoft/python-poppler-qt5 Source0: %{url}/archive/%{version}.tar.gz#/python-poppler-qt5-%{version}.tar.gz Patch0: faf4d1308f89560b0d849671226e3080dfc72e79.patch Requires: python3-qt5 -Requires: python3-sip BuildRequires: python3-devel BuildRequires: python3-qt5-devel BuildRequires: python3-sip-devel >= 4.9.1 +%{?_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}} BuildRequires: pkgconfig(poppler-qt5) # we don't want to provide private python extension libs @@ -46,6 +46,9 @@ sed -i s/\'qmake\'/\'qmake-qt5\'/g setup.py %{python3_sitearch}/python_poppler* %changelog +* Wed Sep 18 2019 Rex Dieter - 0.24.2-15 +- fix sip dep harder + * Mon Aug 19 2019 Miro HronĨok - 0.24.2-14 - Rebuilt for Python 3.8