Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2025-03-02 12:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Sun Mar  2 12:17:30 2025 rev:69 rq:1249226 version:24.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes        2025-01-12 
11:09:08.310051548 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new.19136/dpdk.changes     2025-03-02 
12:20:38.085524388 +0100
@@ -1,0 +2,8 @@
+Mon Feb 17 07:38:12 UTC 2025 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Update to LTS version 24.11
+  * Changelog: https://doc.dpdk.org/guides/rel_notes/release_24_11.html
+  * This update fix build with glibc 2.41
+- Use gcc14 on x86_64 SLE15/16 to avoid the inline error
+
+-------------------------------------------------------------------

Old:
----
  dpdk-23.11.1.tar.xz

New:
----
  dpdk-24.11.tar.xz

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

Other differences:
------------------
++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.OZDAzO/_old  2025-03-02 12:20:38.733551353 +0100
+++ /var/tmp/diff_new_pack.OZDAzO/_new  2025-03-02 12:20:38.733551353 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package dpdk
 #
 # Copyright (c) 2025 SUSE LLC
 #
@@ -35,7 +35,7 @@
 %endif
 # This is in sync with <src>/ABI_VERSION
 # TODO: automate this sync
-%define maj 24
+%define maj 25
 %define min 0
 #%%define lname libdpdk-%%{maj}_%%{min}
 %define lname libdpdk-%{maj}
@@ -52,7 +52,7 @@
 # Add option to build without tools
 %bcond_without tools
 Name:           dpdk%{name_tag}
-Version:        23.11.1
+Version:        24.11
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing
 License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -65,6 +65,12 @@
 Patch1:         0001-examples-vm_power_manager-add-missing-header.patch
 # PATCH-FIX-UPSTREAM - CVE-2024-11614 [bsc#1234718], net/virtio: Fix Denial Of 
Service from malicious guest on hypervisors using DPDK Vhost library
 Patch2:         dpdk-CVE-2024-11614.patch
+%ifarch x86_64
+%if 0%{suse_version} < 1699
+# Workaround for build failure related to inline error
+BuildRequires:  gcc14
+%endif
+%endif
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pyelftools >= 0.22}
 BuildRequires:  %{pythons}
@@ -174,7 +180,7 @@
 
 %prep
 # can't use %%{name} because of dpdk-thunderx
-%setup -q -n dpdk-stable-%{version}
+%setup -q -n dpdk-%{version}
 %if 0%{?suse_version} > 1600
 %autopatch -p1
 %else
@@ -193,6 +199,9 @@
 
 %ifarch x86_64
 export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -msse4"
+%if 0%{suse_version} < 1699
+export CC=gcc-14
+%endif
 %endif
 examples="all"
 for flavor in %{flavors_to_build}; do

++++++ dpdk-23.11.1.tar.xz -> dpdk-24.11.tar.xz ++++++
/work/SRC/openSUSE:Factory/dpdk/dpdk-23.11.1.tar.xz 
/work/SRC/openSUSE:Factory/.dpdk.new.19136/dpdk-24.11.tar.xz differ: char 26, 
line 1

Reply via email to