Update to new snapshot release
- Update license tag information
This commit is contained in:
parent
5c6f109705
commit
dae823ae89
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/sdl12-compat-efe9791.tar.gz
|
||||
/sdl12-compat-21830e8.tar.gz
|
||||
/sdl12-compat-c0504eb.tar.gz
|
||||
/sdl12-compat-44f299f.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global commit c0504eb42c7cabc23c6b4a16f5915ee49962ddff
|
||||
%global commit 44f299f49f60ba8985ac08eb997c823005099929
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20210612
|
||||
|
||||
@ -13,8 +13,10 @@ Name: sdl12-compat
|
||||
Version: 0.0.1~git.%{commitdate}.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: SDL 1.2 runtime compatibility library using SDL 2.0
|
||||
|
||||
License: zlib
|
||||
# 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
|
||||
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
|
||||
# Multilib aware-header stub
|
||||
@ -135,6 +137,10 @@ install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 13 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210612.44f299f-1
|
||||
- Update to new snapshot release
|
||||
- Update license tag information
|
||||
|
||||
* Sat Jun 12 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210612.c0504eb-1
|
||||
- Update to new snapshot release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sdl12-compat-c0504eb.tar.gz) = 6e8d4029635c10971081224bc941ed4c752c694855042658653d803cb32140bd7ccc2a01363405d6e348951f62a1d868ced0795b93730b0f85adbfe827c7dbdf
|
||||
SHA512 (sdl12-compat-44f299f.tar.gz) = 4bbebc8f96cc98a923e85b2df8d4798cf1fc1f89fdc045b84abba02478712c149fd878d31e866b842b480e50b8ea0d0dc04d79975e5c90288131f57fd4d69e7d
|
||||
|
Loading…
Reference in New Issue
Block a user