From 4f8b8aeda6719a578b4e2bc6f6566df8d5a5fe46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20B=C3=A9rat?= Date: Wed, 2 Apr 2025 10:16:09 +0200 Subject: [PATCH] Rebuild for rhel 9.7 --- autoconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoconf.spec b/autoconf.spec index b4d1645..5c6e326 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -6,7 +6,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 40%{?dist} +Release: 41%{?dist} License: GPLv2+ and GFDL Source0: https://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz Source1: config.site @@ -132,6 +132,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} %changelog +* Wed Apr 02 2025 Frédéric Bérat - 2.69-41 +- rebuilt + * Wed Nov 27 2024 Frederic Berat - 2.69-40 - Fix test suite under Perl 5.26 (RHEL-47138)