From 828e152f290364047e0e11be299c8fe89c760ce4 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 21 Aug 2023 10:23:50 +0530 Subject: [PATCH] Migrate to SPDX license expression --- foma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/foma.spec b/foma.spec index 405ca86..ba06313 100644 --- a/foma.spec +++ b/foma.spec @@ -9,10 +9,10 @@ Name: foma Version: 0.10.0 -Release: 0.6.%{snapshotdate}git%{shortcommit0}%{?dist} +Release: 0.7.%{snapshotdate}git%{shortcommit0}%{?dist} Summary: Xerox-compatible finite-state compiler -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/mhulden/foma Source0: https://github.com/mhulden/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz @@ -104,6 +104,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %changelog +* Mon Aug 21 2023 Parag Nemade - 0.10.0-0.7.20210601gitdfe1ccb +- Migrate to SPDX license expression + * Wed Jul 19 2023 Fedora Release Engineering - 0.10.0-0.6.20210601gitdfe1ccb - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild