Sync latest version from Fedora Linux 35
This resolves a number of issues with SDL1 emulation on SDL2, and includes a packaging fix to ensure the correct SDL2 library is pulled in at install-time. Reference upstream Fedora package commits: *e1fcdfe683
*b1cae1ce5e
*32cd0d8f77
*e2ce0bbe24
*8caed3f0c2
Resolves: rhbz#1970507 Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
parent
a9c7374170
commit
35941b0051
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/sdl12-compat-a3bfcb2.tar.gz
|
||||
/sdl12-compat-4e4527a.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global commit a3bfcb2f85ec6477c4bc54585c1749934e6486d4
|
||||
%global commit 4e4527a123fb99a1677055d89c5fc74323ddc4d8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20210814
|
||||
%global commitdate 20211125
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Features disabled for RHEL
|
||||
@ -41,7 +41,7 @@ Conflicts: SDL < 1.2.50
|
||||
Provides: SDL = 1.2.50
|
||||
Provides: SDL%{?_isa} = 1.2.50
|
||||
# This dlopens SDL2 (?!), so manually depend on it
|
||||
Requires: SDL2 >= 2.0.14
|
||||
Requires: SDL2%{?_isa} >= 2.0.14
|
||||
|
||||
%description
|
||||
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
|
||||
@ -149,6 +149,22 @@ rm -rf %{buildroot}%{_libdir}/*.a
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 27 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20211125.4e4527a-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Sun Nov 07 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20211107.a10d6b6-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Sun Sep 26 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20210926.c6cfc8f-1
|
||||
- Update to new snapshot release
|
||||
- Ensure SDL2 dependency is arched
|
||||
|
||||
* Sun Sep 12 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20210909.a98590a-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Thu Aug 26 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20210825.b5f7170-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Sun Aug 22 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.0.1~git.20210814.a3bfcb2-1
|
||||
- Update to new snapshot release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sdl12-compat-a3bfcb2.tar.gz) = c6102796cf95e15785e05ce294a0ad284390f068e0255cce569b5ab8989760d5f7959cbd183beb8fcc6e49934ef9189e7fbb4ca4e6ec32d50d2f2602e825edfa
|
||||
SHA512 (sdl12-compat-4e4527a.tar.gz) = bd613d367bc0d0e7e011b31acf5f81075708a783a71073e0bbcf6c4e62538da6ba412a685f7bf50714b8c78fb77e0ce76b54d32dae4ef4110400d42dcac50bb8
|
||||
|
Loading…
Reference in New Issue
Block a user