From 6feae0a497f3b929b3e8b66478c01b507c5f6998 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 21 Jan 2021 14:44:04 +0800 Subject: [PATCH] Modify license information --- libgdiplus.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libgdiplus.spec b/libgdiplus.spec index 8f87879..fc0febc 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,9 +1,9 @@ %undefine _hardened_build Name: libgdiplus Version: 5.6 -Release: 3 +Release: 4 Summary: An Open Source implementation of the GDI+ API -License: MIT +License: MIT and MPL-1.1 and GPL-3.0+ URL: http://www.mono-project.com/Main_Page Source0: http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.gz Patch1: libgdiplus-2.10.9-format.patch @@ -52,5 +52,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/lib*.so %changelog +* Thu Jan 21 2021 Ge Wang - 5.6-4 +- Modify license information. + * Thu Jul 9 2020 leiju - 5.6-3 - Package init