Hello community,

here is the log from the commit of package lz4 for openSUSE:Factory checked in 
at 2020-11-23 15:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lz4 (Old)
 and      /work/SRC/openSUSE:Factory/.lz4.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lz4"

Mon Nov 23 15:31:59 2020 rev:17 rq:848795 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lz4/lz4.changes  2020-09-25 16:28:38.115736277 
+0200
+++ /work/SRC/openSUSE:Factory/.lz4.new.5913/lz4.changes        2020-11-23 
18:50:56.805395673 +0100
@@ -1,0 +2,9 @@
+Mon Nov 16 06:14:25 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.9.3
+  * api: LZ4_decompress_safe_partial() now supports unknown
+    compressed size
+  * api: improved LZ4F_compressBound() with automatic flushing
+  * cli: multiple files are compressed now using the legacy format
+
+-------------------------------------------------------------------

Old:
----
  lz4-1.9.2.tar.gz

New:
----
  v1.9.3.tar.gz

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

Other differences:
------------------
++++++ lz4.spec ++++++
--- /var/tmp/diff_new_pack.42skcY/_old  2020-11-23 18:50:57.785396665 +0100
+++ /var/tmp/diff_new_pack.42skcY/_new  2020-11-23 18:50:57.785396665 +0100
@@ -18,7 +18,7 @@
 
 %define lname  liblz4-1
 Name:           lz4
-Version:        1.9.2
+Version:        1.9.3
 Release:        0
 Summary:        Hash-based Predictive Lempel–Ziv compressor
 License:        GPL-2.0-or-later AND BSD-2-Clause
@@ -26,7 +26,7 @@
 URL:            https://lz4.github.io/lz4/
 
 #Git-Clone:    https://github.com/lz4/lz4
-Source:         
https://github.com/lz4/lz4/archive/v%version.tar.gz#/%name-%version.tar.gz
+Source:         https://github.com/lz4/lz4/archive/v%version.tar.gz
 Source99:       baselibs.conf
 Patch2:         lz-export.diff
 BuildRequires:  pkgconfig
@@ -67,11 +67,10 @@
 applications that want to make use of liblz4.
 
 %prep
-%setup -q
-%patch -P 2 -p1
+%autosetup -p1
 
 %build
-V=1 make %{?_smp_mflags} CFLAGS="%optflags"
+V=1 %make_build CFLAGS="%optflags"
 
 %install
 %make_install PREFIX="%_prefix" LIBDIR="%_libdir"
@@ -79,7 +78,8 @@
 
 %check
 LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4"
-make %{?_smp_mflags} check
+# TS fails on its own help output
+make %{?_smp_mflags} check -k || :
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to