From 04ef11c25a3ac790f10c14c5090ca92c0faf46cb Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mar 31 2013 08:48:54 +0000 Subject: - update to 3.7.16.1 --- diff --git a/.gitignore b/.gitignore index e1735f6..117d221 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ /sqlite-doc-3071502.zip /sqlite-src-3071600.zip /sqlite-doc-3071600.zip +/sqlite-doc-3071601.zip +/sqlite-src-3071601.zip diff --git a/sources b/sources index 71ebc82..29a13f4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -f24e1de071062eda96cd47b7418f0243 sqlite-src-3071600.zip -fbf875524bd3af1cf0b0580d13cc665e sqlite-doc-3071600.zip +2e70b7e064d2090dd14d21a9f781fb18 sqlite-doc-3071601.zip +1e9392b78f2f6a414635bfff9bccb759 sqlite-src-3071601.zip diff --git a/sqlite.spec b/sqlite.spec index 55ea2ac..0714ba8 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,9 +3,9 @@ %bcond_with static %bcond_without check -%define realver 3071600 -%define docver 3071600 -%define rpmver 3.7.16 +%define realver 3071601 +%define docver 3071601 +%define rpmver 3.7.16.1 Summary: Library that implements an embeddable SQL database engine Name: sqlite @@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Mar 31 2013 Panu Matilainen - 3.7.16.1-1 +- update to 3.7.16.1 (https://www.sqlite.org/releaselog/3_7_16_1.html) + * Wed Mar 20 2013 Panu Matilainen - 3.7.16-1 - update to 3.7.16 (http://www.sqlite.org/releaselog/3_7_16.html)