From a4863e8ba7ccc98e2acbda75dd17f76941b76b5a1901a4a0d6a09ce8e62fc667 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Feb 2018 14:56:10 +0000 Subject: [PATCH] - changes to the build are not too interesting to the user. - restore verbose making of liblz4.so. OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=35 --- lz4.changes | 4 ---- lz4.spec | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lz4.changes b/lz4.changes index a9861ff..29079f3 100644 --- a/lz4.changes +++ b/lz4.changes @@ -40,11 +40,7 @@ Wed Feb 7 04:32:52 UTC 2018 - avindra@opensuse.org + cli : fix : do not modify /dev/null permission as root + api : _destSize() variant supported for all compression levels - + build : make and make test compatible with parallel build -jX - + build : can control LZ4LIB_VISIBILITY macro - + install: fix man page directory - partial cleanup with spec-cleaner -- rebase lz4-use-shlib.diff - drop lz4-use-shlib.diff, breaks build - misc spec cleanups - remove Makefile fix diff --git a/lz4.spec b/lz4.spec index 0b27d78..4bcbce2 100644 --- a/lz4.spec +++ b/lz4.spec @@ -71,6 +71,9 @@ 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" %install