diff --git a/.cvsignore b/.cvsignore index 9fbfa8e..e6096f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sqlite-3.6.7.tar.gz +sqlite-3.6.10.tar.gz diff --git a/sources b/sources index 4d964e3..6722700 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5223d1f459b608ed8c2c54f8847f8e1a sqlite-3.6.7.tar.gz +a03bdc86df4025b6881d58557e4b5bd3 sqlite-3.6.10.tar.gz diff --git a/sqlite.spec b/sqlite.spec index 24708e5..f36d040 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -5,7 +5,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite -Version: 3.6.7 +Version: 3.6.10 Release: 1%{?dist} License: Public Domain Group: Applications/Databases @@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Jan 22 2009 Panu Matilainen - 3.6.10-1 +- update to 3.6.10 + * Wed Dec 31 2008 Panu Matilainen - 3.6.7-1 - update to 3.6.7 - avoid lemon ending up in main sqlite package too