From 2efc816a63b2e14670d7964488c0fd1fdc8a0763 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 27 Aug 2025 10:24:26 +0800 Subject: [PATCH] update license declaration (cherry picked from commit fc383fcddc3f47b3ccd3bf91917867b0522569d5) --- bison.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bison.spec b/bison.spec index 98b8d5c..9efb18b 100644 --- a/bison.spec +++ b/bison.spec @@ -1,8 +1,8 @@ Name: bison Version: 3.8.2 -Release: 4 +Release: 5 Summary: A GNU general-purpose parser generator -License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-generic AND LGPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND FSFULLR AND GFDL-1.3-or-later AND X11 +License: GPL-3.0-or-later AND GPL-3.0-or-later WITH Autoconf-exception-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH Autoconf-exception-2.0 AND LGPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND FSFULLR AND GFDL-1.3-or-later AND X11 URL: https://www.gnu.org/software/bison/ Source0: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz @@ -84,6 +84,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/{AUTHORS,COPYING,NEWS,README,THANKS,TODO} %files lang -f %{name}-runtime.lang %changelog +* Wed Aug 27 2025 Funda Wang - 3.8.2-5 +- update license declaration + * Tue Aug 26 2025 yueyuankun - 3.8.2-4 - Type:bugfix - ID:NA -- Gitee