Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zopfli for openSUSE:Factory checked in at 2023-05-01 18:50:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zopfli (Old) and /work/SRC/openSUSE:Factory/.zopfli.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zopfli" Mon May 1 18:50:48 2023 rev:10 rq:1083737 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/zopfli/zopfli.changes 2019-12-12 23:18:17.578212784 +0100 +++ /work/SRC/openSUSE:Factory/.zopfli.new.1533/zopfli.changes 2023-05-01 18:50:50.049231602 +0200 @@ -1,0 +2,5 @@ +Sun Apr 30 10:45:46 UTC 2023 - Martin Pluskal <[email protected]> + +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zopfli.spec ++++++ --- /var/tmp/diff_new_pack.4VUwBg/_old 2023-05-01 18:50:50.629235044 +0200 +++ /var/tmp/diff_new_pack.4VUwBg/_new 2023-05-01 18:50:50.633235068 +0200 @@ -1,7 +1,7 @@ # # spec file for package zopfli # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,11 +29,13 @@ License: Apache-2.0 Group: Productivity/Archiving/Compression URL: https://github.com/google/zopfli -Source: https://github.com/google/zopfli/archive/zopfli-%{version}.tar.gz +Source0: https://github.com/google/zopfli/archive/zopfli-%{version}.tar.gz +Source1: baselibs.conf +BuildRequires: cmake >= 2.8.11 BuildRequires: gcc-c++ BuildRequires: help2man BuildRequires: make -BuildRequires: cmake >= 2.8.11 +%{?suse_build_hwcaps_libs} %description Example program for libzopfli to create gzip compatible files. Files can be @@ -83,18 +85,16 @@ install -D -pm 0644 build/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -D -pm 0644 build/%{pngname}.1 %{buildroot}%{_mandir}/man1/%{pngname}.1 -%post -n %{libname} -p /sbin/ldconfig -%post -n %{libpngname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig -%postun -n %{libpngname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} +%ldconfig_scriptlets -n %{libpngname} %files %doc README README.zopflipng %license COPYING %{_bindir}/%{name} %{_bindir}/zopflipng -%{_mandir}/man1/%{name}.1%{ext_man} -%{_mandir}/man1/zopflipng.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man1/zopflipng.1%{?ext_man} %files -n %{libname} %{_libdir}/libzopfli.so.* ++++++ baselibs.conf ++++++ libzopfli1 libzopflipng1
