- update to 3.7.5
This commit is contained in:
parent
e5b14b43aa
commit
4cd939c0fa
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
c38a4aae9cf6e8921ba7ad48a9301288 sqlite-doc-3070400.zip
|
||||
2b5c53328505893599de6e2055996d7a sqlite-src-3070400.zip
|
||||
d61d784997d42cd0d92bac7994094c56 sqlite-src-3070500.zip
|
||||
74f9b304143a76e3da8c0063888770ee sqlite-doc-3070500.zip
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user