From 12cd2c9dec636514274259b06517aa0cbde0854e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 06:22:23 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jbig2dec.git#2ef18a7dd8764d5181993a7a75b33582b2bdedb6 --- jbig2dec.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jbig2dec.spec b/jbig2dec.spec index 91853bd..8baec4d 100644 --- a/jbig2dec.spec +++ b/jbig2dec.spec @@ -1,6 +1,6 @@ Name: jbig2dec Version: 0.19 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A decoder implementation of the JBIG2 image compression format License: AGPLv3+ URL: http://jbig2dec.sourceforge.net/ @@ -8,6 +8,7 @@ Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download Requires: %{name}-libs = %{version}-%{release} BuildRequires: libtool BuildRequires: libpng-devel +BuildRequires: make %description jbig2dec is a decoder implementation of the JBIG2 image compression format. @@ -79,6 +80,9 @@ rm -f %{buildroot}%{_libdir}/*.la %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.19-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Dec 13 2020 Orion Poplawski - 0.19-3 - Use autoreconf -f to remove rpath - Use --disable-static to disable static builds