From 382209b1858f923cb7a577f7bcb91c8620497aae Mon Sep 17 00:00:00 2001 From: lvfei Date: Wed, 3 Sep 2025 10:36:44 +0800 Subject: [PATCH] update the license --- gtk-doc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 66ffab2..c83454b 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -2,7 +2,7 @@ Name: gtk-doc Version: 1.34.0 Release: 2 Summary: Generate API documentation from comments that can be added to C code -License: GPL-2.0-or-later AND GFDL-1.1-no-invariants-or-later +License: GPLV2+ AND GFDLv1.3 URL: https://www.gtk.org/gtk-doc/ Source0: https://download.gnome.org/sources/gtk-doc/1.34/%{name}-%{version}.tar.xz Patch0: fix-fixxref-not-found-file.patch @@ -55,6 +55,9 @@ mv doc/README doc/README.1 %{_datadir}/help/*/%{name}-manual/ %changelog +* Wed Aug 13 2025 lvfei - 1.34.0-3 +- update the license + * Thu Mar 20 2025 Funda Wang - 1.34.0-2 - Update CMake module minimum version -- Gitee