update to 3.14.1
This commit is contained in:
parent
8b0414ead2
commit
be13cef4f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ sqlite-3.6.22.tar.gz
|
||||
/sqlite-src-3120000.zip
|
||||
/sqlite-src-3120100.zip
|
||||
/sqlite-src-3120200.zip
|
||||
/sqlite-src-3140100.zip
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
%global name1 sqlite
|
||||
|
||||
%global realver 3120200
|
||||
%global rpmver 3.12.2.0
|
||||
%global realver 3140100
|
||||
%global rpmver 3.14.1.0
|
||||
|
||||
# bcond default logic is nicely backwards...
|
||||
%bcond_with tcl
|
||||
%global tclversion 8.5
|
||||
%global tclversion 8.6
|
||||
|
||||
Name: mingw-%{name1}
|
||||
Version: %{rpmver}
|
||||
@ -222,6 +222,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 12 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.14.1.0-1
|
||||
- update to 3.14.1.0
|
||||
|
||||
* Tue Apr 19 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.12.2.0-1
|
||||
- update to 3.12.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user