Hello community,

here is the log from the commit of package squashfs for openSUSE:Factory 
checked in at 2020-09-23 18:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squashfs (Old)
 and      /work/SRC/openSUSE:Factory/.squashfs.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squashfs"

Wed Sep 23 18:38:43 2020 rev:41 rq:834325 version:4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes        2020-04-15 
20:08:01.162167357 +0200
+++ /work/SRC/openSUSE:Factory/.squashfs.new.4249/squashfs.changes      
2020-09-23 18:39:10.349253485 +0200
@@ -1,0 +2,5 @@
+Tue Sep  1 17:16:30 UTC 2020 - Björn Voigt <bjoe...@arcor.de>
+
+- enabled ZSTD compression support for openSUSE >= 15.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ squashfs.spec ++++++
--- /var/tmp/diff_new_pack.i16HFG/_old  2020-09-23 18:39:11.789254811 +0200
+++ /var/tmp/diff_new_pack.i16HFG/_new  2020-09-23 18:39:11.793254814 +0200
@@ -29,6 +29,9 @@
 %if %{?suse_version} > 1315
 BuildRequires:  liblz4-devel
 %endif
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
+BuildRequires:  libzstd-devel
+%endif
 BuildRequires:  lzma-devel
 BuildRequires:  lzo-devel
 BuildRequires:  zlib-devel
@@ -49,7 +52,10 @@
 sed -i -e "s|-O2|%{optflags} -fcommon|" squashfs-tools/Makefile
 make %{?_smp_mflags} -C squashfs-tools XZ_SUPPORT=1 LZO_SUPPORT=1 \
 %if %{?suse_version} > 1315
-   LZ4_SUPPORT=1
+   LZ4_SUPPORT=1 \
+%endif
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100
+   ZSTD_SUPPORT=1
 %endif
 
 %install


Reply via email to