diff --git a/lz4-automake.diff b/lz4-automake.diff index dabd0bf..e7b7a56 100644 --- a/lz4-automake.diff +++ b/lz4-automake.diff @@ -13,7 +13,7 @@ Index: lz4/Makefile.am +AM_CFLAGS = -Wall -std=c99 + +bin_PROGRAMS = lz4 -+lz4_SOURCES = lz4.c lz4.h bench.c lz4demo.c ++lz4_SOURCES = lz4.c lz4.h lz4hc.c lz4hc.h bench.c lz4demo.c Index: lz4/configure.ac =================================================================== --- /dev/null diff --git a/lz4-svn60.tar.xz b/lz4-svn60.tar.xz deleted file mode 100644 index 48eeebd..0000000 --- a/lz4-svn60.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b8930dcad38afa293b10203022ba20934be7718c93484b628be891b9a93dc6e -size 14908 diff --git a/lz4-svn77.tar.xz b/lz4-svn77.tar.xz new file mode 100644 index 0000000..4b65ef6 --- /dev/null +++ b/lz4-svn77.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5377a0f42a3881eae447cc8ae1638e4b152f2b4dc6a55494a8fcfb08907e10 +size 18360 diff --git a/lz4.spec b/lz4.spec index 105c9b8..d486502 100644 --- a/lz4.spec +++ b/lz4.spec @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: lz4 -Version: 1.2d+60 +Version: 1.2d+77 Release: 0 Summary: Hash-based Predictive LZ compressor Group: Productivity/Archiving/Compression @@ -25,7 +25,7 @@ URL: http://code.google.com/p/lz4/ #SVN-Clone: http://lz4.googlecode.com/svn/trunk # Project offers no source tarballs. -Source: lz4-svn60.tar.xz +Source: lz4-svn77.tar.xz Patch1: lz4-automake.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf, automake, xz