update to 3.12.2.0
This commit is contained in:
parent
334f5a3da1
commit
8b0414ead2
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3110100.zip
|
/sqlite-src-3110100.zip
|
||||||
/sqlite-src-3120000.zip
|
/sqlite-src-3120000.zip
|
||||||
/sqlite-src-3120100.zip
|
/sqlite-src-3120100.zip
|
||||||
|
/sqlite-src-3120200.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3120100
|
%global realver 3120200
|
||||||
%global rpmver 3.12.1.0
|
%global rpmver 3.12.2.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
|
||||||
|
* Tue Apr 19 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.2.0-1
|
||||||
|
- update to 3.12.2.0
|
||||||
|
|
||||||
* Sun Apr 10 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.1.0-1
|
* Sun Apr 10 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.1.0-1
|
||||||
- update to 3.12.1.0
|
- update to 3.12.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user