- update to 3.7.0.1

This commit is contained in:
Panu Matilainen 2010-08-13 12:52:31 +03:00
parent 12604fe78d
commit 13839730a0
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
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

View File

@ -1,2 +1,2 @@
4e724623aa011b1cadcf80e0b84d8895 sqlite_docs_3_6_23.zip
d99f1b31da0eb33271464bee15cec701 sqlite-3.6.23.1.tar.gz
d25d7551ba6bb310362cb0e7d4906f25 sqlite-3.7.0.1.tar.gz
8abc83dcfbcc34a1d1a115b157643c49 sqlite_docs_3_7_0.zip

View File

@ -4,13 +4,13 @@
%bcond_without check
# upstream doesn't provide separate -docs sources for all minor releases
%define basever 3.6.23
%define basever 3.7.0
%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}
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
* Fri Aug 13 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.0.1-1
- update to 3.7.0.1 (http://www.sqlite.org/releaselog/3_7_0_1.html)
* Sat Jul 3 2010 Dan Horák <dan[at]danny.cz> - 3.6.23.1-2
- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there