update to 3.7.3
This commit is contained in:
parent
6c8adf2a35
commit
33b088e961
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ sqlite-3.6.14.2.tar.gz
|
|||||||
sqlite-3.6.17.tar.gz
|
sqlite-3.6.17.tar.gz
|
||||||
sqlite-3.6.20.tar.gz
|
sqlite-3.6.20.tar.gz
|
||||||
sqlite-3.6.22.tar.gz
|
sqlite-3.6.22.tar.gz
|
||||||
|
/sqlite-3.7.3.tar.gz
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%global tclversion 8.5
|
%global tclversion 8.5
|
||||||
|
|
||||||
Name: mingw32-sqlite
|
Name: mingw32-sqlite
|
||||||
Version: 3.6.22
|
Version: 3.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||||
|
|
||||||
@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.3-1
|
||||||
|
- update to 3.7.3
|
||||||
|
|
||||||
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.22-1
|
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.6.22-1
|
||||||
- update to 3.6.22
|
- update to 3.6.22
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user