From 807afbf3e848f184a6828103e851b1608f657cf0 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Thu, 9 Jun 2022 15:42:44 +0200 Subject: [PATCH] Release bump for rebuild with fixed '--without sqldiff' option This is not really necessary, because the change would not affect the resulting package, which is shipped to Fedora, but this way I see as more transparent. --- sqlite.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sqlite.spec b/sqlite.spec index ed7ff1f..c2f63a3 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -12,7 +12,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain URL: http://www.sqlite.org/ @@ -274,10 +274,14 @@ make test %endif %changelog +* Thu Jun 09 2022 Zuzana Miklankova - 3.38.5-2 +- Fix build error --without sqldiff +- Fix typo in changelog + * Thu May 09 2022 Zuzana Miklankova - 3.38.5-1 - Updated to version 3.38.5 (https://sqlite.org/releaselog/3_38_5.html) -* Mon May 2 2022 Zuzana Miklankova - 3.38.3-2 +* Mon May 02 2022 Zuzana Miklankova - 3.38.3-2 - add flag -mbranch-protection=standard for aarch64 - remove configure flag --enable-json1, as this is default from 3.38.0 - run autoupdate before autoconf in %prep