Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openlierox for openSUSE:Factory 
checked in at 2023-04-14 16:54:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openlierox (Old)
 and      /work/SRC/openSUSE:Factory/.openlierox.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openlierox"

Fri Apr 14 16:54:12 2023 rev:5 rq:1079463 version:0.58_rc5

Changes:
--------
--- /work/SRC/openSUSE:Factory/openlierox/openlierox.changes    2023-01-23 
18:32:12.236159982 +0100
+++ /work/SRC/openSUSE:Factory/.openlierox.new.19717/openlierox.changes 
2023-04-14 16:54:13.240290469 +0200
@@ -1,0 +2,6 @@
+Mon Apr 10 22:21:22 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Add openlierox-add-missing-include.patch: Add missing include
+  cstdint. Exposed by gcc 13.
+
+-------------------------------------------------------------------

New:
----
  openlierox-add-missing-include.patch

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

Other differences:
------------------
++++++ openlierox.spec ++++++
--- /var/tmp/diff_new_pack.k82SYr/_old  2023-04-14 16:54:14.056295166 +0200
+++ /var/tmp/diff_new_pack.k82SYr/_new  2023-04-14 16:54:14.060295189 +0200
@@ -24,6 +24,8 @@
 Group:          Amusements/Games/Other
 URL:            http://www.openlierox.net/
 Source:         
http://downloads.sourceforge.net/%{name}/OpenLieroX_%{version}.src.tar.bz2
+# PATCH-FIX-UPSTREAM openlierox-add-missing-include.patch -- Add missing 
include cstdint
+Patch:          openlierox-add-missing-include.patch
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  cmake
@@ -52,7 +54,7 @@
 are available to provide endless gaming pleasure.
 
 %prep
-%autosetup -n OpenLieroX
+%autosetup -n OpenLieroX -p1
 
 %build
 %if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}

++++++ openlierox-add-missing-include.patch ++++++
Index: OpenLieroX/include/MathLib.h
===================================================================
--- OpenLieroX.orig/include/MathLib.h
+++ OpenLieroX/include/MathLib.h
@@ -24,6 +24,7 @@
 #include <cmath>
 
 #include "CVec.h"
+#include <cstdint>
 
 
 // Constants

Reply via email to