[sqlite] Update to 3.8.0.2 (http://sqlite.org/releaselog/3_8_0_2.html)

Jan Staněk jstanek at fedoraproject.org
Thu Sep 5 12:20:24 UTC 2013


commit 3ce1b85a7d1de7b59d804e5b945e66178e365d2b
Author: Jan Staněk <jstanek at redhat.com>
Date:   Thu Sep 5 14:20:03 2013 +0200

    Update to 3.8.0.2 (http://sqlite.org/releaselog/3_8_0_2.html)

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |   11 +++++++----
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7db5dd2..d7ba7c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@
 /sqlite-src-3071602.zip
 /sqlite-src-3071700.zip
 /sqlite-doc-3071700.zip
+/sqlite-src-3080002.zip
+/sqlite-doc-3080002.zip
diff --git a/sources b/sources
index a3344d0..a5f1f26 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-20f31ef72d9874fd8749c66441eaff74  sqlite-src-3071700.zip
-f8a99a3db44c9564b32fc47eca6d8cf0  sqlite-doc-3071700.zip
+99c9161e32981fba8bed160a86485d03  sqlite-src-3080002.zip
+3f6cdfaff621cc3575ed71c66a396b75  sqlite-doc-3080002.zip
diff --git a/sqlite.spec b/sqlite.spec
index 6ca99f9..53e806f 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,14 +3,14 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3071700
-%define docver 3071700
-%define rpmver 3.7.17
+%define realver 3080002
+%define docver 3080002
+%define rpmver 3.8.0
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: %{rpmver}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Public Domain
 Group: Applications/Databases
 URL: http://www.sqlite.org/
@@ -193,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Sep 05 2013 Jan Stanek <jstanek at redhat.com> - 3.8.0-1
+- Update to 3.8.0.2 (http://sqlite.org/releaselog/3_8_0_2.html)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list