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