Accepting request 1095165 from games
- Update to snapshot 2.0.1+g60 (53f66a30) OBS-URL: https://build.opensuse.org/request/show/1095165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_sound?expand=0&rev=2
This commit is contained in:
commit
18a5f04be6
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 25 05:54:59 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to snapshot 2.0.1+g60 (53f66a30)
|
||||||
|
* Avoid division by zero with certain uncompressed WAV files
|
||||||
|
* A pkgconfig file was added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 30 13:26:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed Mar 30 13:26:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_sound
|
# spec file for package SDL2_sound
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL2_sound
|
Name: SDL2_sound
|
||||||
%define lname libSDL2_sound2
|
%define lname libSDL2_sound2
|
||||||
Version: 2.0.1.g17
|
Version: 2.0.1+g60
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
Summary: Sound Sample Library for SDL (Simple DirectMedia Layer)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -87,6 +87,8 @@ on-the-fly and behind-the-scenes.
|
|||||||
%files devel
|
%files devel
|
||||||
%_bindir/playsound*
|
%_bindir/playsound*
|
||||||
%_includedir/SDL2/
|
%_includedir/SDL2/
|
||||||
|
%_libdir/cmake/
|
||||||
%_libdir/lib*.so
|
%_libdir/lib*.so
|
||||||
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
SDL_sound-2.0.1+g60.tar.xz
Normal file
3
SDL_sound-2.0.1+g60.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f99bd873a9fbde3ba15adac317380f64d9c3a5ed7a55664a8860d257153c7d83
|
||||||
|
size 354872
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46ab5fcbb99f8a520b667870f80028533e21a24766032be1595a9acd6e6b9c6e
|
|
||||||
size 342612
|
|
4
_service
4
_service
@ -3,9 +3,9 @@
|
|||||||
<param name="filename">SDL_sound</param>
|
<param name="filename">SDL_sound</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/icculus/SDL_sound</param>
|
<param name="url">https://github.com/icculus/SDL_sound</param>
|
||||||
<param name="revision">df3fc779774c2c5dc1147239da1af858c88f1a74</param>
|
<param name="revision">53f66a30755ad0db12524b22c0553dd63d64377e</param>
|
||||||
<param name="parent-tag">v2.0.1</param>
|
<param name="parent-tag">v2.0.1</param>
|
||||||
<param name="versionformat">2.0.1.g@TAG_OFFSET@</param>
|
<param name="versionformat">2.0.1+g@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
Loading…
Reference in New Issue
Block a user