Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f051780e2 | ||
|
|
d2f5c04286 |
3 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/SDL3-3.4.8.tar.gz
|
||||
/SDL3-3.4.10.tar.gz
|
||||
/SDL3-3.4.12.tar.gz
|
||||
/SDL3-3.4.14.tar.gz
|
||||
|
|
|
|||
13
SDL3.spec
13
SDL3.spec
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
Name: SDL3
|
||||
Version: 3.4.12
|
||||
Version: 3.4.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-platform multimedia library
|
||||
License: Zlib AND MIT AND Apache-2.0 AND (Apache-2.0 OR MIT)
|
||||
|
|
@ -172,6 +172,10 @@ mv %{buildroot}%{_includedir}/SDL3/SDL_revision.h %{buildroot}%{_includedir}/SDL
|
|||
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL3/SDL_revision.h
|
||||
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%doc BUGS.txt CREDITS.md README.md
|
||||
|
|
@ -202,6 +206,13 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL3/SDL_revision.h
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 04 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.4.14-1
|
||||
- Update to v3.4.14
|
||||
- Run tests in %%check
|
||||
|
||||
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jul 02 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.4.12-1
|
||||
- Update to v3.4.12
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (SDL3-3.4.12.tar.gz) = c53cb5d82f6a9b7221bfd4f64d5352fd0c91837b7cb88ccf4898657b241189e25b7d405aa0c5c42ee25bad9a19c1da5c2daca6f8fde493ae26cb3e5f2883c0f5
|
||||
SHA512 (SDL3-3.4.14.tar.gz) = 4105d57b3581d9d1e98c0bbd38d69cc5015b2b3d358fff0a617f9a89b37f5dd3e32e95b6ffc01cb865b9c599956cffa5cfcb96812fe7ed4afad632872c617e87
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue