From b9c1e58c475c7e54e6207692625905ab8b3a867d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:19:06 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- wavpack.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wavpack.spec b/wavpack.spec index 7306c79..841fb9e 100644 --- a/wavpack.spec +++ b/wavpack.spec @@ -1,7 +1,7 @@ Name: wavpack Summary: A completely open audiocodec Version: 5.6.0 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD-3-Clause AND BSD-2-Clause AND LicenseRef-Fedora-Public-Domain Url: http://www.wavpack.com/ Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2 @@ -66,6 +66,10 @@ rm -rf %{buildroot}/%{_docdir}/ %doc ChangeLog doc/WavPack5PortingGuide.pdf doc/WavPack5LibraryDoc.pdf doc/WavPack5FileFormat.pdf %changelog +* Tue Oct 29 2024 Troy Dawson - 5.6.0-9 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jul 29 2024 Tomas Korbar - 5.6.0-8 - Disable ASM code parts - Resolves: RHEL-46283