From 163d5da8528cee194fb1326bf2ca5abc75d3d7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Mon, 4 Jan 2021 12:22:54 +0100 Subject: [PATCH] Build with ZSTD and WEBP support (#1911969) --- libtiff.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtiff.spec b/libtiff.spec index f9544a7..06851d8 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: 5%{?dist} +Release: 6%{?dist} License: libtiff URL: http://www.simplesystems.org/libtiff/ @@ -11,7 +11,7 @@ Patch0: libtiff-am-version.patch Patch1: libtiff-make-check.patch BuildRequires: gcc, gcc-c++ -BuildRequires: zlib-devel libjpeg-devel jbigkit-devel +BuildRequires: zlib-devel libjpeg-devel jbigkit-devel libzstd-devel libwebp-devel BuildRequires: libtool automake autoconf pkgconfig %description @@ -163,6 +163,9 @@ find html -name 'Makefile*' | xargs rm %{_mandir}/man1/* %changelog +* Mon Jan 04 2021 Nikola Forró - 4.1.0-6 +- Build with ZSTD and WEBP support (#1911969) + * Mon Nov 02 2020 Nikola Forró - 4.1.0-5 - Remove libtiff-devel dependency on arch-specific pkgconfig