From 4547eecb7cc49f3d848c2cc34bef29731c0ff638 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov <vt@altlinux.org> Date: Tue, 24 Aug 2021 22:35:31 +0300 Subject: [PATCH] 4.0.4-alt175 - platform.in: Parallelize LTO with -flto=auto. - process-lto: Fix suggestion text. --- rpm-4_0.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 8aa6fc4..f72cbb3 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -5,7 +5,7 @@ Name: rpm-build Version: 4.0.4 -Release: alt174 +Release: alt175 %define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}} %define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown') @@ -413,6 +413,10 @@ mv -T %buildroot%_rpmlibdir/{,build}macros %files checkinstall %changelog +* Tue Aug 24 2021 Vitaly Chikunov <vt@altlinux.org> 4.0.4-alt175 +- platform.in: Parallelize LTO with -flto=auto. +- process-lto: Fix suggestion text. + * Tue Aug 24 2021 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt174 - Added support for --runstatedir configure option.