diff --git a/.gitignore b/.gitignore index 018948a..8956b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /snappy-1.0.0.tar.gz /snappy-1.0.2.tar.gz +/snappy-1.0.3.tar.gz diff --git a/snappy.spec b/snappy.spec index 4afc453..7540d4c 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,5 +1,5 @@ Name: snappy -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Fast compression and decompression library @@ -61,11 +61,16 @@ make check %files devel %defattr(-,root,root,-) +%doc format_description.txt %{_includedir}/snappy*.h %{_libdir}/libsnappy.so %changelog +* Sat Jun 04 2011 Martin Gieseking 1.0.3-1 +- updated to release 1.0.3 +- added format description to devel package + * Fri Apr 29 2011 Martin Gieseking 1.0.2-1 - updated to release 1.0.2 - changed License to BSD diff --git a/sources b/sources index 508cd73..2134040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e684066cda5bf4ad87907a6ecc185e26 snappy-1.0.2.tar.gz +9d328e39edbf01c0906c6293234a7637 snappy-1.0.3.tar.gz