From 8d344636bbd0596893eeae8c88aa860556ed3643 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 19 Aug 2024 14:26:41 +0200 Subject: [PATCH] Move to SPDX license format Resolves: RHEL-54745 --- mm-common.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mm-common.spec b/mm-common.spec index aad05a8..7eb5daa 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -1,10 +1,11 @@ Name: mm-common Version: 1.0.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Common build files of the C++ bindings BuildArch: noarch -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: https://gtkmm.org Source0: https://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz @@ -53,6 +54,9 @@ which could be used as a base for new mm module. %{_docdir}/%{name}/* %changelog +* Mon Aug 19 2024 Tomas Popela - 1.0.6-5 +- Move to SPDX license format + * Mon Jun 24 2024 Troy Dawson - 1.0.6-4 - Bump release for June 2024 mass rebuild