From 10b7004e32ac2a258c1a09c65aebd6bc358a3559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Fri, 12 Dec 2014 12:39:37 +0100 Subject: [PATCH] Updated to version 3.8.7.4 (http://www.sqlite.org/releaselog/3_8_7_4.html) --- .gitignore | 2 ++ sources | 4 ++-- sqlite.spec | 9 ++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 518c1da..1ea2add 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ /sqlite-doc-3080700.zip /sqlite-src-3080702.zip /sqlite-doc-3080702.zip +/sqlite-src-3080704.zip +/sqlite-doc-3080704.zip diff --git a/sources b/sources index 1a7192a..81c171f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d5f7285c59527caeb2e7401454fdc63e sqlite-src-3080702.zip -ce3fd656e1fbd02ba5312859265f5f22 sqlite-doc-3080702.zip +460fad10bea6b1cce19d012cebc3b463 sqlite-src-3080704.zip +42560edd0f320e09cfff045ca4f6a281 sqlite-doc-3080704.zip diff --git a/sqlite.spec b/sqlite.spec index c9768ab..7f2c8ba 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,9 +3,9 @@ %bcond_with static %bcond_without check -%define realver 3080702 -%define docver 3080702 -%define rpmver 3.8.7.2 +%define realver 3080704 +%define docver 3080704 +%define rpmver 3.8.7.4 Summary: Library that implements an embeddable SQL database engine Name: sqlite @@ -204,6 +204,9 @@ make test %endif %changelog +* Fri Dec 12 2014 Jan Stanek - 3.8.7.4-1 +- Updated to version 3.8.7.4 (http://www.sqlite.org/releaselog/3_8_7_4.html) + * Tue Nov 25 2014 Jan Stanek - 3.8.7.2-1 - Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)