From b56e09d6f7c292c1f29d589f20915db57f040dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 18 May 2021 12:34:51 +0100 Subject: [PATCH] document that libwmf bundles a modified old copy of gd 2.0.1 beta as per https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle see src/extra/gd/readme.txt "This is gd 2.0.1 BETA" so declare 2.0.0 as earliest version --- libwmf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libwmf.spec b/libwmf.spec index 62df208..09b63e3 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,7 +1,7 @@ Summary: Windows MetaFile Library Name: libwmf Version: 0.2.12 -Release: 5%{?dist} +Release: 6%{?dist} #libwmf is under the LGPLv2+, however... #1. The tarball contains an old version of the urw-fonts under GPL+. # Those fonts are not installed @@ -11,6 +11,8 @@ License: LGPLv2+ and GPLv2+ and GPL+ Source: https://github.com/caolanm/libwmf/archive/v%{version}.tar.gz URL: https://github.com/caolanm/libwmf +Provides: bundled(gd) = 2.0.0 + Requires: urw-fonts Requires: %{name}-lite = %{version}-%{release} @@ -92,6 +94,10 @@ sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/ %changelog +* Tue May 18 2021 Caolán McNamara - 0.2.12-6 +- document that libwmf bundles a modified old copy of gd 2.0.1 + https://fedoraproject.org/wiki/Bundled_Libraries#Requirement_if_you_bundle + * Tue Jan 26 2021 Fedora Release Engineering - 0.2.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild