- update to 3.6.14

This commit is contained in:
Panu Matilainen 2009-05-14 12:09:11 +00:00
parent 83462ab867
commit a80e2df17d
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Summary: Library that implements an embeddable SQL database engine Summary: Library that implements an embeddable SQL database engine
Name: sqlite Name: sqlite
Version: 3.6.13 Version: 3.6.14
Release: 1%{?dist} Release: 1%{?dist}
License: Public Domain License: Public Domain
Group: Applications/Databases Group: Applications/Databases
@ -156,7 +156,8 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Thu May 14 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.13-2 * Thu May 14 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-1
- update to 3.6.14 (http://www.sqlite.org/releaselog/3_6_14.html)
- merge-review cosmetics (#226429) - merge-review cosmetics (#226429)
- drop ancient sqlite3 obsoletes - drop ancient sqlite3 obsoletes
- fix tab vs space whitespace issues - fix tab vs space whitespace issues