update to 3.10.2.0
This commit is contained in:
parent
b7c1dc3e40
commit
065a9221e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3080200.zip
|
/sqlite-src-3080200.zip
|
||||||
/sqlite-src-3080403.zip
|
/sqlite-src-3080403.zip
|
||||||
/sqlite-src-3100100.zip
|
/sqlite-src-3100100.zip
|
||||||
|
/sqlite-src-3100200.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3100100
|
%global realver 3100200
|
||||||
%global rpmver 3.10.1.0
|
%global rpmver 3.10.2.0
|
||||||
|
|
||||||
# bcond default logic is nicely backwards...
|
# bcond default logic is nicely backwards...
|
||||||
%bcond_with tcl
|
%bcond_with tcl
|
||||||
@ -224,6 +224,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.2.0-1
|
||||||
|
- update to 3.10.2.0
|
||||||
|
|
||||||
* Thu Jan 14 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.1.0-1
|
* Thu Jan 14 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.10.1.0-1
|
||||||
- update to 3.10.1.0
|
- update to 3.10.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user