From d3ebd45992f04fe9159d1994b147fc7dfbd3e700 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 14 Jan 2025 14:28:09 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.4-1mamba;Tue Jan 14 2025] --- sdl2_sound.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sdl2_sound.spec b/sdl2_sound.spec index 65508e8..c446c46 100644 --- a/sdl2_sound.spec +++ b/sdl2_sound.spec @@ -1,12 +1,12 @@ Name: sdl2_sound -Version: 2.0.2 +Version: 2.0.4 Release: 1mamba Summary: A library that handles the decoding of several popular sound file formats, such as .WAV and .MP3 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://icculus.org/SDL_sound/ +URL: https://icculus.org/SDL_sound/ Source: https://github.com/icculus/SDL_sound.git/v%{version}/SDL_sound-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN @@ -35,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version} SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires. This package contains static libraries and header files needed for development. -%debug_package %prep %setup -q -n SDL_sound-%{version} @@ -71,6 +70,9 @@ This package contains static libraries and header files needed for development. %{_libdir}/pkgconfig/SDL2_sound.pc %changelog +* Tue Jan 14 2025 Automatic Build System 2.0.4-1mamba +- automatic version update by autodist + * Thu Jun 13 2024 Silvan Calarco 2.0.2-1mamba - update to 2.0.2