[sparsehash] Update to 1.10

Kalev Lember kalev at fedoraproject.org
Sat Jan 22 09:09:45 UTC 2011


commit ee4ce64b5821c2c30bfdc19140ed8c2ae0ed58eb
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Jan 22 11:09:28 2011 +0200

    Update to 1.10

 .gitignore      |    1 +
 sources         |    2 +-
 sparsehash.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c70b91a..b748725 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 sparsehash-1.8.1.tar.gz
 /sparsehash-1.9.tar.gz
+/sparsehash-1.10.tar.gz
diff --git a/sources b/sources
index 59a74c6..551a30f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62619e90ce39759d2e549bc270e85f5e  sparsehash-1.9.tar.gz
+dec9198b92d56e68d5a5951e15c622b7  sparsehash-1.10.tar.gz
diff --git a/sparsehash.spec b/sparsehash.spec
index 51dfd1e..9323ac4 100644
--- a/sparsehash.spec
+++ b/sparsehash.spec
@@ -2,7 +2,7 @@
 %global debug_package %{nil}
 
 Name:           sparsehash
-Version:        1.9
+Version:        1.10
 Release:        1%{?dist}
 Summary:        Extremely memory-efficient C++ hash_map implementation
 
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libsparsehash.pc
 
 %changelog
+* Sat Jan 22 2011 Kalev Lember <kalev at smartlink.ee> - 1.10-1
+- Update to 1.10
+
 * Fri Dec 17 2010 Kalev Lember <kalev at smartlink.ee> - 1.9-1
 - Update to 1.9
 - Added libsparsehash.pc pkgconfig file


More information about the scm-commits mailing list