- update to 3.6.22

This commit is contained in:
Panu Matilainen 2010-01-18 12:20:19 +00:00
parent f3b16591ce
commit a11024b7ab
3 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,2 @@
sqlite-3.6.21.tar.gz
sqlite_docs_3_6_21.zip
sqlite-3.6.22.tar.gz
sqlite_docs_3_6_22.zip

View File

@ -1,2 +1,2 @@
03a8498828866b407c61c0aaf8ebe66c sqlite-3.6.21.tar.gz
ae89f8a873e2825079fae06c1e9a3421 sqlite_docs_3_6_21.zip
a17bd53f1fde11f84adf79c6a1510ce5 sqlite-3.6.22.tar.gz
665889e9de50136514aa267173066e96 sqlite_docs_3_6_22.zip

View File

@ -4,7 +4,7 @@
%bcond_without check
# upstream doesn't provide separate -docs sources for all minor releases
%define basever 3.6.21
%define basever 3.6.22
%define docver %(echo %{basever}|sed -e "s/\\./_/g")
Summary: Library that implements an embeddable SQL database engine
@ -172,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Jan 18 2010 Panu Matilainen <pmatilai@redhat.com> - 3.6.22-1
- update to 3.6.22 (http://www.sqlite.org/releaselog/3_6_22.html)
* Tue Dec 08 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.21-1
- update to 3.6.21 (http://www.sqlite.org/releaselog/3_6_21.html)