Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvma for openSUSE:Factory checked 
in at 2023-03-29 23:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvma (Old)
 and      /work/SRC/openSUSE:Factory/.libvma.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvma"

Wed Mar 29 23:28:01 2023 rev:15 rq:1075170 version:9.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvma/libvma.changes    2022-09-30 
17:59:20.721447531 +0200
+++ /work/SRC/openSUSE:Factory/.libvma.new.31432/libvma.changes 2023-03-29 
23:28:03.387731604 +0200
@@ -1,0 +2,5 @@
+Wed Mar 29 08:41:11 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com>
+
+- Add issue-3373882-Fix-compilation-issue-for-gcc-13.0.1.patch for GCC13 
support
+
+-------------------------------------------------------------------

New:
----
  issue-3373882-Fix-compilation-issue-for-gcc-13.0.1.patch

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

Other differences:
------------------
++++++ libvma.spec ++++++
--- /var/tmp/diff_new_pack.aUAr0P/_old  2023-03-29 23:28:04.423737140 +0200
+++ /var/tmp/diff_new_pack.aUAr0P/_new  2023-03-29 23:28:04.427737162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvma
 #
-# 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
@@ -28,6 +28,7 @@
 Release:        0
 Source0:        %{name}-%{version}%{git_ver}.tar.gz
 Source1:        vma.service
+Patch1:         issue-3373882-Fix-compilation-issue-for-gcc-13.0.1.patch
 Patch3:         harden_vma.service.patch
 URL:            https://github.com/Mellanox/libvma
 BuildRequires:  autoconf
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q -n  %{name}-%{version}%{git_ver}
+%patch1
 %patch3 -p1
 
 %build

++++++ issue-3373882-Fix-compilation-issue-for-gcc-13.0.1.patch ++++++
commit 24524730a0344c7de1bba2ba9a2bf637bb32153f
Author: Igor Ivanov <ig...@nvidia.com>
Date:   Mon Feb 20 18:05:47 2023 +0200

    issue: 3373882 Fix compilation issue for gcc 13.0.1
    
    Signed-off-by: Igor Ivanov <ig...@nvidia.com>

diff --git config/m4/compiler.m4 config/m4/compiler.m4
index 014a01f1ed51..3c93276f7b7c 100644
--- config/m4/compiler.m4
+++ config/m4/compiler.m4
@@ -143,7 +143,7 @@ case $CC in
                 -Wno-free-nonheap-object "
         CXXFLAGS="$CXXFLAGS -Wshadow -Wall -Wextra -Werror -Wundef \
                 -ffunction-sections -fdata-sections -Wsequence-point -pipe 
-Winit-self -Wmissing-include-dirs \
-                -Wno-free-nonheap-object "
+                -Wno-free-nonheap-object -Wno-overloaded-virtual "
         ;;
     icc*|icpc*)
         AC_MSG_RESULT([icc])

Reply via email to