- update to 3.7.15.2

This commit is contained in:
Panu Matilainen 2013-01-10 12:41:47 +02:00
parent a66e6e64e4
commit eb65935719
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@
/sqlite-src-3071401.zip
/sqlite-src-3071500.zip
/sqlite-doc-3071500.zip
/sqlite-src-3071502.zip
/sqlite-doc-3071502.zip

View File

@ -1,2 +1,2 @@
74797e4ba892862198a1a303a9cc5abd sqlite-src-3071500.zip
8f936a1715ec6bbc65e95e0a4f127623 sqlite-doc-3071500.zip
02629f8624398c0c321a0d9fa813b28e sqlite-src-3071502.zip
159594c17290291fbbb47ee190b180f9 sqlite-doc-3071502.zip

View File

@ -3,8 +3,8 @@
%bcond_with static
%bcond_without check
%define realver 3071500
%define docver 3071500
%define realver 3071502
%define docver 3071502
%define rpmver 3.7.15
Summary: Library that implements an embeddable SQL database engine
@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Jan 10 2013 Panu Matilainen <pmatilai@redhat.com> - 3.7.15.2-1
- update to 3.7.15.2 (http://www.sqlite.org/releaselog/3_7_15_2.html)
* Thu Dec 13 2012 Panu Matilainen <pmatilai@redhat.com> - 3.7.15-1
- update to 3.7.15 (http://www.sqlite.org/releaselog/3_7_15.html)
- fix an old incorrect date in spec changelog