update to 3.7.17

This commit is contained in:
Thomas Sailer 2013-06-02 13:17:10 +02:00
parent 4bb26ada5b
commit 9d9b56f98a
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ sqlite-3.6.22.tar.gz
/sqlite-src-3071502.zip
/sqlite-src-3071600.zip
/sqlite-src-3071602.zip
/sqlite-src-3071700.zip

View File

@ -2,8 +2,8 @@
%global name1 sqlite
%global realver 3071602
%global rpmver 3.7.16.2
%global realver 3071700
%global rpmver 3.7.17
# bcond default logic is nicely backwards...
%bcond_with tcl
@ -11,7 +11,7 @@
Name: mingw-%{name1}
Version: %{rpmver}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: MinGW Windows port of sqlite embeddable SQL database engine
License: Public Domain
@ -229,6 +229,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi
%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
- Don't try to link against pthreads even if it is available on win32
(sqlite uses the native win32 threading API already)

View File

@ -1 +1 @@
0d821779acdb56eee1fd71343b41a1cc sqlite-src-3071602.zip
20f31ef72d9874fd8749c66441eaff74 sqlite-src-3071700.zip