import oniguruma-6.9.6-1.el9.5

This commit is contained in:
CentOS Sources 2022-02-01 12:56:03 -05:00 committed by Stepan Oksanichenko
parent b9a43cb784
commit 826683e1e6
1 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Name: oniguruma
Version: %{mainver}
Release: %{?prerelease:0.}%{fedorarel}%{?betaver:.%betaver}%{?dist}.4
Release: %{?prerelease:0.}%{fedorarel}%{?betaver:.%betaver}%{?dist}.5
Summary: Regular expressions library
License: BSD
@ -43,7 +43,7 @@ developing applications that use %{name}.
# This package fails its testsuite when compiled with LTO, but the real problem
# is that it ends up mixing and matching regexp bits between itself and glibc.
# Disable LTO
%define _lto_cflags %{nil}
#%%define _lto_cflags %%{nil}
%configure \
--enable-posix-api \
@ -101,6 +101,10 @@ find $RPM_BUILD_ROOT -name '*.la' \
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Dec 09 2021 Jiri Kucera <jkucera@redhat.com> - 6.9.6-1.5
- Enable LTO
Resolves: #1990100
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.9.6-1.4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688