Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package supertux2 for openSUSE:Factory 
checked in at 2022-05-19 22:51:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supertux2 (Old)
 and      /work/SRC/openSUSE:Factory/.supertux2.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supertux2"

Thu May 19 22:51:59 2022 rev:13 rq:978138 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/supertux2/supertux2.changes      2022-01-03 
10:50:42.439610037 +0100
+++ /work/SRC/openSUSE:Factory/.supertux2.new.1538/supertux2.changes    
2022-05-19 22:52:01.382535697 +0200
@@ -1,0 +2,5 @@
+Thu May 12 13:06:54 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add supertux2-gcc12.patch: Fix build with gcc12.
+
+-------------------------------------------------------------------

New:
----
  supertux2-gcc12.patch

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

Other differences:
------------------
++++++ supertux2.spec ++++++
--- /var/tmp/diff_new_pack.X0vgRN/_old  2022-05-19 22:52:02.598537158 +0200
+++ /var/tmp/diff_new_pack.X0vgRN/_new  2022-05-19 22:52:02.602537162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package supertux2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:          Amusements/Games/Action/Arcade
 URL:            https://supertux.github.io/
 Source:         
https://github.com/SuperTux/supertux/releases/download/v%{version}/SuperTux-v%{version}-Source.tar.gz
+Patch0:         supertux2-gcc12.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -55,7 +56,7 @@
 style like the original SuperMario games.
 
 %prep
-%setup -q -n SuperTux-v%{version}-Source
+%autosetup -p1 -n SuperTux-v%{version}-Source
 # Use supertux2.png filename to not conflict with supertux package.
 for res in png xpm; do
     cp -f data/images/engine/icons/{%{_name},%{name}}.$res

++++++ supertux2-gcc12.patch ++++++
Index: supertux/external/partio_zip/zip_manager.hpp
===================================================================
--- supertux.orig/external/partio_zip/zip_manager.hpp
+++ supertux/external/partio_zip/zip_manager.hpp
@@ -47,6 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 #include <string>
 #include <stdexcept>
 #include <vector>
+#include <memory>
 
 namespace Partio{
 struct ZipFileHeader;

Reply via email to