From 4d19309134f25e5e132ef963ccd708b4f6d454e84eb3cdbfae570efff1cbe01c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 16 Oct 2019 07:15:49 +0000 Subject: [PATCH 1/2] Accepting request 738637 from home:pgajdos - version update to 1.9.2 * decompression functions were reading a few bytes beyond input size * api: lz4frame initializers compatibility with c++, reported by @degski * cli : added command --list, based on a patch by @gabrielstedman OBS-URL: https://build.opensuse.org/request/show/738637 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=43 --- lz4-1.9.1.tar.gz | 3 --- lz4-1.9.2.tar.gz | 3 +++ lz4.changes | 8 ++++++++ lz4.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 lz4-1.9.1.tar.gz create mode 100644 lz4-1.9.2.tar.gz diff --git a/lz4-1.9.1.tar.gz b/lz4-1.9.1.tar.gz deleted file mode 100644 index 53baf1d..0000000 --- a/lz4-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8377c89dad5c9f266edc0be9b73595296ecafd5bfa1000de148096c50052dc4 -size 285336 diff --git a/lz4-1.9.2.tar.gz b/lz4-1.9.2.tar.gz new file mode 100644 index 0000000..33254f9 --- /dev/null +++ b/lz4-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc +size 305796 diff --git a/lz4.changes b/lz4.changes index dbe6dd4..54ecd52 100644 --- a/lz4.changes +++ b/lz4.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 15 14:48:45 UTC 2019 - pgajdos@suse.com + +- version update to 1.9.2 + * decompression functions were reading a few bytes beyond input size + * api: lz4frame initializers compatibility with c++, reported by @degski + * cli : added command --list, based on a patch by @gabrielstedman + ------------------------------------------------------------------- Thu Jun 6 18:26:39 UTC 2019 - Jan Engelhardt diff --git a/lz4.spec b/lz4.spec index 8d1eea1..4d4e19f 100644 --- a/lz4.spec +++ b/lz4.spec @@ -18,7 +18,7 @@ %define lname liblz4-1 Name: lz4 -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Hash-based Predictive Lempel–Ziv compressor License: GPL-2.0-or-later AND BSD-2-Clause From ef1e7960f2e623737cec5f4e4f7e1e18c8eff6772668ad3d31f923fbeb138c29 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 16 Oct 2019 12:10:24 +0000 Subject: [PATCH 2/2] Accepting request 738859 from home:pgajdos - enable testsuite - verbose build OBS-URL: https://build.opensuse.org/request/show/738859 OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=44 --- lz4.changes | 6 ++++++ lz4.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lz4.changes b/lz4.changes index 54ecd52..b6b6356 100644 --- a/lz4.changes +++ b/lz4.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 16 08:51:54 UTC 2019 - pgajdos@suse.com + +- enable testsuite +- verbose build + ------------------------------------------------------------------- Tue Oct 15 14:48:45 UTC 2019 - pgajdos@suse.com diff --git a/lz4.spec b/lz4.spec index 4d4e19f..7aa2015 100644 --- a/lz4.spec +++ b/lz4.spec @@ -71,10 +71,7 @@ applications that want to make use of liblz4. %patch -P 2 -p1 %build -# Goddammit, lz4, stop hardcoding silent mode. -perl -i -pe 's{^\t@}{\t}g' Makefile */Makefile - -make %{?_smp_mflags} CFLAGS="%optflags" +V=1 make %{?_smp_mflags} CFLAGS="%optflags" %install %make_install PREFIX="%_prefix" LIBDIR="%_libdir" @@ -82,6 +79,7 @@ rm -f "%buildroot/%_libdir"/*.a %check LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4" +make %{?_smp_mflags} check %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig