Script 'mail_helper' called by obssrc
Hello community,

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

Package is "dolphin-emu"

Wed Apr 12 15:12:27 2023 rev:5 rq:1078628 version:5.0.17995

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin-emu/dolphin-emu.changes  2023-01-01 
09:38:43.874736734 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin-emu.new.19717/dolphin-emu.changes       
2023-04-12 15:12:28.526121239 +0200
@@ -1,0 +2,6 @@
+Wed Apr 12 10:06:22 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add dolphin-emu-gcc13.patch: Fix build using GCC 13. Patch
+  imported based on 
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/pull/326
+
+-------------------------------------------------------------------

New:
----
  dolphin-emu-gcc13.patch

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

Other differences:
------------------
++++++ dolphin-emu.spec ++++++
--- /var/tmp/diff_new_pack.49TBvV/_old  2023-04-12 15:12:29.226125302 +0200
+++ /var/tmp/diff_new_pack.49TBvV/_new  2023-04-12 15:12:29.234125348 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dolphin-emu
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 # n=dolphin-emu && v=5.0.17995 && c=8bad821019721b9b72701b495da95656ace5fea5 
&& cd /tmp && git clone https://github.com/$n/dolphin.git $n && cd $n && git 
checkout $c && rm -rf .??* && cd .. && n=dolphin-emu && d=$n-$v && mv $n $d && 
f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f"
 Source0:        %{name}-%{version}.tar.xz
 Patch0:         %{name}-not-discord-presence.patch
+Patch1:         dolphin-emu-gcc13.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++++++ dolphin-emu-gcc13.patch ++++++
>From 383f06b9fd9d36fb54cb3d4ac3363a670104bc62 Mon Sep 17 00:00:00 2001
From: Stephan Hartmann <sth...@googlemail.com>
Date: Wed, 29 Mar 2023 17:30:34 +0000
Subject: [PATCH] IWYU: add cstdio for snprintf in vk_mem_alloc.h

Discoverd with upcoming GCC 13.
---
 include/vk_mem_alloc.h | 1 +
 1 file changed, 1 insertion(+)

--- 
dolphin-emu-5.0.17995.orig/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h
+++ dolphin-emu-5.0.17995/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h
@@ -2602,6 +2602,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeS
 #undef VMA_IMPLEMENTATION
 
 #include <cstdint>
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 #include <utility>

Reply via email to