From 3e086960fb9592ac2bb9b1e50256eab39c6772fb Mon Sep 17 00:00:00 2001 From: Jan Staněk Date: May 22 2013 11:38:15 +0000 Subject: Update to 3.7.17 (http://www.sqlite.org/releaselog/3_7_17.html) --- diff --git a/.gitignore b/.gitignore index df599fa..7db5dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ /sqlite-src-3071601.zip /sqlite-doc-3071602.zip /sqlite-src-3071602.zip +/sqlite-src-3071700.zip +/sqlite-doc-3071700.zip diff --git a/sources b/sources index 4289848..a3344d0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2561853991248a951cd15347d51375d0 sqlite-doc-3071602.zip -0d821779acdb56eee1fd71343b41a1cc sqlite-src-3071602.zip +20f31ef72d9874fd8749c66441eaff74 sqlite-src-3071700.zip +f8a99a3db44c9564b32fc47eca6d8cf0 sqlite-doc-3071700.zip diff --git a/sqlite.spec b/sqlite.spec index a8b74fd..d2dd0b7 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,14 +3,14 @@ %bcond_with static %bcond_without check -%define realver 3071602 -%define docver 3071602 -%define rpmver 3.7.16.2 +%define realver 3071700 +%define docver 3071700 +%define rpmver 3.7.17 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 +* Wed May 22 2013 Jan Stanek - 3.7.17-1 +- Update to 3.7.17 (http://www.sqlite.org/releaselog/3_7_17.html) + * Thu May 16 2013 Jan Stanek - 3.7.16.2-2 - Added missing options to man page (#948862)