Update to new snapshot release
This commit is contained in:
parent
bf015874c4
commit
cc181ad2aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/sdl12-compat-c0504eb.tar.gz
|
||||
/sdl12-compat-44f299f.tar.gz
|
||||
/sdl12-compat-f44f295.tar.gz
|
||||
/sdl12-compat-4ad7ba6.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%global commit f44f295a0a7ede567dee9610127d069ccf281720
|
||||
%global commit 4ad7ba6348d08d75496362efab1cbf099a6de42d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20210618
|
||||
%global commitdate 20210619
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Features disabled for RHEL
|
||||
@ -11,11 +11,10 @@
|
||||
|
||||
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 SGI-Free-B-1.1 but is upgraded to SGI-Free-B-2.0 for Fedora
|
||||
# Upstream request to update SDL_opengl.h: https://github.com/libsdl-org/sdl12-compat/issues/105
|
||||
# SDL_opengl.h is zlib and MIT
|
||||
License: zlib and (Public Domain or MIT-0) and MIT
|
||||
URL: https://github.com/libsdl-org/sdl12-compat
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -146,6 +145,9 @@ install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210619.4ad7ba6-1
|
||||
- Update to new snapshot release
|
||||
|
||||
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210618.f44f295-2
|
||||
- Add devel dependencies expected by SDL packages to devel subpackage
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sdl12-compat-f44f295.tar.gz) = a8c02a381dd5a1571726522dcbb0e578cc6572e7ac3ad69d9b710928439fdfe253df9ff14513703e0fb58107689f4111305936534911a59e5ef3a79785d444ec
|
||||
SHA512 (sdl12-compat-4ad7ba6.tar.gz) = 27be66378a6f5a27952a00d856ef3e9cd661e0093e893b70a1b63676c57c819db210c4f662f5f2e819e4ab302f45b2a8e0bbef6b4c3f7aecdf82c069f5851868
|
||||
|
Loading…
Reference in New Issue
Block a user