- update to 3.7.9

This commit is contained in:
Panu Matilainen 2011-11-22 18:50:41 +02:00
parent 649a471531
commit f09581c42a
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@
/sqlite-doc-3070701.zip
/sqlite-src-3070800.zip
/sqlite-doc-3070800.zip
/sqlite-src-3070900.zip
/sqlite-doc-3070900.zip

View File

@ -1,2 +1,2 @@
c0a5d506b0122b9b72791b0f25a65810 sqlite-src-3070800.zip
56c2e37c65075c612710ae1aba9703f2 sqlite-doc-3070800.zip
b2646c5a0c0b5bc6b8f0b67fc318bab3 sqlite-src-3070900.zip
c48c231dd43d3b74f1d00c36424d87f4 sqlite-doc-3070900.zip

View File

@ -3,8 +3,8 @@
%bcond_with static
%bcond_without check
%define realver 3070800
%define docver 3070800
%define realver 3070900
%define docver 3070900
%define rpmver %(echo %{realver}|sed -e "s/00//g" -e "s/0/./g")
Summary: Library that implements an embeddable SQL database engine
@ -174,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Nov 22 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.9-1
- update to 3.7.9 (http://www.sqlite.org/releaselog/3_7_9.html)
* Fri Oct 28 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.8-1
- update to 3.7.8 (http://www.sqlite.org/releaselog/3_7_8.html)