update to 3.16.0.0
This commit is contained in:
parent
88d502351f
commit
99b165482f
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3150000.zip
|
/sqlite-src-3150000.zip
|
||||||
/sqlite-src-3150100.zip
|
/sqlite-src-3150100.zip
|
||||||
/sqlite-src-3150200.zip
|
/sqlite-src-3150200.zip
|
||||||
|
/sqlite-src-3160000.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3150200
|
%global realver 3160000
|
||||||
%global rpmver 3.15.2.0
|
%global rpmver 3.16.0.0
|
||||||
|
|
||||||
# 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/2016/%{name1}-src-%{realver}.zip
|
Source0: http://www.sqlite.org/2017/%{name1}-src-%{realver}.zip
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -222,6 +222,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 03 2017 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.16.0.0-1
|
||||||
|
- update to 3.16.0.0
|
||||||
|
|
||||||
* Thu Dec 01 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.2.0-1
|
* Thu Dec 01 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.15.2.0-1
|
||||||
- update to 3.15.2.0
|
- update to 3.15.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user