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