diff --git a/1.1.3.tar.gz b/1.1.3.tar.gz deleted file mode 100644 index dd98a33..0000000 --- a/1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f94c0f816510a95d7521c725e9ddf48bfd600a0f6623d33c9a6a92ec824d8c12 -size 1122724 diff --git a/snappy-1.1.4.tar.gz b/snappy-1.1.4.tar.gz new file mode 100644 index 0000000..d002ca1 --- /dev/null +++ b/snappy-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134bfe122fd25599bb807bb8130e7ba6d9bdb851e0b16efcb83ac4f5d0b70057 +size 1491767 diff --git a/snappy.changes b/snappy.changes index 9423b46..1dd68c7 100644 --- a/snappy.changes +++ b/snappy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 15 23:55:17 UTC 2017 - toddrme2178@gmail.com + +- Version bump to 1.1.4 + * Fix a 1% performance regression when snappy is used in PIE executables. + * Improve compression performance by 5%. + * Improve decompression performance by 20%. +- Use better download url. + ------------------------------------------------------------------- Wed Jul 29 10:42:56 UTC 2015 - tchvatal@suse.com diff --git a/snappy.spec b/snappy.spec index 6a03d1d..c68e36f 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,7 +1,7 @@ # # spec file for package snappy # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,21 @@ %define lib_name libsnappy1 Name: snappy -Version: 1.1.3 +Version: 1.1.4 Release: 0 Summary: A fast compressor/decompressor library License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: https://github.com/google/snappy/ -Source0: https://github.com/google/snappy/archive/%{version}.tar.gz +Source0: https://github.com/google/snappy/releases/download/%{version}/snappy-%{version}.tar.gz Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: lzo-devel -BuildRequires: pkgconfig -BuildRequires: zlib-devel +BuildRequires: pkg-config +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -112,6 +112,7 @@ make %{?_smp_mflags} check %defattr(-,root,root,-) %{_includedir}/snappy*.h %{_libdir}/libsnappy.so +%{_libdir}/pkgconfig/snappy.pc %doc %{_defaultdocdir}/%{name} %exclude %{_defaultdocdir}/%{name}/COPYING