From a237aeba67e9454c7c97c76f88326b2c97a35b02 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Nov 19 2009 11:17:46 +0000 Subject: - update to 3.6.20 --- diff --git a/.cvsignore b/.cvsignore index b2c5c19..dcd2e58 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -sqlite_docs_3_6_18.zip -sqlite-3.6.18.tar.gz +sqlite-3.6.20.tar.gz +sqlite_docs_3_6_20.zip diff --git a/sources b/sources index 7815db7..aa089de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4c5f5e694532c75841ffdef05cb1c117 sqlite_docs_3_6_18.zip -54fa7782a56edf0bf6016a2548b86c4c sqlite-3.6.18.tar.gz +0faf8fc8ccff5297513c6532b2b4ce23 sqlite-3.6.20.tar.gz +64d1f3ad4a20f92594fd7263d408ad83 sqlite_docs_3_6_20.zip diff --git a/sqlite.spec b/sqlite.spec index bb00203..69dbda7 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -4,7 +4,7 @@ %bcond_without check # upstream doesn't provide separate -docs sources for all minor releases -%define basever 3.6.18 +%define basever 3.6.20 %define docver %(echo %{basever}|sed -e "s/\\./_/g") Summary: Library that implements an embeddable SQL database engine @@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 17 2009 Panu Matilainen - 3.6.20-1 +- update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html) + * Tue Oct 06 2009 Panu Matilainen - 3.6.18-1 - update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html) - drop no longer needed test-disabler patches