diff --git a/libsqlite-3.47.0-tcl-8.6.15.patch b/libsqlite-3.47.0-tcl-8.6.15.patch deleted file mode 100644 index 93be5b9..0000000 --- a/libsqlite-3.47.0-tcl-8.6.15.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sqlite-autoconf-3470000/tea/generic/tclsqlite3.c.orig 2024-11-08 17:16:21.902007739 +0100 -+++ sqlite-autoconf-3470000/tea/generic/tclsqlite3.c 2024-11-08 17:16:26.432017661 +0100 -@@ -53,7 +53,7 @@ - #if TCL_MAJOR_VERSION==9 - # define CONST const - #else -- typedef int Tcl_Size; -+// typedef int Tcl_Size; - #endif - /**** End copy of tclsqlite.h ****/ - diff --git a/libsqlite.spec b/libsqlite.spec index 6612873..692504e 100644 --- a/libsqlite.spec +++ b/libsqlite.spec @@ -13,7 +13,7 @@ Name: libsqlite Epoch: 1 -Version: 3.47.2 +Version: 3.48.0 Release: 1mamba Summary: A C library that implements an embeddable SQL database engine Group: System/Libraries @@ -24,7 +24,6 @@ URL: https://www.sqlite.org/index.html Source0: https://www.sqlite.org/%{year}/sqlite-autoconf-%{real_version}.tar.gz Source1: https://www.sqlite.org/%{year}/sqlite-doc-%{doc_version}.zip Patch0: libsqlite-3.7.11.0-enable_column_metadata.patch -Patch1: libsqlite-3.47.0-tcl-8.6.15.patch License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -93,12 +92,10 @@ Obsoletes: tcl-sqlite3 <= 3.33.0.0 %description tcl Tcl binding for %{name}. -%debug_package %prep %setup -q -n sqlite-autoconf-%{real_version} -a1 %patch 0 -p1 -%patch 1 -p1 rm -f sqlite-doc-%{real_version}%{?rel}/search @@ -211,6 +208,9 @@ make test || : %{_mandir}/mann/* %changelog +* Wed Jan 15 2025 Automatic Build System 3.48.0-1mamba +- automatic version update by autodist + * Sun Dec 08 2024 Automatic Build System 3.47.2-1mamba - automatic version update by autodist