From 0ec916be65578e24b51e8be5fad2b136c9773389 Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Wed, 12 Jun 2024 17:30:26 +0800 Subject: [PATCH] License compliance rectification --- gobject-introspection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index d94ee82..1165ab8 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -4,10 +4,10 @@ Name: gobject-introspection Version: 1.66.1 -Release: 2 +Release: 3 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.66/%{name}-%{version}.tar.xz @@ -78,6 +78,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Wed Jun 12 2024 zhangruifang - 1.66.1-3 +- License compliance rectification + * Thu May 25 2023 fuanan - 1.66.1-2 - enable test in check -- Gitee