From 9b184629905a02a053631209f9f3feeaab91bc6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:13:03 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- SDL_sound.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SDL_sound.spec b/SDL_sound.spec index 62f956a..e85bf3c 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -1,6 +1,6 @@ Name: SDL_sound Version: 1.0.3 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Library handling decoding of several popular sound file formats License: LGPLv2+ URL: http://www.icculus.org/SDL_sound @@ -106,6 +106,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.0.3-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Apr 2 2022 Hans de Goede - 1.0.3-30 - Remove /usr/bin/playsound* from the package to avoid conflict with SDL2_sound, users who want this should use SDL2_sound (#2069453)