From f3b16591ce6ed5cb0648393f22208f425453b0f1 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Dec 08 2009 07:16:40 +0000 Subject: - update to 3.6.21 --- diff --git a/.cvsignore b/.cvsignore index dcd2e58..24eac03 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -sqlite-3.6.20.tar.gz -sqlite_docs_3_6_20.zip +sqlite-3.6.21.tar.gz +sqlite_docs_3_6_21.zip diff --git a/sources b/sources index aa089de..9f88565 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -0faf8fc8ccff5297513c6532b2b4ce23 sqlite-3.6.20.tar.gz -64d1f3ad4a20f92594fd7263d408ad83 sqlite_docs_3_6_20.zip +03a8498828866b407c61c0aaf8ebe66c sqlite-3.6.21.tar.gz +ae89f8a873e2825079fae06c1e9a3421 sqlite_docs_3_6_21.zip diff --git a/sqlite.spec b/sqlite.spec index 69dbda7..f1e9cda 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.20 +%define basever 3.6.21 %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 Dec 08 2009 Panu Matilainen - 3.6.21-1 +- update to 3.6.21 (http://www.sqlite.org/releaselog/3_6_21.html) + * Tue Nov 17 2009 Panu Matilainen - 3.6.20-1 - update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html)