Update to 3.7.16

This commit is contained in:
Erik van Pienbroek 2013-03-24 21:03:28 +01:00
parent 0ad2025e1a
commit 28c4352401
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ sqlite-3.6.22.tar.gz
/sqlite-src-3071300.zip /sqlite-src-3071300.zip
/sqlite-src-3071401.zip /sqlite-src-3071401.zip
/sqlite-src-3071502.zip /sqlite-src-3071502.zip
/sqlite-src-3071600.zip

View File

@ -2,8 +2,8 @@
%global name1 sqlite %global name1 sqlite
%global realver 3071502 %global realver 3071600
%global rpmver 3.7.15.2 %global rpmver 3.7.16
# bcond default logic is nicely backwards... # bcond default logic is nicely backwards...
%bcond_with tcl %bcond_with tcl
@ -17,7 +17,7 @@ Summary: MinGW Windows port of sqlite embeddable SQL database engine
License: Public Domain License: Public Domain
Group: Applications/Databases Group: Applications/Databases
URL: http://www.sqlite.org/ URL: http://www.sqlite.org/
Source0: http://www.sqlite.org/%{name1}-src-%{realver}.zip Source0: http://www.sqlite.org/2013/%{name1}-src-%{realver}.zip
BuildArch: noarch BuildArch: noarch
@ -215,6 +215,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog %changelog
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16-1
- Update to 3.7.16
* Sun Mar 3 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.15.2-1 * Sun Mar 3 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.15.2-1
- Update to 3.7.15.2 - Update to 3.7.15.2

View File

@ -1 +1 @@
02629f8624398c0c321a0d9fa813b28e sqlite-src-3071502.zip f24e1de071062eda96cd47b7418f0243 sqlite-src-3071600.zip