From de02470f6d3937160522ffd458d877ccf49795c4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:30:29 +0000 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/libtiff.git#34a41de7b404e3a02b0750b82c921522ce5680e6 --- libtiff.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtiff.spec b/libtiff.spec index 06851d8..87b4668 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,7 +1,7 @@ Summary: Library of functions for manipulating TIFF format image files Name: libtiff Version: 4.1.0 -Release: 6%{?dist} +Release: 7%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ @@ -13,6 +13,7 @@ Patch1: libtiff-make-check.patch BuildRequires: gcc, gcc-c++ BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel BuildRequires: libtool automake autoconf pkgconfig +BuildRequires: make %description The libtiff package contains a library of functions for manipulating @@ -163,6 +164,9 @@ find html -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 4.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 04 2021 Nikola Forró - 4.1.0-6 - Build with ZSTD and WEBP support (#1911969)