- update to 3.7.6.3

This commit is contained in:
Panu Matilainen 2011-05-25 12:34:16 +03:00
parent 2744a9a631
commit cec0a298b8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/sqlite-doc-3070500.zip
/sqlite-src-3070602.zip
/sqlite-doc-3070600.zip
/sqlite-src-3070603.zip

View File

@ -1,2 +1,3 @@
1ee582b962d3408b5825bffd404b3d33 sqlite-src-3070602.zip
1c9b9da6f98f1da2d8958254662c393c sqlite-doc-3070600.zip
f8e22ec0931c91f029d539fe3f5ef0f9 sqlite-src-3070603.zip

View File

@ -3,14 +3,14 @@
%bcond_with static
%bcond_without check
%define realver 3070602
%define realver 3070603
%define docver 3070600
%define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 3%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -183,6 +183,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Wed May 25 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.6.3-1
- update to 3.7.6.3 (http://www.sqlite.org/releaselog/3_7_6_3.html)
* Sat May 21 2011 Peter Robinson <pbrobinson@gmail.com> - 3.7.6.2-3
- add arm to the exclude from tests list