- update to 3.7.8

This commit is contained in:
Panu Matilainen 2011-10-28 16:02:56 +03:00
parent 30d0e9aa29
commit 649a471531
3 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
/sqlite-src-3070603.zip
/sqlite-src-3070701.zip
/sqlite-doc-3070701.zip
/sqlite-src-3070800.zip
/sqlite-doc-3070800.zip

View File

@ -1,5 +1,2 @@
1ee582b962d3408b5825bffd404b3d33 sqlite-src-3070602.zip
1c9b9da6f98f1da2d8958254662c393c sqlite-doc-3070600.zip
f8e22ec0931c91f029d539fe3f5ef0f9 sqlite-src-3070603.zip
9162803d0a82421a2df9d907e721a758 sqlite-src-3070701.zip
2bca5613abf9352bc525b6a8fd80156e sqlite-doc-3070701.zip
c0a5d506b0122b9b72791b0f25a65810 sqlite-src-3070800.zip
56c2e37c65075c612710ae1aba9703f2 sqlite-doc-3070800.zip

View File

@ -3,8 +3,8 @@
%bcond_with static
%bcond_without check
%define realver 3070701
%define docver 3070701
%define realver 3070800
%define docver 3070800
%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
* 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)
* Wed Jul 13 2011 Panu Matilainen <pmatilai@redhat.com> - 3.7.7.1-1
- update to 3.7.7.1 (http://www.sqlite.org/releaselog/3_7_7_1.html)
- autoconf no longer needed for build, libdl check finally upstreamed