Update to 3.7.16
This commit is contained in:
parent
0ad2025e1a
commit
28c4352401
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user