diff --git a/.gitignore b/.gitignore index 2f30a65..b79d5f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /leveldb-1.5.0.tar.gz /leveldb-1.7.0.tar.gz +/leveldb-1.9.0.tar.gz diff --git a/leveldb.spec b/leveldb.spec index 5ee4fa8..cf90632 100644 --- a/leveldb.spec +++ b/leveldb.spec @@ -1,6 +1,6 @@ Name: leveldb -Version: 1.7.0 -Release: 6%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: A fast and lightweight key/value database library by Google Group: Applications/Databases License: BSD @@ -82,6 +82,9 @@ make check %changelog +* Wed Feb 27 2013 gil cattaneo - 1.9.0-1 +- update to 1.9.0 + * Thu Feb 14 2013 Fedora Release Engineering - 1.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index fca0d5f..9772319 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c3c6cfbb16a21cdbea0db656aa32fec leveldb-1.7.0.tar.gz +12f11385cb58ae0de66d4bc2cc7f8194 leveldb-1.9.0.tar.gz