[sqlite] - update to 3.7.9

Panu Matilainen pmatilai at fedoraproject.org
Tue Nov 22 16:51:13 UTC 2011


commit f09581c42a6e08f26de2d33aef24c9fe4fd94833
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Tue Nov 22 18:50:41 2011 +0200

    - update to 3.7.9

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |    7 +++++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac19820..3b77edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@
 /sqlite-doc-3070701.zip
 /sqlite-src-3070800.zip
 /sqlite-doc-3070800.zip
+/sqlite-src-3070900.zip
+/sqlite-doc-3070900.zip
diff --git a/sources b/sources
index 2ae7ff7..06e6157 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c0a5d506b0122b9b72791b0f25a65810  sqlite-src-3070800.zip
-56c2e37c65075c612710ae1aba9703f2  sqlite-doc-3070800.zip
+b2646c5a0c0b5bc6b8f0b67fc318bab3  sqlite-src-3070900.zip
+c48c231dd43d3b74f1d00c36424d87f4  sqlite-doc-3070900.zip
diff --git a/sqlite.spec b/sqlite.spec
index d1cb4f9..fa8f4a5 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,8 +3,8 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3070800
-%define docver 3070800
+%define realver 3070900
+%define docver 3070900
 %define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
 
 Summary: Library that implements an embeddable SQL database engine
@@ -174,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Nov 22 2011 Panu Matilainen <pmatilai at redhat.com> - 3.7.9-1
+- update to 3.7.9 (http://www.sqlite.org/releaselog/3_7_9.html)
+
 * Fri Oct 28 2011 Panu Matilainen <pmatilai at redhat.com> - 3.7.8-1
 - update to 3.7.8 (http://www.sqlite.org/releaselog/3_7_8.html)
 


More information about the scm-commits mailing list