[sqlite] Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)

Jan Staněk jstanek at fedoraproject.org
Tue Nov 25 08:53:23 UTC 2014


commit 4bb8b3ead81184842d62a8f9ad45cd240980c810
Author: Jan Staněk <jstanek at redhat.com>
Date:   Tue Nov 25 09:53:16 2014 +0100

    Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)

 .gitignore  |    2 ++
 sources     |    4 ++--
 sqlite.spec |    9 ++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5249471..518c1da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,5 @@
 /sqlite-doc-3080600.zip
 /sqlite-src-3080700.zip
 /sqlite-doc-3080700.zip
+/sqlite-src-3080702.zip
+/sqlite-doc-3080702.zip
diff --git a/sources b/sources
index b1ec565..1a7192a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a3a8a689c26bf99ba1dca78fb02c74c7  sqlite-src-3080700.zip
-d79dfd2505c57eff30df7b7395c2a0e9  sqlite-doc-3080700.zip
+d5f7285c59527caeb2e7401454fdc63e  sqlite-src-3080702.zip
+ce3fd656e1fbd02ba5312859265f5f22  sqlite-doc-3080702.zip
diff --git a/sqlite.spec b/sqlite.spec
index 77a5716..c9768ab 100644
--- a/sqlite.spec
+++ b/sqlite.spec
@@ -3,9 +3,9 @@
 %bcond_with static
 %bcond_without check
 
-%define realver 3080700
-%define docver 3080700
-%define rpmver 3.8.7
+%define realver 3080702
+%define docver 3080702
+%define rpmver 3.8.7.2
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
@@ -204,6 +204,9 @@ make test
 %endif
 
 %changelog
+* Tue Nov 25 2014 Jan Stanek <jstanek at redhat.com> - 3.8.7.2-1
+- Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)
+
 * Tue Oct 21 2014 Jan Stanek <jstanek at redhat.com> - 3.8.7-1
 - Updated to version 3.8.7 (http://sqlite.org/releaselog/3_8_7.html)
 - Dropped patch for problem fixed upstream


More information about the scm-commits mailing list