From e5f8b93f2ca386f25aac671e8fddc338fd396642 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 29 Sep 2023 11:44:15 +0100 Subject: [PATCH] migrate to SPDX license BR: perl-interpreter rather than perl --- utf8proc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/utf8proc.spec b/utf8proc.spec index 00c3a94..6e13b9d 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,13 +1,13 @@ Summary: Library for processing UTF-8 encoded Unicode strings Name: utf8proc Version: 2.7.0 -Release: 5%{?dist} -License: Unicode and MIT +Release: 6%{?dist} +License: MIT AND Unicode-DFS-2015 URL: http://julialang.org/utf8proc/ Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz BuildRequires: make BuildRequires: gcc -BuildRequires: perl +BuildRequires: perl-interpreter %description utf8proc is a library for processing UTF-8 encoded Unicode strings. @@ -62,6 +62,10 @@ rm %{buildroot}%{_libdir}/libutf8proc.a %{_libdir}/pkgconfig/libutf8proc.pc %changelog +* Fri Sep 29 2023 Joe Orton - 2.7.0-6 +- migrate to SPDX license +- BR: perl-interpreter rather than perl + * Sat Jul 22 2023 Fedora Release Engineering - 2.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild