Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zstd for openSUSE:Factory checked in 
at 2024-04-05 20:25:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zstd (Old)
 and      /work/SRC/openSUSE:Factory/.zstd.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zstd"

Fri Apr  5 20:25:53 2024 rev:38 rq:1164315 version:1.5.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/zstd/zstd.changes        2024-03-20 
21:09:35.091453917 +0100
+++ /work/SRC/openSUSE:Factory/.zstd.new.1905/zstd.changes      2024-04-05 
20:26:12.387008227 +0200
@@ -1,0 +2,10 @@
+Thu Mar 28 15:56:09 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 1.5.6:
+  * Introduce a new stable parameter ZSTD_c_targetCBlockSize, 
+    enabling the division of blocks into smaller segments to
+    enhance initial byte delivery speed for congested networks
+  * library allows allow ganular binary size selection
+- drop zstd-pr-3961.patch, merged upstream
+
+-------------------------------------------------------------------

Old:
----
  zstd-1.5.5.tar.gz
  zstd-1.5.5.tar.gz.sig
  zstd-pr-3961.patch

New:
----
  zstd-1.5.6.tar.gz
  zstd-1.5.6.tar.gz.sig

BETA DEBUG BEGIN:
  Old:  * library allows allow ganular binary size selection
- drop zstd-pr-3961.patch, merged upstream
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zstd.spec ++++++
--- /var/tmp/diff_new_pack.FXZxia/_old  2024-04-05 20:26:14.423083107 +0200
+++ /var/tmp/diff_new_pack.FXZxia/_new  2024-04-05 20:26:14.439083695 +0200
@@ -16,14 +16,14 @@
 #
 
 
+%define libname libzstd1
 %if 0%{?suse_version} <= 1500
 %define with_gzip 0
 %else
 %define with_gzip 1
 %endif
-%define libname libzstd1
 Name:           zstd
-Version:        1.5.5
+Version:        1.5.6
 Release:        0
 Summary:        Zstandard compression tools
 License:        BSD-3-Clause AND GPL-2.0-only
@@ -34,8 +34,6 @@
 Source2:        zstd.keyring
 Source99:       baselibs.conf
 Patch1:         pzstd.1.patch
-# PATCH-FIX-UPSTREAM - https://github.com/facebook/zstd/pull/3961
-Patch2:         zstd-pr-3961.patch
 BuildRequires:  gcc
 # C++ is needed for pzstd only
 BuildRequires:  gcc-c++
@@ -90,16 +88,16 @@
 
 Needed for compiling programs that link with the library.
 
-%if %with_gzip
+%if %{with_gzip}
 %package gzip
 Summary:        zstd and zlib based gzip drop-in
 Group:          Productivity/Archiving/Compression
+Requires:       %{name} >= %{version}
 Conflicts:      busybox-gzip
 Conflicts:      gzip
 Conflicts:      alternative(gzip)
 Provides:       gzip
 Provides:       alternative(gzip)
-Requires:       %{name} >= %{version}
 
 %description gzip
 Zstd, short for Zstandard, is a lossless compression algorithm,
@@ -132,14 +130,13 @@
 %make_install V=1 VERBOSE=1 prefix=%{_prefix} libdir=%{_libdir}
 install -D -m755 contrib/pzstd/pzstd %{buildroot}%{_bindir}/pzstd
 install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
-%if %with_gzip
+%if %{with_gzip}
 ln -s zstd %{buildroot}/%{_bindir}/gzip
 ln -s zstd %{buildroot}/%{_bindir}/gunzip
 ln -s zstdcat %{buildroot}/%{_bindir}/zcat
 %endif
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{libname}
 
 %files
 %license COPYING LICENSE
@@ -164,10 +161,12 @@
 %{_libdir}/libzstd.so
 
 %files -n lib%{name}-devel-static
+%license COPYING LICENSE
 %{_libdir}/libzstd.a
 
-%if %with_gzip
+%if %{with_gzip}
 %files gzip
+%license COPYING LICENSE
 %{_bindir}/gzip
 %{_bindir}/gunzip
 %{_bindir}/zcat

++++++ pzstd.1.patch ++++++
--- /var/tmp/diff_new_pack.FXZxia/_old  2024-04-05 20:26:14.759095464 +0200
+++ /var/tmp/diff_new_pack.FXZxia/_new  2024-04-05 20:26:14.775096053 +0200
@@ -1,11 +1,11 @@
-Index: zstd-1.5.4/programs/zstd.1
+Index: zstd-1.5.6/programs/zstd.1
 ===================================================================
---- zstd-1.5.4.orig/programs/zstd.1
-+++ zstd-1.5.4/programs/zstd.1
-@@ -171,6 +171,12 @@ do not store the original filename and t
- .TP
+--- zstd-1.5.6.orig/programs/zstd.1
++++ zstd-1.5.6/programs/zstd.1
+@@ -258,6 +258,12 @@ do not store the original filename and t
  \fB\-\-best\fR
  alias to the option \fB\-9\fR\.
+ .
 +.SS Parallel Zstd OPTIONS
 +Additional options for the pzstd utility
 +.TP
@@ -13,6 +13,6 @@
 + number of threads to use for (de)compression (default:4)
 +.
  .SS "Environment Variables"
- Employing environment variables to set parameters has security implications\. 
Therefore, this avenue is intentionally limited\. Only \fBZSTD_CLEVEL\fR and 
\fBZSTD_NBTHREADS\fR are currently supported\. They set the compression level 
and number of threads to use during compression, respectively\.
- .P
+ Employing environment variables to set parameters has security implications\. 
Therefore, this avenue is intentionally limited\. Only \fBZSTD_CLEVEL\fR and 
\fBZSTD_NBTHREADS\fR are currently supported\. They set the default compression 
level and number of threads to use during compression, respectively\.
+ .
 

++++++ zstd-1.5.5.tar.gz -> zstd-1.5.6.tar.gz ++++++
++++ 24196 lines of diff (skipped)

Reply via email to