Bump release because of various updates in build

This commit is contained in:
Zuzana Miklankova 2022-05-02 11:23:12 +02:00
parent 5fdbe169f2
commit 3926e22b6b
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0
1 changed files with 6 additions and 1 deletions

View File

@ -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 <zmiklank@redhat.com> - 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 <zmiklank@redhat.com> - 3.38.3-1
- Updated to version 3.38.3 (https://sqlite.org/releaselog/3_38_3.html)