diff --git a/.gitignore b/.gitignore index d556815..6748a27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /snappy-1.0.3.tar.gz /snappy-1.0.4.tar.gz /snappy-1.0.5.tar.gz +/snappy-1.1.0.tar.gz diff --git a/snappy.spec b/snappy.spec index 765e270..a7525be 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,6 +1,6 @@ Name: snappy -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Fast compression and decompression library Group: System Environment/Libraries @@ -65,12 +65,15 @@ make check %files devel %defattr(-,root,root,-) -%doc format_description.txt +%doc format_description.txt framing_format.txt %{_includedir}/snappy*.h %{_libdir}/libsnappy.so %changelog +* Wed Feb 06 2013 Martin Gieseking 1.1.0-1 +- updated to new release + * Sat Jul 21 2012 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index e8a112a..7702053 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c0af044e654f5983f4acbf00d1ac236 snappy-1.0.5.tar.gz +c8f3ef29b5281e78f4946b2d739cea4f snappy-1.1.0.tar.gz