Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zstd for openSUSE:Factory checked in at 2023-01-07 17:15:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zstd (Old) and /work/SRC/openSUSE:Factory/.zstd.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zstd" Sat Jan 7 17:15:37 2023 rev:29 rq:1046687 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/zstd/zstd.changes 2022-02-07 23:36:51.742941600 +0100 +++ /work/SRC/openSUSE:Factory/.zstd.new.1563/zstd.changes 2023-01-07 17:15:38.896700499 +0100 @@ -1,0 +2,5 @@ +Tue Jan 3 09:03:22 UTC 2023 - Dirk Müller <[email protected]> + +- add zcat in zstd-gzip (needed by for example the kernel scripts) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zstd.spec ++++++ --- /var/tmp/diff_new_pack.wCax8B/_old 2023-01-07 17:15:39.652705010 +0100 +++ /var/tmp/diff_new_pack.wCax8B/_new 2023-01-07 17:15:39.656705034 +0100 @@ -1,7 +1,7 @@ # # spec file for package zstd # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -50,7 +50,9 @@ + # This compression summary is based on https://lists.opensuse.org/opensuse-factory/2019-05/msg00344.html + %package -n %{libname} Summary: Zstd compression library Group: System/Libraries @@ -88,9 +90,9 @@ %package gzip Summary: zstd and zlib based gzip drop-in Group: Productivity/Archiving/Compression -Conflicts: alternative(gzip) -Conflicts: gzip Conflicts: busybox-gzip +Conflicts: gzip +Conflicts: alternative(gzip) Provides: gzip Provides: alternative(gzip) Requires: %{name} >= %{version} @@ -127,6 +129,7 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 ln -s zstd %{buildroot}/%{_bindir}/gzip ln -s zstd %{buildroot}/%{_bindir}/gunzip +ln -s zstdcat %{buildroot}/%{_bindir}/zcat %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -159,5 +162,6 @@ %files gzip %{_bindir}/gzip %{_bindir}/gunzip +%{_bindir}/zcat %changelog
