[sqlite] - update to 3.7.11

Panu Matilainen pmatilai at fedoraproject.org
Mon Mar 26 07:40:43 UTC 2012


commit 7712aba608e8748d2ecd297a6236b08a2652b287
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Mar 26 10:40:34 2012 +0300

    - update to 3.7.11

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |    9 ++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0508d93..6d4424f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@
 /sqlite-doc-3070900.zip
 /sqlite-src-3071000.zip
 /sqlite-doc-3071000.zip
+/sqlite-src-3071100.zip
+/sqlite-doc-3071100.zip
diff --git a/sources b/sources
index 1148ff1..04cf647 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-16da2e08ce2233556965cdf20d614bd9  sqlite-src-3071000.zip
-d4c8070ea2cec54b77002c265e680b0f  sqlite-doc-3071000.zip
+73e2340ca2682ae914168d99c1f26e66  sqlite-src-3071100.zip
+c1fb48beff33612b2c7f5ae6ab17a601  sqlite-doc-3071100.zip
diff --git a/sqlite.spec b/sqlite.spec
index 475546a..1d1b558 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,9 +3,9 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3071000
-%define docver 3071000
-%define rpmver 3.7.10
+%define realver 3071100
+%define docver 3071100
+%define rpmver 3.7.11
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
@@ -179,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Mar 26 2012 Panu Matilainen <pmatilai at redhat.com> - 3.7.11-1
+- update to 3.7.11 (http://www.sqlite.org/releaselog/3_7_11.html)
+
 * Wed Mar 07 2012 Panu Matilainen <pmatilai at redhat.com> - 3.7.10-1
 - update to 3.7.10 (http://www.sqlite.org/releaselog/3_7_10.html)
 


More information about the scm-commits mailing list