Update to 2.0.16

epel9
Sandro Mani 3 years ago
parent 37046cec73
commit 050cae9b65

1
.gitignore vendored

@ -5,3 +5,4 @@
/SDL2-2.0.10.tar.gz
/SDL2-2.0.12.tar.gz
/SDL2-2.0.14.tar.gz
/SDL2-2.0.16.tar.gz

@ -1,8 +1,8 @@
%{?mingw_package_header}
Name: mingw-SDL2
Version: 2.0.14
Release: 3%{?dist}
Version: 2.0.16
Release: 1%{?dist}
Summary: MinGW Windows port of SDL2 cross-platform multimedia library
License: LGPLv2+
@ -11,7 +11,7 @@ Source0: http://www.libsdl.org/release/SDL2-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: make
BuildRequires: dos2unix
BuildRequires: mingw32-filesystem >= 95
@ -78,7 +78,6 @@ device.
%prep
%autosetup -p1 -n SDL2-%{version}
dos2unix COPYING.txt
%build
@ -99,7 +98,7 @@ find %{buildroot} -name "*.la" -delete
# Win32
%files -n mingw32-SDL2
%license COPYING.txt
%license LICENSE.txt
%{mingw32_bindir}/SDL2.dll
%{mingw32_bindir}/sdl2-config
%{mingw32_libdir}/libSDL2.dll.a
@ -115,7 +114,7 @@ find %{buildroot} -name "*.la" -delete
# Win64
%files -n mingw64-SDL2
%license COPYING.txt
%license LICENSE.txt
%{mingw64_bindir}/SDL2.dll
%{mingw64_bindir}/sdl2-config
%{mingw64_libdir}/libSDL2.dll.a
@ -131,6 +130,9 @@ find %{buildroot} -name "*.la" -delete
%changelog
* Wed Aug 11 2021 Sandro Mani <manisandro@gmail.com> - 2.0.16-1
- Update to 2.0.16
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

@ -1 +1 @@
SHA512 (SDL2-2.0.14.tar.gz) = ebc482585bd565bf3003fbcedd91058b2183e333b9ea566d2f386da0298ff970645d9d25c1aa4459c7c96e9ea839fd1c5f2da0242a56892865b2e456cdd027ee
SHA512 (SDL2-2.0.16.tar.gz) = ec75ef8526792650c2647b78bb0244f973774418aeae33a2182d90ce696b30acb652f8be9c2012a16c1c5d5622f7630ff2e1eadae27ea3dc78ab47730cf5e62f

Loading…
Cancel
Save