- update to 3.7.0.1
This commit is contained in:
parent
12604fe78d
commit
13839730a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
sqlite_docs_3_6_23.zip
|
sqlite_docs_3_6_23.zip
|
||||||
sqlite-3.6.23.1.tar.gz
|
sqlite-3.6.23.1.tar.gz
|
||||||
|
/sqlite-3.7.0.1.tar.gz
|
||||||
|
/sqlite_docs_3_7_0.zip
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
4e724623aa011b1cadcf80e0b84d8895 sqlite_docs_3_6_23.zip
|
d25d7551ba6bb310362cb0e7d4906f25 sqlite-3.7.0.1.tar.gz
|
||||||
d99f1b31da0eb33271464bee15cec701 sqlite-3.6.23.1.tar.gz
|
8abc83dcfbcc34a1d1a115b157643c49 sqlite_docs_3_7_0.zip
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
# upstream doesn't provide separate -docs sources for all minor releases
|
# 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")
|
%define docver %(echo %{basever}|sed -e "s/\\./_/g")
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: %{basever}.1
|
Version: %{basever}.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -173,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- some tests are failing on s390 and ppc/ppc64 so don't fail the whole build there
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user