Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2018-06-20 15:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and      /work/SRC/openSUSE:Factory/.opa-fm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opa-fm"

Wed Jun 20 15:26:18 2018 rev:10 rq:617428 version:10.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes    2017-12-19 
10:59:39.249971118 +0100
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes       2018-06-20 
15:26:22.256929175 +0200
@@ -1,0 +2,9 @@
+Tue Jun 12 07:16:45 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update to v10.7.0.0.145 (fate#325046)
+  * No changelog available
+- Rebase opa-fm-use-RPM_OPT_FLAGS.patch and
+  opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch to the
+  latest sources.
+
+-------------------------------------------------------------------

Old:
----
  opa-fm-10.6.0.0.132.0.a774619.tar.gz

New:
----
  opa-fm-10.7.0.0.141.0.ea3548c1fcee.tar.gz

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

Other differences:
------------------
++++++ opa-fm.spec ++++++
--- /var/tmp/diff_new_pack.0Urheo/_old  2018-06-20 15:26:23.444886083 +0200
+++ /var/tmp/diff_new_pack.0Urheo/_new  2018-06-20 15:26:23.448885938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
 #
 
 
-%define git_ver .0.132.0.a774619
+%define git_ver .0.141.0.ea3548c1fcee
 
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa-fm/
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:           opa-fm
-Version:        10.6.0
+Version:        10.7.0
 Release:        0
 Summary:        Intel Omni-Path Fabric Management Software
 License:        BSD-3-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0Urheo/_old  2018-06-20 15:26:23.488884487 +0200
+++ /var/tmp/diff_new_pack.0Urheo/_new  2018-06-20 15:26:23.488884487 +0200
@@ -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">a774619e12db384fd473939f3ec9679eb9f2ae46</param>
+    <param name="revision">ea3548c1fceea2be961387bffaf23e139aa44e0b</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">opa-fm*.tar</param>

++++++ opa-fm-10.6.0.0.132.0.a774619.tar.gz -> 
opa-fm-10.7.0.0.141.0.ea3548c1fcee.tar.gz ++++++
/work/SRC/openSUSE:Factory/opa-fm/opa-fm-10.6.0.0.132.0.a774619.tar.gz 
/work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm-10.7.0.0.141.0.ea3548c1fcee.tar.gz
 differ: char 12, line 1

++++++ opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch ++++++
--- /var/tmp/diff_new_pack.0Urheo/_old  2018-06-20 15:26:23.520883326 +0200
+++ /var/tmp/diff_new_pack.0Urheo/_new  2018-06-20 15:26:23.520883326 +0200
@@ -1,4 +1,4 @@
-commit 73c5be8b293eba4460b59e2dfac571e4c3363637
+commit 39096d08575e62cf025a4fa2555b24ee5c19e23d
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Mon Aug 28 14:07:34 2017 +0200
 
@@ -7,45 +7,43 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git MakeTools/funcs-ext.sh MakeTools/funcs-ext.sh
-index 0d9f1d5..3d283d3 100755
+index 56a85fd68afa..8c49f79bc6be 100755
 --- MakeTools/funcs-ext.sh
 +++ MakeTools/funcs-ext.sh
-@@ -711,30 +711,35 @@ function os_vendor()
+@@ -710,31 +710,36 @@ function os_vendor()
+         # Apple Mac
          rval=apple
      else
-         filelist=($('ls' /etc/*-release | egrep -v lsb | egrep -v os))
+-        filelist=($('ls' /etc/*-release | egrep -v lsb | egrep -v os))
 -        rval=""
 -        if [ ${#filelist[@]} -eq 0 ] && [ -f /etc/lsb-release ]; then
--            rval=$(cat /etc/lsb-release | egrep DISTRIB_ID | cut -d'=' -f2)
+-            rval=$(cat /etc/lsb-release | egrep DISTRIB_ID | cut -d'=' -f2 | 
tr '[:upper:]' '[:lower:]')
 -        fi
 -        for file in $filelist
 -        do
 -          if [ -f $file ]
 -          then
--                  rval=$(basename $file -release)
--                  if [ $rval = 'SuSE' ]
--                  then
--                          if [ -f /etc/UnitedLinux-release ]
--                          then
--                                  rval=UnitedLinux
--                          fi
--                      elif [ $rval = 'centos' ]
+-              rval=$(basename $file -release)
+-              if [ $rval = 'SuSE' ]
+-              then
+-                      if [ -f /etc/UnitedLinux-release ]
 -                      then
--                              rval=redhat
--                      elif [ $rval != 'os' ]
--                      then
--                              break
--                  fi
--          fi
--        done
+-                              rval=UnitedLinux
 +        if [ $? == 1 ]
 +        then
 +            rval="custom"
 +        else
++                      filelist=($('ls' /etc/*-release | egrep -v lsb | egrep 
-v os))
 +                      rval=""
 +                      if [ ${#filelist[@]} -eq 0 ] && [ -f /etc/lsb-release 
]; then
-+                              rval=$(cat /etc/lsb-release | egrep DISTRIB_ID 
| cut -d'=' -f2)
-+                      fi
++                              rval=$(cat /etc/lsb-release | egrep DISTRIB_ID 
| cut -d'=' -f2 | tr '[:upper:]' '[:lower:]')
+                       fi
+-              elif [ $rval = 'centos' ]
+-              then
+-                      rval=redhat
+-              elif [ $rval != 'os' ]
+-              then
+-                      break
 +                      for file in $filelist
 +                      do
 +                              if [ -f $file ]
@@ -66,7 +64,9 @@
 +                                      fi
 +                              fi
 +                      done
-+              fi
+               fi
+-          fi
+-        done
      fi
      echo $rval
  }

++++++ opa-fm-use-RPM_OPT_FLAGS.patch ++++++
--- /var/tmp/diff_new_pack.0Urheo/_old  2018-06-20 15:26:23.560881875 +0200
+++ /var/tmp/diff_new_pack.0Urheo/_new  2018-06-20 15:26:23.560881875 +0200
@@ -1,4 +1,4 @@
-commit 34b1accbcb951f32ecfe681d80dbf94c972bbc1e
+commit e8e5f92c86bb863ec6342a4348ce94b476349ab9
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Mon Aug 28 14:06:36 2017 +0200
 
@@ -7,7 +7,7 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git Esm/Makerules.project Esm/Makerules.project
-index 7a4be97..63ba6a8 100755
+index 1506ad302bc3..52520b03010f 100755
 --- Esm/Makerules.project
 +++ Esm/Makerules.project
 @@ -123,6 +123,7 @@ BSCPROJ                    =
@@ -19,7 +19,7 @@
  CPROJ                 += -DIB_STACK_OPENIB
  else
 diff --git MakeTools/patch_version/Makefile MakeTools/patch_version/Makefile
-index de6338c..2b7abde 100755
+index de6338cb2210..2b7abdeeabfe 100755
 --- MakeTools/patch_version/Makefile
 +++ MakeTools/patch_version/Makefile
 @@ -126,7 +126,7 @@ include $(TL_DIR)/$(PROJ_FILE_DIR)/Makerules.project


Reply via email to