Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dapl for openSUSE:Factory checked in 
at 2023-05-09 15:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dapl (Old)
 and      /work/SRC/openSUSE:Factory/.dapl.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dapl"

Tue May  9 15:25:20 2023 rev:11 rq:1085714 version:2.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/dapl/dapl.changes        2018-07-17 
09:43:15.365101248 +0200
+++ /work/SRC/openSUSE:Factory/.dapl.new.1533/dapl.changes      2023-05-09 
15:25:21.473892343 +0200
@@ -1,0 +2,6 @@
+Thu May  4 13:18:39 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Convert to proper multibuild package: the spec is already all
+  done to distinguish flavors.
+
+-------------------------------------------------------------------

Old:
----
  dapl-debug.changes
  dapl-debug.spec
  pre_checkin.sh

New:
----
  _multibuild

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

Other differences:
------------------
++++++ dapl.spec ++++++
--- /var/tmp/diff_new_pack.3XLYvp/_old  2023-05-09 15:25:22.305896973 +0200
+++ /var/tmp/diff_new_pack.3XLYvp/_new  2023-05-09 15:25:22.313897017 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dapl
+# spec file
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,12 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" != ""
+%define nsuffix -%{flavor}
+%endif
+
 %define git_version %nil
-Name:           dapl
+Name:           dapl%{?nsuffix}
 Summary:        A Library for userspace access to RDMA devices using OS 
Agnostic DAT APIs
 License:        BSD-3-Clause OR GPL-2.0-or-later OR CPL-1.0
 Group:          Productivity/Networking/System
@@ -35,7 +40,7 @@
 Patch14:        ucm-mcm-fix-backlog-parameter-for-socket.patch
 # PATCH-FIX-UPSTREAM 
http://git.openfabrics.org/?p=~ardavis/dapl.git;a=commitdiff;h=f1e05b7adcee629ee7c1d4d86ea55344d9309232
 Patch15:        reproducible.patch
-Url:            http://www.openfabrics.org
+URL:            http://www.openfabrics.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -55,7 +60,7 @@
 %endif
 #
 Requires(post):   /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
+Requires(postun):/sbin/ldconfig
 Requires(post):   sed
 Requires(post):   coreutils
 

++++++ _multibuild ++++++
<multibuild>
  <package>debug</package>
</multibuild>

Reply via email to