Author: pmatilai
Update of /cvs/pkgs/rpms/sqlite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4555
Modified Files: .cvsignore sources sqlite.spec Log Message: - update to 3.6.7 - avoid lemon ending up in main sqlite package too
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sqlite/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 29 Nov 2008 18:09:05 -0000 1.22 +++ .cvsignore 31 Dec 2008 08:39:40 -0000 1.23 @@ -1 +1 @@ -sqlite-3.6.6.2.tar.gz +sqlite-3.6.7.tar.gz
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sqlite/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 29 Nov 2008 18:09:05 -0000 1.22 +++ sources 31 Dec 2008 08:39:40 -0000 1.23 @@ -1 +1 @@ -23cd36188f21d427d45191d317bcbcd5 sqlite-3.6.6.2.tar.gz +5223d1f459b608ed8c2c54f8847f8e1a sqlite-3.6.7.tar.gz
Index: sqlite.spec =================================================================== RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- sqlite.spec 5 Dec 2008 20:13:42 -0000 1.48 +++ sqlite.spec 31 Dec 2008 08:39:40 -0000 1.49 @@ -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 @@ %files %defattr(-, root, root) %doc README -%{_bindir}/* +%{_bindir}/sqlite3 %{_libdir}/*.so.* %{_mandir}/man?/*
@@ -145,6 +145,10 @@ %endif
%changelog +* Wed Dec 31 2008 Panu Matilainen pmatilai@redhat.com - 3.6.7-1 +- update to 3.6.7 +- avoid lemon ending up in main sqlite package too + * Fri Dec 05 2008 Panu Matilainen pmatilai@redhat.com - 3.6.6.2-4 - add lemon subpackage
scm-commits@lists.fedoraproject.org