update to release 1.1.3

This commit is contained in:
Martin Gieseking 2015-07-14 23:01:07 +02:00
parent 2171f94ff1
commit 47f31a412e
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <martin.gieseking@uos.de> 1.1.3-1
- Updated to new release.
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
8887e3b7253b22a31f5486bca3cbc1c2 snappy-1.1.1.tar.gz
7358c82f133dc77798e4c2062a749b73 snappy-1.1.3.tar.gz