update to release 1.1.3
This commit is contained in:
parent
2171f94ff1
commit
47f31a412e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
10
snappy.spec
10
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user