Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openucx for openSUSE:Factory checked 
in at 2022-10-10 18:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openucx (Old)
 and      /work/SRC/openSUSE:Factory/.openucx.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openucx"

Mon Oct 10 18:44:15 2022 rev:23 rq:1008219 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openucx/openucx.changes  2022-10-03 
13:44:08.829268274 +0200
+++ /work/SRC/openSUSE:Factory/.openucx.new.2275/openucx.changes        
2022-10-10 18:44:39.642881333 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 16:39:30 UTC 2022 - Nicolas Morey-Chaisemartin 
<nmoreychaisemar...@suse.com>
+
+- Update openucx-s390x-support.patch to add missing ucs_ffs32 on s390x
+- Drop baselibs.conf as openucx only works on 64b systems
+
+-------------------------------------------------------------------

Old:
----
  baselibs.conf

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

Other differences:
------------------
++++++ openucx.spec ++++++
--- /var/tmp/diff_new_pack.WCRqSB/_old  2022-10-10 18:44:41.834886051 +0200
+++ /var/tmp/diff_new_pack.WCRqSB/_new  2022-10-10 18:44:41.838886060 +0200
@@ -27,7 +27,6 @@
 #Git-Clone:    git://github.com/openucx/ucx
 #Git-Web:      https://github.com/openucx/ucx
 Source:         
https://github.com/openucx/ucx/releases/download/v%version/ucx-%version.tar.gz
-Source1:        baselibs.conf
 Patch1:         openucx-s390x-support.patch
 Patch2:         ucm-fix-UCX_MEM_MALLOC_RELOC.patch
 Patch3:         UCS-DEBUG-replace-PTR-with-void.patch

++++++ openucx-s390x-support.patch ++++++
--- /var/tmp/diff_new_pack.WCRqSB/_old  2022-10-10 18:44:41.870886128 +0200
+++ /var/tmp/diff_new_pack.WCRqSB/_new  2022-10-10 18:44:41.874886137 +0200
@@ -1,4 +1,4 @@
-commit 9d5c0d189d4cd5413089bd65fed1e87293e15763
+commit d85339a86c0902ca36f4306f8d971cf46ae87eaf
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Tue Sep 27 17:47:15 2022 +0200
 
@@ -217,10 +217,10 @@
  #endif
 diff --git src/ucs/arch/s390x/bitops.h src/ucs/arch/s390x/bitops.h
 new file mode 100644
-index 000000000000..39ad125107e9
+index 000000000000..ce48ff1ff451
 --- /dev/null
 +++ src/ucs/arch/s390x/bitops.h
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,37 @@
 +/**
 +* Copyright (C) Mellanox Technologies Ltd. 2001-2015.  ALL RIGHTS RESERVED.
 +*
@@ -247,6 +247,11 @@
 +      return 63 - __builtin_clz(n);
 +}
 +
++static UCS_F_ALWAYS_INLINE unsigned ucs_ffs32(uint32_t n)
++{
++    return __ucs_ilog2_u32(n & -n);
++}
++
 +static inline unsigned ucs_ffs64(uint64_t n)
 +{
 +    return __ucs_ilog2_u64(n & -n);

Reply via email to