update to 3.11.1.0
This commit is contained in:
parent
71daaa50ef
commit
c4956a1f22
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3100100.zip
|
/sqlite-src-3100100.zip
|
||||||
/sqlite-src-3100200.zip
|
/sqlite-src-3100200.zip
|
||||||
/sqlite-src-3110000.zip
|
/sqlite-src-3110000.zip
|
||||||
|
/sqlite-src-3110001.zip
|
||||||
|
/sqlite-src-3110100.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3110000
|
%global realver 3110100
|
||||||
%global rpmver 3.11.0.0
|
%global rpmver 3.11.1.0
|
||||||
|
|
||||||
# bcond default logic is nicely backwards...
|
# bcond default logic is nicely backwards...
|
||||||
%bcond_with tcl
|
%bcond_with tcl
|
||||||
@ -222,6 +222,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 04 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.1.0-1
|
||||||
|
- update to 3.11.1.0
|
||||||
|
|
||||||
* Thu Feb 18 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.0.0-1
|
* Thu Feb 18 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.11.0.0-1
|
||||||
- update to 3.11.0.0
|
- update to 3.11.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user