Rebuild (jsoncpp)

This commit is contained in:
Björn Esser 2021-11-03 20:03:38 +01:00
parent 6bbf683451
commit ad120f2a4c
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Set to bcond_without or use --with bootstrap if bootstrapping a new release
# or architecture
%bcond_with bootstrap
%bcond_without bootstrap
# Build with Emacs support
%bcond_without emacs
@ -68,7 +68,7 @@
%{?rcsuf:%global versuf -%{rcsuf}}
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 3
%global baserelease 4
# Uncomment if building for EPEL
#global name_suffix %%{major_version}
@ -526,6 +526,9 @@ popd
%changelog
* Wed Nov 03 2021 Björn Esser <besser82@fedoraproject.org> - 3.22.0-0.4.rc2
- Rebuild (jsoncpp)
* Thu Oct 28 2021 Björn Esser <besser82@fedoraproject.org> - 3.22.0-0.3.rc2
- cmake-3.22.0-rc2
Fixes rhbz#2018235