From d1406bf2dfecf6ef1647b387200c116c3e041b5a Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Fri, 29 Apr 2011 17:36:18 +0200 Subject: [PATCH] updated to release 1.0.2 --- .gitignore | 1 + snappy.spec | 22 ++++++++-------------- sources | 2 +- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index f3f3cde..018948a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /snappy-1.0.0.tar.gz +/snappy-1.0.2.tar.gz diff --git a/snappy.spec b/snappy.spec index f1102ee..4afc453 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,21 +1,13 @@ Name: snappy -Version: 1.0.0 -Release: 3%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Fast compression and decompression library Group: System Environment/Libraries -License: ASL 2.0 +License: BSD URL: http://code.google.com/p/snappy/ Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz -# Add file COPYING from the upstream trunk as the one bundled with the current -# tarball contains the wrong license text (BSD). -Source1: http://snappy.googlecode.com/svn/trunk/COPYING - -# Initialize gtest properly. -# http://code.google.com/p/snappy/issues/detail?id=19 -Patch0: %{name}-%{version}-gtest.patch - BuildRequires: gtest-devel @@ -40,9 +32,6 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 - -cp -p %{SOURCE1} . %build @@ -77,6 +66,11 @@ make check %changelog +* Fri Apr 29 2011 Martin Gieseking 1.0.2-1 +- updated to release 1.0.2 +- changed License to BSD +- dropped the patch as it has been applied upstream + * Thu Mar 24 2011 Martin Gieseking 1.0.0-3 - added file COPYING from the upstream repo diff --git a/sources b/sources index c417d33..508cd73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d83bdcf0c79a8de608fa969c2909204 snappy-1.0.0.tar.gz +e684066cda5bf4ad87907a6ecc185e26 snappy-1.0.2.tar.gz