update to 2.26.5, correct License tag
This commit is contained in:
parent
f166769d8c
commit
4fea60abd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/SDL2-2.26.2.tar.gz
|
||||
/SDL2-2.26.3.tar.gz
|
||||
/SDL2-2.26.4.tar.gz
|
||||
/SDL2-2.26.5.tar.gz
|
||||
|
@ -9,10 +9,10 @@
|
||||
%global libdecor_majver 0
|
||||
|
||||
Name: SDL2
|
||||
Version: 2.26.4
|
||||
Version: 2.26.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform multimedia library
|
||||
License: zlib and MIT
|
||||
License: Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 OR MIT)
|
||||
URL: http://www.libsdl.org/
|
||||
Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
|
||||
Source1: SDL_config.h
|
||||
@ -169,6 +169,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h
|
||||
%{_libdir}/cmake/SDL2/SDL2staticTargets*.cmake
|
||||
|
||||
%changelog
|
||||
* Mon May 1 2023 Tom Callaway <spot@fedoraproject.org> - 2.26.5-1
|
||||
- update to 2.26.5
|
||||
|
||||
* Tue Mar 14 2023 Tom Callaway <spot@fedoraproject.org> - 2.26.4-1
|
||||
- update to 2.26.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SDL2-2.26.4.tar.gz) = 138f52a23d796803c450722c8a4db8226214522e99f1e5ae657e2b28eb45abf0c81c9c3df9ab16f1a07d59722ed9415d64dd04332ff040cdfbbc0329f0d05ce4
|
||||
SHA512 (SDL2-2.26.5.tar.gz) = 0f37b443950bc89c3f3add2fc9a9970f42b47e933c106a1d676d1715c520125d5725ffcb9ff85bcf66ac3ff78d9d43d994f9c1935b7c0fd7951e10e251936bcc
|
||||
|
Loading…
Reference in New Issue
Block a user