[sqlite] - update to 3.7.8

Panu Matilainen pmatilai at fedoraproject.org
Fri Oct 28 13:02:02 UTC 2011


commit 649a471531e3a35f549149ca88bae3ecaa69e3b5
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Fri Oct 28 16:02:56 2011 +0300

    - update to 3.7.8

 .gitignore  |    2 ++
 sources     |    7 ++-----
 sqlite.spec |    7 +++++--
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7489de..ac19820 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /sqlite-src-3070603.zip
 /sqlite-src-3070701.zip
 /sqlite-doc-3070701.zip
+/sqlite-src-3070800.zip
+/sqlite-doc-3070800.zip
diff --git a/sources b/sources
index 473a99e..2ae7ff7 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,2 @@
-1ee582b962d3408b5825bffd404b3d33  sqlite-src-3070602.zip
-1c9b9da6f98f1da2d8958254662c393c  sqlite-doc-3070600.zip
-f8e22ec0931c91f029d539fe3f5ef0f9  sqlite-src-3070603.zip
-9162803d0a82421a2df9d907e721a758  sqlite-src-3070701.zip
-2bca5613abf9352bc525b6a8fd80156e  sqlite-doc-3070701.zip
+c0a5d506b0122b9b72791b0f25a65810  sqlite-src-3070800.zip
+56c2e37c65075c612710ae1aba9703f2  sqlite-doc-3070800.zip
diff --git a/sqlite.spec b/sqlite.spec
index fc3cd33..d1cb4f9 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,8 +3,8 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3070701
-%define docver 3070701
+%define realver 3070800
+%define docver 3070800
 %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
+* 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)
+
 * Wed Jul 13 2011 Panu Matilainen <pmatilai at redhat.com> - 3.7.7.1-1
 - update to 3.7.7.1 (http://www.sqlite.org/releaselog/3_7_7_1.html)
 - autoconf no longer needed for build, libdl check finally upstreamed


More information about the scm-commits mailing list