From 39f3d4fbb928950558c11e6fbeb8ecb206dcf1f6 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Wed, 12 Jun 2024 17:23:05 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 6c173942567be88fcdf79d2e00a0b46a3bf1a7b2) --- gobject-introspection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index badd415..8c4666c 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,10 +4,10 @@ Name: gobject-introspection Version: 1.70.0 -Release: 4 +Release: 5 Summary: Introspection system for GObject-based libraries -License: GPLv2+, LGPLv2+, MIT +License: GPLv2+ and LGPLv2+ and MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection Source0: https://download.gnome.org/sources/gobject-introspection/1.70/%{name}-%{version}.tar.xz @@ -78,6 +78,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Wed Jun 12 2024 zhangruifang - 1.70.0-5 +- License compliance rectification + * Thu May 25 2023 fuanan - 1.70.0-4 - Type:bugfix - ID:NA -- Gitee