automatic version update by autodist [release 3.48.0-1mamba;Wed Jan 15 2025]

This commit is contained in:
Automatic Build System 2025-01-15 18:11:41 +01:00
parent ff284d71bf
commit 884a0b3e95
2 changed files with 4 additions and 15 deletions

View File

@ -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 ****/

View File

@ -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 <autodist@openmamba.org> 3.48.0-1mamba
- automatic version update by autodist
* Sun Dec 08 2024 Automatic Build System <autodist@openmamba.org> 3.47.2-1mamba
- automatic version update by autodist