- update to 3.7.3

This commit is contained in:
Panu Matilainen 2010-11-01 14:04:40 +02:00
parent c2b9045477
commit 74b92869c3
3 changed files with 10 additions and 9 deletions

6
.gitignore vendored
View File

@ -1,4 +1,2 @@
sqlite_docs_3_6_23.zip
sqlite-3.6.23.1.tar.gz
/sqlite-3.7.0.1.tar.gz
/sqlite_docs_3_7_0.zip
/sqlite_docs_3_7_3.zip
/sqlite-3.7.3.tar.gz

View File

@ -1,2 +1,2 @@
d25d7551ba6bb310362cb0e7d4906f25 sqlite-3.7.0.1.tar.gz
8abc83dcfbcc34a1d1a115b157643c49 sqlite_docs_3_7_0.zip
ed6f040910936cf57ad55045fa3bcb1d sqlite_docs_3_7_3.zip
5437978aae90350cf984993091e0d695 sqlite-3.7.3.tar.gz

View File

@ -4,13 +4,13 @@
%bcond_without check
# upstream doesn't provide separate -docs sources for all minor releases
%define basever 3.7.0
%define basever 3.7.3
%define docver %(echo %{basever}|sed -e "s/\\./_/g")
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{basever}.1
Release: 2%{?dist}
Version: %{basever}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Nov 1 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.3-1
- update to 3.7.3 (http://www.sqlite.org/releaselog/3_7_3.html)
* Tue Sep 2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 3.7.0.1-2
- enable SQLITE_SECURE_DELETE, SQLITE_ENABLE_UNLOCK_NOTIFY for firefox 4