From 5fed0401352417d331aa5448ced37a879469429d Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Thu, 29 May 2014 23:17:24 +0200 Subject: [PATCH] Update to 3.8.4.3 --- .gitignore | 1 + mingw-sqlite.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e9b4cd6..b0ef5bf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ sqlite-3.6.22.tar.gz /sqlite-src-3071700.zip /sqlite-src-3080100.zip /sqlite-src-3080200.zip +/sqlite-src-3080403.zip diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec index 2d7b671..757cc89 100644 --- a/mingw-sqlite.spec +++ b/mingw-sqlite.spec @@ -2,8 +2,8 @@ %global name1 sqlite -%global realver 3080200 -%global rpmver 3.8.2 +%global realver 3080403 +%global rpmver 3.8.4.3 # bcond default logic is nicely backwards... %bcond_with tcl @@ -17,7 +17,7 @@ Summary: MinGW Windows port of sqlite embeddable SQL database engine License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ -Source0: http://www.sqlite.org/2013/%{name1}-src-%{realver}.zip +Source0: http://www.sqlite.org/2014/%{name1}-src-%{realver}.zip BuildArch: noarch @@ -190,7 +190,7 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi # Win32 %files -n mingw32-%{name1} -%doc README VERSION +%doc README.md VERSION %{mingw32_bindir}/sqlite3.exe %{mingw32_bindir}/libsqlite3-0.dll %{mingw32_libdir}/libsqlite3.dll.a @@ -207,7 +207,7 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi # Win64 %files -n mingw64-%{name1} -%doc README VERSION +%doc README.md VERSION %{mingw64_bindir}/sqlite3.exe %{mingw64_bindir}/libsqlite3-0.dll %{mingw64_libdir}/libsqlite3.dll.a @@ -224,6 +224,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll $RPM_BUILD_ROOT%{mingw64_bi %changelog +* Thu May 29 2014 Erik van Pienbroek - 3.8.4.3-1 +- Update to 3.8.4.3 + * Sat Jan 25 2014 Erik van Pienbroek - 3.8.2-1 - Update to 3.8.2 diff --git a/sources b/sources index c39aec2..858f3d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d3c1046bcdb07d24a2c452ec2072199 sqlite-src-3080200.zip +34cd453499e4b4564560accf24a9a70e sqlite-src-3080403.zip