SDL3: 3.2.0

This commit is contained in:
Raven 2025-03-15 12:50:29 +06:00
parent 89ac6cab94
commit d597802bca

View File

@ -9,13 +9,12 @@
%global libdecor_majver 0
Name: SDL3
Version: 3.1.6
Version: 3.2.0
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/
#Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
Source0: https://github.com/libsdl-org/SDL/releases/download/preview-%{version}/%{name}-%{version}.tar.gz
Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
Source1: SDL3_revision.h
# Patches from upstream
@ -114,7 +113,7 @@ Testing libraries for SDL3.
%prep
%autosetup -S git_am
sed -e 's/\r//g' -i README.md WhatsNew.txt BUGS.txt LICENSE.txt CREDITS.md README-SDL.txt
sed -e 's/\r//g' -i README.md WhatsNew.txt BUGS.txt LICENSE.txt CREDITS.md
%build
@ -157,7 +156,7 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL3/SDL_revision.h
%files
%license LICENSE.txt
%doc BUGS.txt CREDITS.md README-SDL.txt
%doc BUGS.txt CREDITS.md
%{_libdir}/libSDL3.so.0{,.*}
%files devel
@ -182,6 +181,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL3/SDL_revision.h
%changelog
* Sat Jan 25 2025 Raven <raven@sysadmins.ws> - 3.2.0-1
- Update to 3.2.0
* Mon Dec 02 2024 Neal Gompa <ngompa@fedoraproject.org> - 3.1.6-1
- Update to 3.1.6
- Split testing library into subpackage