[sqlite] - update to 3.7.0.1

Panu Matilainen pmatilai at fedoraproject.org
Fri Aug 13 10:01:08 UTC 2010


commit 13839730a0c1d45e1d5d24d52047e53d35988792
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Fri Aug 13 12:52:31 2010 +0300

    - update to 3.7.0.1

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |    7 +++++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba68a32..93a5bdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 sqlite_docs_3_6_23.zip
 sqlite-3.6.23.1.tar.gz
+/sqlite-3.7.0.1.tar.gz
+/sqlite_docs_3_7_0.zip
diff --git a/sources b/sources
index 025b479..5f02b87 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4e724623aa011b1cadcf80e0b84d8895  sqlite_docs_3_6_23.zip
-d99f1b31da0eb33271464bee15cec701  sqlite-3.6.23.1.tar.gz
+d25d7551ba6bb310362cb0e7d4906f25  sqlite-3.7.0.1.tar.gz
+8abc83dcfbcc34a1d1a115b157643c49  sqlite_docs_3_7_0.zip
diff --git a/sqlite.spec b/sqlite.spec
index 800c8e6..ce72854 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -4,13 +4,13 @@
 %bcond_without check
 
 # upstream doesn't provide separate -docs sources for all minor releases
-%define basever 3.6.23
+%define basever 3.7.0
 %define docver %(echo %{basever}|sed -e "s/\\./_/g")
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: %{basever}.1
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Public Domain
 Group: Applications/Databases
 URL: http://www.sqlite.org/
@@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Aug 13 2010 Panu Matilainen <pmatilai at redhat.com> - 3.7.0.1-1
+- update to 3.7.0.1 (http://www.sqlite.org/releaselog/3_7_0_1.html)
+
 * Sat Jul  3 2010 Dan Horák <dan[at]danny.cz> - 3.6.23.1-2
 - some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there
 


More information about the scm-commits mailing list