2.28.4
This commit is contained in:
parent
066d3a30d8
commit
60a4f316ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/SDL2-2.26.3.tar.gz
|
||||
/SDL2-2.26.4.tar.gz
|
||||
/SDL2-2.26.5.tar.gz
|
||||
/SDL2-2.28.4.tar.gz
|
||||
|
@ -9,8 +9,8 @@
|
||||
%global libdecor_majver 0
|
||||
|
||||
Name: SDL2
|
||||
Version: 2.26.5
|
||||
Release: 2%{?dist}
|
||||
Version: 2.28.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform multimedia library
|
||||
License: Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 OR MIT)
|
||||
URL: http://www.libsdl.org/
|
||||
@ -158,6 +158,7 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h
|
||||
%{_libdir}/cmake/SDL2/SDL2Config*.cmake
|
||||
%{_libdir}/cmake/SDL2/SDL2Targets*.cmake
|
||||
%{_libdir}/cmake/SDL2/SDL2mainTargets*.cmake
|
||||
%{_libdir}/cmake/SDL2/sdlfind.cmake
|
||||
%{_includedir}/SDL2
|
||||
%{_datadir}/aclocal/*
|
||||
%{_libdir}/libSDL2_test.a
|
||||
@ -169,6 +170,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h
|
||||
%{_libdir}/cmake/SDL2/SDL2staticTargets*.cmake
|
||||
|
||||
%changelog
|
||||
* Mon Oct 2 2023 Tom Callaway <spot@fedoraproject.org> - 2.28.4-1
|
||||
- update to 2.28.4
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.26.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (SDL2-2.26.5.tar.gz) = 0f37b443950bc89c3f3add2fc9a9970f42b47e933c106a1d676d1715c520125d5725ffcb9ff85bcf66ac3ff78d9d43d994f9c1935b7c0fd7951e10e251936bcc
|
||||
SHA512 (SDL2-2.28.4.tar.gz) = 16950ccedcfdef42ee6eba1a6bf09ed7231ea0205fe8600388de2aed1aba94da2e5450d16e9732dce9f12569a238730b3727bf64b8699f1fed4cb3c5c94c3eaa
|
||||
|
Loading…
Reference in New Issue
Block a user