From 04461e3151891631b839fb3979059ac4bd1c5716 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 19 Jan 2024 10:02:07 -0500 Subject: [PATCH] Fix a typo in the License expression --- adobe-afdko.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adobe-afdko.spec b/adobe-afdko.spec index bdde2ef..cb28c4b 100644 --- a/adobe-afdko.spec +++ b/adobe-afdko.spec @@ -2,13 +2,13 @@ Name: adobe-afdko Version: 3.6.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Adobe Font Development Kit for OpenType # ExternalAntlr4Cpp.cmake is BSD-3-clause # c/makeotf/makeotf_lib/build/hotpccts/pccts/* is ANTLR-PD # afdko-3.6.1/python/afdko/pdflib/pdfgen.py is Python-2.0.1 # python/afdko/resources/ is BSD-3-Clause -License: Apache-2.0 AND BSD-3-clause AND ANTLR-PD AND Python-2.0.1 +License: Apache-2.0 AND BSD-3-Clause AND ANTLR-PD AND Python-2.0.1 URL: https://github.com/adobe-type-tools/afdko Source0: https://github.com/adobe-type-tools/%{archivename}/releases/download/%{version}/%{archivename}-%{version}.tar.gz Patch0: adobe-afdko-c99-1.patch @@ -42,6 +42,9 @@ find ./ -type f -executable -exec install -p -m 0755 "{}" \ %{_bindir}/* %changelog +* Thu Jan 22 2024 Benjamin A. Beasley - 3.6.1-10 +- Fix a typo in the License expression + * Mon Jan 22 2024 Fedora Release Engineering - 3.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild