diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec index e03f3f7..c1cb3c7 100644 --- a/mingw-sqlite.spec +++ b/mingw-sqlite.spec @@ -10,7 +10,7 @@ %global tclversion 8.6 Name: mingw-%{name1} -Version: 3.45.1 +Version: 3.45.2 Release: 1%{?dist} Summary: MinGW Windows port of sqlite embeddable SQL database engine @@ -211,6 +211,9 @@ find %{buildroot} -name "*.la" -delete %changelog +* Wed Mar 13 2024 Sandro Mani - 3.45.2-1 +- Update to 3.45.2 + * Fri Feb 02 2024 Sandro Mani - 3.45.1-1 - Update to 3.45.1 diff --git a/sqlite-dont-search-for-pthreads-on-non-unix.patch b/sqlite-dont-search-for-pthreads-on-non-unix.patch index 41ab51f..0cf17eb 100644 --- a/sqlite-dont-search-for-pthreads-on-non-unix.patch +++ b/sqlite-dont-search-for-pthreads-on-non-unix.patch @@ -1,6 +1,6 @@ diff -rupN --no-dereference sqlite-src-3440100/configure.ac sqlite-src-3440100-new/configure.ac --- sqlite-src-3440100/configure.ac 2023-11-22 15:53:46.000000000 +0100 -+++ sqlite-src-3440100-new/configure.ac 2024-02-02 12:08:09.771124320 +0100 ++++ sqlite-src-3440100-new/configure.ac 2024-03-13 10:46:02.668527415 +0100 @@ -240,7 +240,7 @@ else fi AC_SUBST(SQLITE_THREADSAFE) diff --git a/sqlite-mingw-crosscompile.patch b/sqlite-mingw-crosscompile.patch index bc48dee..d6979d9 100644 --- a/sqlite-mingw-crosscompile.patch +++ b/sqlite-mingw-crosscompile.patch @@ -1,6 +1,6 @@ diff -rupN --no-dereference sqlite-src-3440100/configure.ac sqlite-src-3440100-new/configure.ac ---- sqlite-src-3440100/configure.ac 2024-02-02 12:08:09.974136219 +0100 -+++ sqlite-src-3440100-new/configure.ac 2024-02-02 12:08:09.981136629 +0100 +--- sqlite-src-3440100/configure.ac 2024-03-13 10:46:02.875525980 +0100 ++++ sqlite-src-3440100-new/configure.ac 2024-03-13 10:46:02.879525953 +0100 @@ -314,16 +314,7 @@ case $host_os in esac