Hello community,

here is the log from the commit of package endless-sky for openSUSE:Factory 
checked in at 2020-08-31 16:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/endless-sky (Old)
 and      /work/SRC/openSUSE:Factory/.endless-sky.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "endless-sky"

Mon Aug 31 16:52:03 2020 rev:7 rq:830512 version:0.9.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/endless-sky/endless-sky.changes  2020-05-26 
17:24:03.508585978 +0200
+++ /work/SRC/openSUSE:Factory/.endless-sky.new.3399/endless-sky.changes        
2020-08-31 16:52:28.032418913 +0200
@@ -1,0 +2,5 @@
+Tue Aug 11 06:55:46 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- add string-include.patch to fix build
+
+-------------------------------------------------------------------

New:
----
  string-include.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ endless-sky.spec ++++++
--- /var/tmp/diff_new_pack.OCRQFH/_old  2020-08-31 16:52:30.048419890 +0200
+++ /var/tmp/diff_new_pack.OCRQFH/_new  2020-08-31 16:52:30.052419892 +0200
@@ -27,6 +27,8 @@
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE fix-data-path.patch -- Fix installation path of data
 Patch0:         fix-data-path.patch
+# PATCH-FIX-UPSTREAM 
https://github.com/endless-sky/endless-sky/commit/bc3cab5992694547f9c6c067b5579ef06224781b#diff-b7ed3e337d47b8f4fe8af4f35db75efd
+Patch1:         string-include.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -53,6 +55,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden"

++++++ string-include.patch ++++++
>From bc3cab5992694547f9c6c067b5579ef06224781b Mon Sep 17 00:00:00 2001
From: tehhowch <tehho...@users.noreply.github.com>
Date: Sat, 16 May 2020 11:17:25 -0500
Subject: [PATCH] fix: Add missing string include.

closes endless-sky#5075
---
 source/Panel.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/Panel.h b/source/Panel.h
index 1dc27765ab..dd0e828d3c 100644
--- a/source/Panel.h
+++ b/source/Panel.h
@@ -17,6 +17,7 @@ PARTICULAR PURPOSE.  See the GNU General Public License for 
more details.
 
 #include <functional>
 #include <list>
+#include <string>
 
 #include <SDL2/SDL.h>
 

Reply via email to