diff --git a/xscorch.spec b/xscorch.spec index c808cd4..33bdfaa 100644 --- a/xscorch.spec +++ b/xscorch.spec @@ -1,8 +1,8 @@ Name: xscorch Version: 0.2.1 -Release: 20%{?dist} +Release: 32%{?dist} Summary: A Scorched Earth clone -License: GPLv2 +License: GPL-2.0-only URL: http://www.xscorch.org/ Source0: http://www.xscorch.org/releases/%{name}-%{version}.tar.gz Source1: xscorch.desktop @@ -16,6 +16,7 @@ BuildRequires: gcc BuildRequires: libX11-devel gtk2-devel desktop-file-utils libappstream-glib BuildRequires: perl-interpreter Requires: hicolor-icon-theme +Requires: gdk-pixbuf2-modules-extra %description xscorch is a clone of the classic DOS game, "Scorched Earth". The basic goal @@ -26,9 +27,9 @@ power, and you hope to destroy their tank before they destroy yours. %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%patch -P1 -p1 +%patch -P2 -p1 +%patch -P3 -p1 # Fix encoding for i in AUTHORS ChangeLog; do iconv -f ISO-8859-1 -t UTF-8 < ${i} > ${i}.tmp @@ -37,7 +38,7 @@ done %build -export CPPFLAGS="$CPPFLAGS -fcommon" +export CPPFLAGS="$CPPFLAGS -fcommon -std=gnu17" %configure --disable-network --disable-sound make %{?_smp_mflags} @@ -68,6 +69,42 @@ appstream-util validate-relax --nonet \ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.2.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 0.2.1-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jan 09 2026 Gwyn Ciesla - 0.2.1-30 +- Fix XPM requirement. + +* Fri Jul 25 2025 Fedora Release Engineering - 0.2.1-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 0.2.1-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Jul 20 2024 Fedora Release Engineering - 0.2.1-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jan 29 2024 Fedora Release Engineering - 0.2.1-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 0.2.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 0.2.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Mar 01 2023 Gwyn Ciesla - 0.2.1-23 +- migrated to SPDX license + +* Sat Jan 21 2023 Fedora Release Engineering - 0.2.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.2.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild