From 574793ca1c8a451b636f647dbdfa359bb404f25d Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Tue, 26 Mar 2024 17:20:24 +0800 Subject: [PATCH] update release (cherry picked from commit 528ca70fb3d6034b42864abc50c13c9786d3194b) --- automake.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automake.spec b/automake.spec index 33b3207..12d6dd7 100644 --- a/automake.spec +++ b/automake.spec @@ -4,7 +4,7 @@ Name: automake Version: 1.16.5 -Release: 5 +Release: 8 Summary: A tool for automatically generating Makefile.in files License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT URL: http://www.gnu.org/software/automake/ @@ -71,6 +71,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Mar 26 2024 fuanan - 1.16.5-8 +- Bump release in order to upgrade from openEuler 22.03 + * Wed Mar 6 2024 Wenlong Zhang - 1.16.5-5 - update config.guess config.sub from upstream to support loongarch64 -- Gitee