diff --git a/.gitignore b/.gitignore index ff73d40..51a4526 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /snappy-1.0.5.tar.gz /snappy-1.1.0.tar.gz /snappy-1.1.1.tar.gz +/snappy-1.1.3.tar.gz diff --git a/snappy.spec b/snappy.spec index b5b84da..5859a86 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,13 +1,12 @@ Name: snappy -Version: 1.1.1 -Release: 6%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Summary: Fast compression and decompression library Group: System Environment/Libraries License: BSD URL: http://code.google.com/p/snappy/ -Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz - +Source0: https://github.com/google/snappy/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtest-devel @@ -71,6 +70,9 @@ make check %changelog +* Tue Jul 14 2015 Martin Gieseking 1.1.3-1 +- Updated to new release. + * Fri Jun 19 2015 Fedora Release Engineering - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index bc9a1d1..a14af29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8887e3b7253b22a31f5486bca3cbc1c2 snappy-1.1.1.tar.gz +7358c82f133dc77798e4c2062a749b73 snappy-1.1.3.tar.gz