diff --git a/.gitignore b/.gitignore index 10cae7d..a2b4a79 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec index 2b5307a..9ffb131 100644 --- a/mingw-sqlite.spec +++ b/mingw-sqlite.spec @@ -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 - 3.7.17-1 +- update to 3.7.17 + * Sun May 12 2013 Erik van Pienbroek - 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) diff --git a/sources b/sources index a514ad2..11bb21d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d821779acdb56eee1fd71343b41a1cc sqlite-src-3071602.zip +20f31ef72d9874fd8749c66441eaff74 sqlite-src-3071700.zip