Hello community,

here is the log from the commit of package opensm for openSUSE:Factory checked 
in at 2018-06-27 10:16:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensm (Old)
 and      /work/SRC/openSUSE:Factory/.opensm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensm"

Wed Jun 27 10:16:05 2018 rev:11 rq:617012 version:3.3.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensm/opensm.changes    2018-01-06 
18:46:18.311317222 +0100
+++ /work/SRC/openSUSE:Factory/.opensm.new/opensm.changes       2018-06-27 
10:16:07.839586407 +0200
@@ -1,0 +2,6 @@
+Fri Jun 15 06:04:24 UTC 2018 - [email protected]
+
+- Update Source and URL as opensm was moved to GitHub
+- Add a _service file to be able to auto-fetch from github
+
+-------------------------------------------------------------------

Old:
----
  opensm-3.3.20.tar.gz

New:
----
  _service
  opensm-3.3.20.0.9bf9def273a8.tar.gz

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

Other differences:
------------------
++++++ opensm.spec ++++++
--- /var/tmp/diff_new_pack.eSZAY1/_old  2018-06-27 10:16:08.927546831 +0200
+++ /var/tmp/diff_new_pack.eSZAY1/_new  2018-06-27 10:16:08.935546540 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%define         git_ver .0.9bf9def273a8
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -23,18 +24,18 @@
 
 Name:           opensm
 Summary:        Infiniband Subnet Manager
-License:        BSD-2-Clause or GPL-2.0
+License:        BSD-2-Clause OR GPL-2.0-only
 Group:          Productivity/Networking/System
 Version:        3.3.20
 Release:        0
-Source0:        
https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
+Source:         opensm-%{version}%{git_ver}.tar.gz
 Source1:        conf.sysconfig
 Source2:        %{name}.launch
 Source3:        opensm.service
 Source4:        baselibs.conf
 Patch1:         opensm-type_punning.patch
 Patch2:         opensm-remove-date-time.patch
-Url:            http://www.openfabrics.org
+Url:            https://github.com/linux-rdma/opensm
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -90,7 +91,7 @@
 Symlinks for the dynamic libraries and header files for OpenSM.
 
 %prep
-%setup -q
+%setup -q -n  %{name}-%{version}%{git_ver}
 %patch1 -p1
 %patch2
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/linux-rdma/opensm.git</param>
    <param name="package-meta">no</param>
    <param name="exclude">.git</param>
    <param name="filename">opensm</param>
    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
    <param name="versionrewrite-pattern">opensm(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="revision">9bf9def273a832780e36c4ff448e515847795b3e</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*opensm*.tar</param>
    <param name="compression">gz</param>
  </service>
</services>

Reply via email to