Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 08:52:28 -07:00
parent 2c99590201
commit fff3805b81

View File

@ -21,7 +21,7 @@
#%%global betaver rc4
#%%define prerelease 1
%global baserelease 6
%global baserelease 7
Name: oniguruma
Version: %{mainver}%{?postver:.%postver}%{?gitversion:^%{?gitversion}}
@ -126,6 +126,10 @@ autoreconf -fi
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.9.9-7
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jul 29 2024 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.9.9-6
- Fix memory leaks, initialize memory
Resolves: RHEL-42560