Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2026-01-06 17:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdma-core (Old)
 and      /work/SRC/openSUSE:Factory/.rdma-core.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdma-core"

Tue Jan  6 17:41:41 2026 rev:74 rq:1325459 version:61.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes      2025-10-29 
21:04:05.804143568 +0100
+++ /work/SRC/openSUSE:Factory/.rdma-core.new.1928/rdma-core.changes    
2026-01-06 17:41:58.851234451 +0100
@@ -1,0 +2,6 @@
+Mon Jan 05 11:24:23 UTC 2026 - Nicolas Morey <[email protected]>
+
+- Update to rdma-core v61.0
+  - https://github.com/linux-rdma/rdma-core.git/releases/tag/v61.0
+
+-------------------------------------------------------------------

Old:
----
  rdma-core-60.0.0.5321d809e.tar.gz

New:
----
  rdma-core-61.0.0.558104fc3.tar.gz

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

Other differences:
------------------
++++++ rdma-core.spec ++++++
--- /var/tmp/diff_new_pack.1wBJSU/_old  2026-01-06 17:41:59.867276139 +0100
+++ /var/tmp/diff_new_pack.1wBJSU/_new  2026-01-06 17:41:59.867276139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rdma-core
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,9 +30,9 @@
 %define _modprobedir /lib/modprobe.d
 %endif
 
-%define         git_ver .0.5321d809e
+%define         git_ver .0.558104fc3
 Name:           rdma-core
-Version:        60.0
+Version:        61.0
 Release:        0
 Summary:        RDMA core userspace libraries and daemons
 License:        BSD-2-Clause OR GPL-2.0-only
@@ -40,6 +40,7 @@
 
 %define efa_so_major    1
 %define hns_so_major    1
+%define ionic_so_major  1
 %define verbs_so_major  1
 %define rdmacm_so_major 1
 %define umad_so_major   3
@@ -51,6 +52,7 @@
 
 %define  efa_lname    libefa%{efa_so_major}
 %define  hns_lname    libhns%{hns_so_major}
+%define  ionic_lname  libionic%{ionic_so_major}
 %define  verbs_lname  libibverbs%{verbs_so_major}
 %define  rdmacm_lname librdmacm%{rdmacm_so_major}
 %define  umad_lname   libibumad%{umad_so_major}
@@ -173,6 +175,7 @@
 %if 0%{?dma_coherent}
 Requires:       %{efa_lname} = %{version}-%{release}
 Requires:       %{hns_lname} = %{version}-%{release}
+Requires:       %{ionic_lname} = %{version}-%{release}
 Requires:       %{mana_lname} = %{version}-%{release}
 Requires:       %{mlx4_lname} = %{version}-%{release}
 Requires:       %{mlx5_lname} = %{version}-%{release}
@@ -215,6 +218,7 @@
 Obsoletes:      libefa-rdmav2 < %{version}-%{release}
 Obsoletes:      libhfi1verbs-rdmav2 < %{version}-%{release}
 Obsoletes:      libhns-rdmav2 < %{version}-%{release}
+Obsoletes:      libionic-rdmav2 < %{version}-%{release}
 Obsoletes:      libipathverbs-rdmav2 < %{version}-%{release}
 Obsoletes:      libmana-rdmav2 < %{version}-%{release}
 Obsoletes:      libmlx4-rdmav2 < %{version}-%{release}
@@ -225,6 +229,7 @@
 %if 0%{?dma_coherent}
 Requires:       %{efa_lname} = %{version}-%{release}
 Requires:       %{hns_lname} = %{version}-%{release}
+Requires:       %{ionic_lname} = %{version}-%{release}
 Requires:       %{mana_lname} = %{version}-%{release}
 Requires:       %{mlx4_lname} = %{version}-%{release}
 Requires:       %{mlx5_lname} = %{version}-%{release}
@@ -245,6 +250,7 @@
 - libefa: Amazon Elastic Fabric Adapter
 - libhfi1: Intel Omni-Path HFI
 - libhns: HiSilicon Hip08+ SoC
+- libionic: AMD Pensando Distributed Services Card (DSC) RDMA/RoCE Support
 - libipathverbs: QLogic InfiniPath HCA
 - libirdma: Intel Ethernet Connection RDMA
 - libmana: Microsoft Azure Network Adapter
@@ -279,6 +285,13 @@
 %description -n %hns_lname
 This package contains the hns runtime library.
 
+%package -n %ionic_lname
+Summary:        IONIC runtime library
+Group:          System/Libraries
+
+%description -n %ionic_lname
+This package contains the ionic runtime library.
+
 %package -n %mana_lname
 Summary:        MANA runtime library
 Group:          System/Libraries
@@ -543,6 +556,9 @@
 %post -n %hns_lname -p /sbin/ldconfig
 %postun -n %hns_lname -p /sbin/ldconfig
 
+%post -n %ionic_lname -p /sbin/ldconfig
+%postun -n %ionic_lname -p /sbin/ldconfig
+
 %post -n %mana_lname -p /sbin/ldconfig
 %postun -n %mana_lname -p /sbin/ldconfig
 
@@ -681,6 +697,7 @@
 %{_modprobedir}/50-libmlx4.conf
 %{_libexecdir}/mlx4-setup.sh
 %{_libexecdir}/truescale-serdes.cmds
+%{_sbindir}/rdma_topo
 %license COPYING.*
 %if 0%{?suse_version} < 1600
 %{_sbindir}/rcrdma
@@ -743,6 +760,9 @@
 %defattr(-,root,root)
 %{_libdir}/libhns*.so.*
 
+%files -n %ionic_lname
+%{_libdir}/libionic*.so.*
+
 %files -n %mana_lname
 %{_libdir}/libmana*.so.*
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.1wBJSU/_old  2026-01-06 17:41:59.919278273 +0100
+++ /var/tmp/diff_new_pack.1wBJSU/_new  2026-01-06 17:41:59.927278601 +0100
@@ -1,6 +1,6 @@
-mtime: 1761641476
-commit: 56707f11f6ded64fedffbd6ce4706cbcc072c9791150b4943c7981815fabceb3
+mtime: 1767608837
+commit: 78338eaa5061920456d7b13cf11a430a4dc8edd49af7a0fd22b776776abdf2c8
 url: https://src.opensuse.org/HPC/rdma-core.git
-revision: 56707f11f6ded64fedffbd6ce4706cbcc072c9791150b4943c7981815fabceb3
+revision: 78338eaa5061920456d7b13cf11a430a4dc8edd49af7a0fd22b776776abdf2c8
 projectscmsync: https://src.opensuse.org/HPC/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1wBJSU/_old  2026-01-06 17:41:59.951279586 +0100
+++ /var/tmp/diff_new_pack.1wBJSU/_new  2026-01-06 17:41:59.955279750 +0100
@@ -8,7 +8,7 @@
     <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">92ad54bff6071f08eb002f7add4b75712c65b406</param>
+    <param name="revision">101f809fa1da44faabd5407216dd90acf9284bb5</param>
        <param name="extract">suse/rdma-core.spec</param>
   </service>
   <service name="recompress" mode="manual">

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-05 11:55:02.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ prebuilt-pandoc.tgz ++++++
++++ 1991 lines of diff (skipped)

++++++ rdma-core-60.0.0.5321d809e.tar.gz -> rdma-core-61.0.0.558104fc3.tar.gz 
++++++
++++ 7478 lines of diff (skipped)

Reply via email to