Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fastlzlib for openSUSE:Factory checked in at 2024-02-05 22:01:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fastlzlib (Old) and /work/SRC/openSUSE:Factory/.fastlzlib.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fastlzlib" Mon Feb 5 22:01:57 2024 rev:3 rq:1144198 version:0.0+git.20150524 Changes: -------- --- /work/SRC/openSUSE:Factory/fastlzlib/fastlzlib.changes 2018-06-02 12:10:18.832026789 +0200 +++ /work/SRC/openSUSE:Factory/.fastlzlib.new.1815/fastlzlib.changes 2024-02-05 22:02:09.425088927 +0100 @@ -1,0 +2,6 @@ +Mon Feb 5 11:11:09 UTC 2024 - Martin Pluskal <mplus...@suse.com> + +- Modernise spec file +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fastlzlib.spec ++++++ --- /var/tmp/diff_new_pack.6xJobL/_old 2024-02-05 22:02:10.953144207 +0100 +++ /var/tmp/diff_new_pack.6xJobL/_new 2024-02-05 22:02:10.957144352 +0100 @@ -1,7 +1,7 @@ # # spec file for package fastlzlib # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,12 @@ # 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/ # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define sover 1 %define libname libfastlz%{sover} Name: fastlzlib @@ -26,10 +25,11 @@ Release: 0 Summary: Zlib-like encapsulation interface to LZ4/FastLZ License: BSD-2-Clause -Group: Development/Libraries/C and C++ URL: https://github.com/bareos/fastlzlib Source: %{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRequires: zlib-devel +%{?suse_build_hwcaps_libs} %description A library that bundles and wraps LZ4 and FastLZ in a zlib-like interface. @@ -52,20 +52,19 @@ wraps LZ4 and FastLZ in a zlib-like interface. %prep -%setup -q +%autosetup %build %configure \ --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print rm -rf %{buildroot}%{_datadir}/doc/libfastlz -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files %{_bindir}/fastlzcat ++++++ baselibs.conf ++++++ libfastlz1