- update to 3.7.5

This commit is contained in:
Panu Matilainen 2011-02-01 10:51:14 +02:00
parent e5b14b43aa
commit 4cd939c0fa
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
/sqlite-3.7.3.tar.gz
/sqlite-doc-3070400.zip
/sqlite-src-3070400.zip
/sqlite-src-3070500.zip
/sqlite-doc-3070500.zip

View File

@ -1,2 +1,2 @@
c38a4aae9cf6e8921ba7ad48a9301288 sqlite-doc-3070400.zip
2b5c53328505893599de6e2055996d7a sqlite-src-3070400.zip
d61d784997d42cd0d92bac7994094c56 sqlite-src-3070500.zip
74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip

View File

@ -3,7 +3,7 @@
%bcond_with static
%bcond_without check
%define realver 3070400
%define realver 3070500
%define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
Summary: Library that implements an embeddable SQL database engine
@ -175,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Feb 1 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.5-1
- update to 3.7.5 (http://www.sqlite.org/releaselog/3_7_5.html)
* Thu Dec 9 2010 Panu Matilainen <pmatilai@redhat.com> - 3.7.4-1
- update to 3.7.4 (http://www.sqlite.org/releaselog/3_7_4.html)
- deal with upstream source naming, versioning and format changing