From b5e877e09cf802274a811431e64835f6aa89f61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Dec 2018 07:37:12 +0100 Subject: [PATCH] Require proper library (#1331566) --- weasyprint.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/weasyprint.spec b/weasyprint.spec index c2c9b01..d8590fe 100644 --- a/weasyprint.spec +++ b/weasyprint.spec @@ -6,7 +6,7 @@ Name: weasyprint Version: 0.22 -Release: 13%{?dist} +Release: 14%{?dist} Group: Applications/File Summary: Utility to render HTML and CSS to PDF License: BSD @@ -18,7 +18,7 @@ Source0: https://github.com/Kozea/WeasyPrint/archive/v%{version}.tar.gz Patch0: weasyprint-0.19.2-shebang.patch BuildRequires: python2-devel python2-setuptools -Requires: python2-weasyprint = %{version}-%{release} +Requires: python3-weasyprint = %{version}-%{release} %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools %endif # if with_python3 @@ -96,7 +96,7 @@ popd %install %py2_install -chmod +x %{buildroot}%{python_sitelib}/weasyprint/tests/test_web/run.py +chmod +x %{buildroot}%{python2_sitelib}/weasyprint/tests/test_web/run.py %if 0%{?with_python3} pushd %{py3dir} @@ -120,6 +120,9 @@ popd %endif # with_python3 %changelog +* Wed Dec 12 2018 Miro HronĨok - 0.22-14 +- Require proper library (#1331566) + * Sat Jul 14 2018 Fedora Release Engineering - 0.22-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild