diff --git a/endless-sky-0.9.10-gcc10.patch b/endless-sky-0.9.10-gcc10.patch new file mode 100644 index 0000000..cd0fd27 --- /dev/null +++ b/endless-sky-0.9.10-gcc10.patch @@ -0,0 +1,11 @@ +diff -Nrup a/source/Panel.h b/source/Panel.h +--- source/Panel.h 2017-08-12 15:37:19.000000000 -0600 ++++ source/Panel.h 2019-09-23 18:00:51.415560466 -0600 +@@ -17,6 +17,7 @@ PARTICULAR PURPOSE. See the GNU General + + #include + #include ++#include + + #include + diff --git a/endless-sky.spec b/endless-sky.spec index 093f52e..1e2ea36 100644 --- a/endless-sky.spec +++ b/endless-sky.spec @@ -2,7 +2,7 @@ Name: endless-sky Version: 0.9.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Space exploration, trading, and combat game License: GPLv3 @@ -16,6 +16,7 @@ Source1: endless-sky-wrapper Patch0: endless-sky-0.8.10-remove-games-path.patch # Unset CCFLAGS override inside SConstruct. Patch1: endless-sky-0.9.4-remove-additional-ccflags.patch +Patch2: endless-sky-0.9.10-gcc10.patch Requires: %{name}-data = %{version}-%{release} BuildRequires: scons @@ -104,6 +105,9 @@ sed -i 's|/app|%{_prefix}|g' %{buildroot}%{_bindir}/%{name} %changelog +* Sat Dec 14 2019 Jeff Law - 0.9.10-2 +- Fix missing #include for gcc-10 + * Mon Sep 30 2019 Gwyn Ciesla - 0.9.10-1 - 0.9.10 - Environment patch upstreamed.