Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dafcfb9c24 | ||
|
|
3c09ac3af8 |
2 changed files with 9 additions and 6 deletions
13
ags.spec
13
ags.spec
|
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
Name: ags
|
Name: ags
|
||||||
Summary: Engine for creating and running videogames of adventure (quest) genre
|
Summary: Engine for creating and running videogames of adventure (quest) genre
|
||||||
Version: 3.6.0.56
|
Version: 3.6.0.59
|
||||||
URL: http://www.adventuregamestudio.co.uk/site/ags/
|
URL: http://www.adventuregamestudio.co.uk/site/ags/
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/adventuregamestudio/ags/archive/%{fver}/ags-%{fver}.tar.gz
|
Source0: https://github.com/adventuregamestudio/ags/archive/%{fver}/ags-%{fver}.tar.gz
|
||||||
# fix build with GCC14
|
# fix build with GCC14
|
||||||
Patch0: %{name}-gcc14.patch
|
Patch0: %{name}-gcc14.patch
|
||||||
|
|
@ -69,12 +69,12 @@ since continued to be developed by contributors.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gcc14
|
%patch -P0 -p1 -b .gcc14
|
||||||
%if %{with freetype}
|
%if %{with freetype}
|
||||||
%patch2 -p1 -b .noft
|
%patch -P2 -p1 -b .noft
|
||||||
%endif
|
%endif
|
||||||
%if %{with openal}
|
%if %{with openal}
|
||||||
%patch3 -p1 -b .openal
|
%patch -P3 -p1 -b .openal
|
||||||
%endif
|
%endif
|
||||||
# delete unused bundled stuff
|
# delete unused bundled stuff
|
||||||
pushd Common/libinclude
|
pushd Common/libinclude
|
||||||
|
|
@ -118,6 +118,9 @@ make V=1 -C Engine PREFIX=%{buildroot}%{_prefix} install
|
||||||
%{_bindir}/ags
|
%{_bindir}/ags
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 28 2025 Dominik Mierzejewski <dominik@greysector.net> - 3.6.0.59-1
|
||||||
|
- update to 3.6.0.59
|
||||||
|
|
||||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0.56-3
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0.56-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (ags-v3.6.0.56.tar.gz) = f36ec7c34a232e109d0dffff438fb8a6dc3e7ad5825b66b009c982c2505bc136ed660dc871b1c65fc799592f3dcac9082680b7d212a5081198d7bb56ca8be3f6
|
SHA512 (ags-v3.6.0.59.tar.gz) = accfe3417146f5057a343064685b425bbb3e24d41648175e53d11ddb39c74a894b664e755705f49efc034124e12f2737b0583a6e36308481094c1fa005872ab5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue