From 839e329fda10eb0e9c1a0ce35ef2f9d1c8c79aa9 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 11 Jul 2018 14:19:19 +0200 Subject: [PATCH] ship license in correct tag, mention optional change of license --- qpdf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qpdf.spec b/qpdf.spec index 43d4c69..28d921b 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,8 +1,10 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf Version: 8.1.0 -Release: 1%{?dist} +Release: 2%{?dist} # MIT: e.g. libqpdf/sha2.c +# upstream uses ASL 2.0 now, but he allowed other to distribute qpdf under +# old license (see README) License: Artistic 2.0 URL: http://qpdf.sourceforge.net/ Source0: http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz @@ -118,6 +120,9 @@ make check %changelog +* Wed Jul 11 2018 Zdenek Dohnal - 8.1.0-2 +- ship license in correct tag, mention optional change of license + * Mon Jun 25 2018 Zdenek Dohnal - 8.1.0-1 - 8.1.0 - more tests fail because aarch64 zlib optimization - add patch for it