diff --git a/.cvsignore b/.cvsignore index a54b4df..9fbfa8e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sqlite-3.6.6.2.tar.gz +sqlite-3.6.7.tar.gz diff --git a/sources b/sources index d80768a..4d964e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23cd36188f21d427d45191d317bcbcd5 sqlite-3.6.6.2.tar.gz +5223d1f459b608ed8c2c54f8847f8e1a sqlite-3.6.7.tar.gz diff --git a/sqlite.spec b/sqlite.spec index 6b3ad8f..24708e5 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -5,8 +5,8 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite -Version: 3.6.6.2 -Release: 4%{?dist} +Version: 3.6.7 +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc README -%{_bindir}/* +%{_bindir}/sqlite3 %{_libdir}/*.so.* %{_mandir}/man?/* @@ -145,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Dec 31 2008 Panu Matilainen - 3.6.7-1 +- update to 3.6.7 +- avoid lemon ending up in main sqlite package too + * Fri Dec 05 2008 Panu Matilainen - 3.6.6.2-4 - add lemon subpackage