Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f051780e2 | ||
|
|
d2f5c04286 | ||
|
|
ae362d8960 | ||
|
|
ace0947fea | ||
|
|
4fdaf45059 | ||
|
|
703e8e4ae4 |
3 changed files with 31 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -13,3 +13,8 @@
|
|||
/SDL3-3.3.2.tar.gz
|
||||
/SDL3-3.3.6.tar.gz
|
||||
/SDL3-3.4.0.tar.gz
|
||||
/SDL3-3.4.4.tar.gz
|
||||
/SDL3-3.4.8.tar.gz
|
||||
/SDL3-3.4.10.tar.gz
|
||||
/SDL3-3.4.12.tar.gz
|
||||
/SDL3-3.4.14.tar.gz
|
||||
|
|
|
|||
27
SDL3.spec
27
SDL3.spec
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
|
||||
Name: SDL3
|
||||
Version: 3.4.0
|
||||
Release: 3%{?dist}
|
||||
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)
|
||||
URL: http://www.libsdl.org/
|
||||
|
|
@ -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,25 @@ 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
|
||||
|
||||
* Mon Jun 01 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.4.10-1
|
||||
- Update to v3.4.10
|
||||
|
||||
* Sat May 02 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.4.8-1
|
||||
- Update to v3.4.8
|
||||
|
||||
* Sat Apr 04 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.4.4-1
|
||||
- Update to v3.4.4
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (SDL3-3.4.0.tar.gz) = b7803fc1a7260a0594644bf81df8c300d63c30c436a2b8c8217d58cd25814faf44e2945a4979c860f81cddc367913cc8c03f0bf6745da2918121f379fd9cb27b
|
||||
SHA512 (SDL3-3.4.14.tar.gz) = 4105d57b3581d9d1e98c0bbd38d69cc5015b2b3d358fff0a617f9a89b37f5dd3e32e95b6ffc01cb865b9c599956cffa5cfcb96812fe7ed4afad632872c617e87
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue