Update to new snapshot release
This commit is contained in:
parent
fe09323e03
commit
6bf37b39d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/sdl12-compat-44f299f.tar.gz
|
||||
/sdl12-compat-f44f295.tar.gz
|
||||
/sdl12-compat-4ad7ba6.tar.gz
|
||||
/sdl12-compat-08b5def.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global commit 4ad7ba6348d08d75496362efab1cbf099a6de42d
|
||||
%global commit 08b5def22f66d4baa04bcca382fd5e8df5fcb7e1
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20210619
|
||||
%global commitdate 20210624
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Features disabled for RHEL
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: sdl12-compat
|
||||
Version: 0.0.1~git.%{commitdate}.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: SDL 1.2 runtime compatibility library using SDL 2.0
|
||||
# mp3 decoder code is MIT-0/PD
|
||||
# SDL_opengl.h is zlib and MIT
|
||||
@ -139,10 +139,14 @@ install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h
|
||||
%if %{with static}
|
||||
%files static
|
||||
%{_libdir}/libSDL.a
|
||||
%{_libdir}/libSDLmain.a
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210624.08b5def-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210619.4ad7ba6-2
|
||||
- Update devel dependencies based on upstream feedback
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sdl12-compat-4ad7ba6.tar.gz) = 27be66378a6f5a27952a00d856ef3e9cd661e0093e893b70a1b63676c57c819db210c4f662f5f2e819e4ab302f45b2a8e0bbef6b4c3f7aecdf82c069f5851868
|
||||
SHA512 (sdl12-compat-08b5def.tar.gz) = d2fc089742f956b8b750969e3015a25bc34a6b08cc17856c366185b64af5fb38590c426179241c0e466c2c40cd5c5c7f1b730128e0a7bc288125ed24ba278c9c
|
||||
|
Loading…
Reference in New Issue
Block a user