Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2022-05-02 16:25:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Mon May  2 16:25:47 2022 rev:51 rq:974303 version:21.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes        2022-03-04 
00:18:37.884297756 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new.1538/dpdk.changes      2022-05-02 
16:25:57.480864123 +0200
@@ -1,0 +2,27 @@
+Wed Apr 27 16:08:56 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 21.11.1
+  * acl: add missing C++ guards
+  * app/compress-perf: Various bug fixes
+  * app/dumpcap: check for failure to set promiscuous
+  * app/fib: fix division by zero
+  * app/pdump: abort on multi-core capture limit
+  * app/regex: fix number of matches
+  * app/testpmd: Various bug fixes
+  * baseband/acc100: avoid out-of-bounds access
+  * bpf: add missing C++ guards
+  * bus/pci: assign driver pointer before mapping
+  * common/cnxk: Various bug fixes
+  * common/mlx5: Various bug fixes
+  * common/sfc_efx/base: fix recirculation ID set in outer rules
+  * compressdev: fix missing space in log macro
+  * eal/linux:
+    * fix device monitor stop return
+    * fix illegal memory access in uevent handler
+    * log hugepage create errors with filename
+  * Full change log can be found online:
+    http://doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html#fixes
+- Rebased 0001-build-try-to-get-kernel-version-from-kernel-source.patch
+- Dropped upstream fixed fix-buildsystem-python36.patch
+
+-------------------------------------------------------------------

Old:
----
  dpdk-21.11.tar.xz
  fix-buildsystem-python36.patch

New:
----
  dpdk-21.11.1.tar.xz

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

Other differences:
------------------
++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.LuHGbM/_old  2022-05-02 16:25:58.336865075 +0200
+++ /var/tmp/diff_new_pack.LuHGbM/_new  2022-05-02 16:25:58.340865079 +0200
@@ -48,7 +48,7 @@
 %bcond_without tools
 #
 Name:           dpdk%{name_tag}
-Version:        21.11
+Version:        21.11.1
 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
@@ -59,8 +59,6 @@
 # PATCH-FIX-OPENSUSE PATCH-FEATURE-UPSTREAM
 Patch0:         0001-build-try-to-get-kernel-version-from-kernel-source.patch
 Patch1:         0002-SLE15-SP3-compatibility-patch-for-kni.patch
-# PATCH-FIX-OPENSUSE fix-buildsystem-python36.patch -- Fix building with 
python36
-Patch2:         fix-buildsystem-python36.patch
 BuildRequires:  binutils
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -179,7 +177,7 @@
 
 %prep
 # can't use %%{name} because of dpdk-thunderx
-%autosetup -p1 -n dpdk-%{version}
+%autosetup -p1 -n dpdk-stable-%{version}
 
 # Skip not supported examples
 sed -i "/performance-thread/d" examples/meson.build

++++++ 0001-build-try-to-get-kernel-version-from-kernel-source.patch ++++++
--- /var/tmp/diff_new_pack.LuHGbM/_old  2022-05-02 16:25:58.356865097 +0200
+++ /var/tmp/diff_new_pack.LuHGbM/_new  2022-05-02 16:25:58.360865101 +0200
@@ -15,14 +15,13 @@
  1 file changed, 12 insertions(+), 6 deletions(-)
 
 diff --git a/kernel/linux/meson.build b/kernel/linux/meson.build
-index d8fb20c1c3..78f28ffb0c 100644
---- a/kernel/linux/meson.build
-+++ b/kernel/linux/meson.build
+--- dpdk-stable-21.11.1/kernel/linux/meson.build       2022-04-26 
12:21:45.000000000 +0200
++++ mew/kernel/linux/meson.build       2022-04-27 18:17:06.676254482 +0200
 @@ -11,7 +11,17 @@
-
+ 
  if not meson.is_cross_build()
      # native build
--    kernel_version = run_command('uname', '-r').stdout().strip()
+-    kernel_version = run_command('uname', '-r', check: true).stdout().strip()
 +    kernel_version = ''
 +    if kernel_source_dir != ''
 +        # Try kernel makefile first
@@ -37,7 +36,4 @@
      kernel_install_dir = '/lib/modules/' + kernel_version + '/extra/dpdk'
      if kernel_build_dir == ''
          # use default path for native builds
--- 
-2.35.1
-
 

++++++ dpdk-21.11.tar.xz -> dpdk-21.11.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/dpdk/dpdk-21.11.tar.xz 
/work/SRC/openSUSE:Factory/.dpdk.new.1538/dpdk-21.11.1.tar.xz differ: char 27, 
line 1

Reply via email to