update to 3.7.17
This commit is contained in:
parent
4bb26ada5b
commit
9d9b56f98a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ sqlite-3.6.22.tar.gz
|
|||||||
/sqlite-src-3071502.zip
|
/sqlite-src-3071502.zip
|
||||||
/sqlite-src-3071600.zip
|
/sqlite-src-3071600.zip
|
||||||
/sqlite-src-3071602.zip
|
/sqlite-src-3071602.zip
|
||||||
|
/sqlite-src-3071700.zip
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
%global name1 sqlite
|
%global name1 sqlite
|
||||||
|
|
||||||
%global realver 3071602
|
%global realver 3071700
|
||||||
%global rpmver 3.7.16.2
|
%global rpmver 3.7.17
|
||||||
|
|
||||||
# bcond default logic is nicely backwards...
|
# bcond default logic is nicely backwards...
|
||||||
%bcond_with tcl
|
%bcond_with tcl
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: mingw-%{name1}
|
Name: mingw-%{name1}
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
Summary: MinGW Windows port of sqlite embeddable SQL database engine
|
||||||
|
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
@ -229,6 +229,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 2 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 3.7.17-1
|
||||||
|
- update to 3.7.17
|
||||||
|
|
||||||
* Sun May 12 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16.2-2
|
* Sun May 12 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.7.16.2-2
|
||||||
- Don't try to link against pthreads even if it is available on win32
|
- Don't try to link against pthreads even if it is available on win32
|
||||||
(sqlite uses the native win32 threading API already)
|
(sqlite uses the native win32 threading API already)
|
||||||
|
Loading…
Reference in New Issue
Block a user