From 79670d8fea9d6c65f842ee30c75ab5106cf527b4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:50:36 +0100 Subject: [PATCH] update to 3.26.0.0 [release 3.26.0.0-1mamba;Fri Jan 04 2019] --- libsqlite.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libsqlite.spec b/libsqlite.spec index 7df6065..6da6c48 100644 --- a/libsqlite.spec +++ b/libsqlite.spec @@ -8,18 +8,19 @@ %define with_check 1 %endif %endif -%define year %(date +%Y) +#%define year %(date +%Y) +%define year 2018 Name: libsqlite -Version: 3.24.0.0 -Release: 3mamba +Version: 3.26.0.0 +Release: 1mamba Summary: A C library that implements an embeddable SQL database engine Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.sqlite.org -Source0: http://www.sqlite.org/%{year}/sqlite-autoconf-%{real_version}.tar.gz -Source1: http://www.sqlite.org/%{year}/sqlite-doc-%{doc_version}00.zip +Source0: https://www.sqlite.org/%{year}/sqlite-autoconf-%{real_version}.tar.gz +Source1: https://www.sqlite.org/%{year}/sqlite-doc-%{doc_version}00.zip Patch0: %{name}-3.7.11.0-enable_column_metadata.patch Patch1: %{name}-3.6.18-libdl.patch # support a system-wide lemon template @@ -216,6 +217,9 @@ make test || : %{_mandir}/mann/* %changelog +* Fri Jan 04 2019 Silvan Calarco 3.26.0.0-1mamba +- update to 3.26.0.0 + * Mon Jun 25 2018 Silvan Calarco 3.24.0.0-3mamba - really apply fix at previous release