Hello community, here is the log from the commit of package tiff for openSUSE:Factory checked in at 2020-04-05 20:50:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiff (Old) and /work/SRC/openSUSE:Factory/.tiff.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiff" Sun Apr 5 20:50:49 2020 rev:79 rq:790472 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tiff/tiff.changes 2019-11-11 12:58:01.873540418 +0100 +++ /work/SRC/openSUSE:Factory/.tiff.new.3248/tiff.changes 2020-04-05 20:51:08.933045063 +0200 @@ -1,0 +2,10 @@ +Wed Apr 1 06:48:35 UTC 2020 - Martin Pluskal <[email protected]> + +- Drop webp support as it would introduce build cycle + +------------------------------------------------------------------- +Mon Mar 30 15:25:24 UTC 2020 - Martin Pluskal <[email protected]> + +- Enable zstd and webp support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiff.spec ++++++ --- /var/tmp/diff_new_pack.W3TLR9/_old 2020-04-05 20:51:11.365047389 +0200 +++ /var/tmp/diff_new_pack.W3TLR9/_new 2020-04-05 20:51:11.365047389 +0200 @@ -1,7 +1,7 @@ # # spec file for package tiff # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ BuildRequires: libtool BuildRequires: lzma-devel BuildRequires: pkgconfig +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib) %description @@ -79,7 +80,7 @@ %if %{asan_build} find -name Makefile | xargs sed -i 's/\(^CFLAGS.*\)/\1 -fsanitize=address/' %endif -make %{?_smp_mflags} LDFLAGS="-pie" +%make_build LDFLAGS="-pie" %install mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}
