From 9f534a45c7d9406137bbbbb69a3042406c097cff Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Tue, 31 May 2022 02:41:57 +0000 Subject: [PATCH] update automake.spec. --- automake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/automake.spec b/automake.spec index 6b99340..80f34af 100644 --- a/automake.spec +++ b/automake.spec @@ -4,9 +4,9 @@ Name: automake Version: 1.16.5 -Release: 1 +Release: 2 Summary: A tool for automatically generating Makefile.in files -License: GPLv2+ and GFDL and Public Domain and MIT +License: GPLv2+ and GFDL-1.3-only and Public Domain and MIT URL: http://www.gnu.org/software/automake/ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source1: http://git.savannah.gnu.org/cgit/config.git/plain/config.sub @@ -72,6 +72,9 @@ fi %{_mandir}/man1/* %changelog +* Tue May 31 2022 Chenyx - 1.16.5-2 +- License compliance rectification + * Tue Feb 15 2022 zoulin - 1.16.5-1 - update version to 1.16.5 -- Gitee