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.
This commit is contained in:
Zuzana Miklankova 2022-06-09 15:42:44 +02:00
parent 110de5f827
commit 807afbf3e8
No known key found for this signature in database
GPG Key ID: 46A18EF4D17103A0
1 changed files with 6 additions and 2 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,10 +274,14 @@ make test
%endif
%changelog
* Thu Jun 09 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.38.5-2
- Fix build error --without sqldiff
- Fix typo in changelog
* Thu May 09 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.38.5-1
- Updated to version 3.38.5 (https://sqlite.org/releaselog/3_38_5.html)
* Mon May 2 2022 Zuzana Miklankova <zmiklank@redhat.com> - 3.38.3-2
* Mon May 02 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