diff --git a/.gitignore b/.gitignore index c6b4ff3..13673f0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ /sqlite-doc-3071100.zip /sqlite-src-3071300.zip /sqlite-doc-3071300.zip +/sqlite-doc-3071400.zip +/sqlite-src-3071400.zip diff --git a/sources b/sources index 1f929bc..dc93c99 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -13bb3eaae94592ef3220ea23582763f5 sqlite-src-3071300.zip -16a003d5a619a6c725e3d81cf5aaba2a sqlite-doc-3071300.zip +5eaeaa2d0aef3b2c980aa784846fd562 sqlite-doc-3071400.zip +8d67486a003675f21f68014446e08748 sqlite-src-3071400.zip diff --git a/sqlite.spec b/sqlite.spec index 8f6e6bc..facab15 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,14 +3,14 @@ %bcond_with static %bcond_without check -%define realver 3071300 -%define docver 3071300 -%define rpmver 3.7.13 +%define realver 3071400 +%define docver 3071400 +%define rpmver 3.7.14 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/ @@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Oct 03 2012 Panu Matilainen - 3.7.14-1 +- update to 3.7.14 (http://www.sqlite.org/releaselog/3_7_14.html) + * Sat Jul 21 2012 Fedora Release Engineering - 3.7.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild