From 3e61abfae3561970709bb36f5b4e3cc62f919486 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 23 Sep 2014 09:24:41 -0500 Subject: [PATCH] License field should contain GPLv3+ (#949515) --- poppler-data.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/poppler-data.spec b/poppler-data.spec index 98e764a..044c6f9 100644 --- a/poppler-data.spec +++ b/poppler-data.spec @@ -6,12 +6,13 @@ Summary: Encoding files Name: poppler-data Version: 0.4.7 -Release: 1%{?dist} +Release: 2%{?dist} # The cMap data files installed by the poppler-data package are # under the COPYING.adobe license # cidToUnicode, nameToUnicode and unicodeMap data files # are under the COPYING.gpl2 license -License: BSD and GPLv2 +# Identity-UTF16-H is GPLv3+ (from GPL ghostscript) +License: BSD and GPLv2 and GPLv3+ URL: http://poppler.freedesktop.org/ Source0: http://poppler.freedesktop.org/poppler-data-%{version}.tar.gz Source1: http://downloads.sourceforge.net/project/cmap.adobe/cmapresources_identity0.tar.z @@ -73,6 +74,9 @@ popd %changelog +* Tue Sep 23 2014 Rex Dieter 0.4.7-2 +- License field should contain GPLv3+ (#949515) + * Thu Aug 14 2014 Rex Dieter 0.4.7-1 - 0.4.7, .spec cleanup