From 3926e22b6b7d295bad270c80326fa2c45a961eaa Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Mon, 2 May 2022 11:23:12 +0200 Subject: [PATCH] Bump release because of various updates in build --- sqlite.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sqlite.spec b/sqlite.spec index 77f3412..75028f1 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,6 +274,11 @@ make test %endif %changelog +* Mon May 2 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 + * Thu Apr 28 2022 Zuzana Miklankova - 3.38.3-1 - Updated to version 3.38.3 (https://sqlite.org/releaselog/3_38_3.html)