From e053184e5c02a6e133542151c57e8d2a87ee268b Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Mon, 3 Jun 2024 11:32:35 +0200 Subject: [PATCH] Update license tag to conform with SPDX Resolves: RHEL-35723 --- pcaudiolib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pcaudiolib.spec b/pcaudiolib.spec index 905f206..3b981f8 100644 --- a/pcaudiolib.spec +++ b/pcaudiolib.spec @@ -1,11 +1,11 @@ Name: pcaudiolib Version: 1.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Portable C Audio Library # pcaudiolib bundles TPCircularBuffer with Cube license, which is only used # by coreaudio support, which we do not build. The rest is GPLv3+. -License: GPLv3+ +License: GPL-3.0-or-later URL: https://github.com/rhdunn/pcaudiolib Source0: %{url}/archive/%{version}.tar.gz @@ -51,6 +51,10 @@ rm -vf %{buildroot}%{_libdir}/*.{a,la} %{_includedir}/%{name}/audio.h %changelog +* Mon Jun 03 2024 Tomas Korbar - 1.1-15 +- Update license tag to conform with SPDX +- Resolves: RHEL-35723 + * Thu Jan 25 2024 Fedora Release Engineering - 1.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild