Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-01-25 23:53:46 +00:00
commit 73c1cf238b

View file

@ -4,7 +4,7 @@ Name: ags
Summary: Engine for creating and running videogames of adventure (quest) genre
Version: 3.5.0.25
URL: http://www.adventuregamestudio.co.uk/site/ags/
Release: 1%{?dist}
Release: 2%{?dist}
Source0: https://github.com/adventuregamestudio/ags/archive/%{fver}/ags-%{fver}.tar.gz
# unbundle alfont
Patch0: %{name}-use-system-alfont.patch
@ -100,6 +100,9 @@ make V=1 -C Engine PREFIX=%{buildroot}%{_prefix} install
%{_bindir}/ags
%changelog
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Aug 03 2020 Dominik Mierzejewski <rpm@greysector.net> - 3.5.0.25-1
- update to 3.5.0.25 (#1862828)
- fix compilation with GCC10 (missing cstdio includes)