Hello community,

here is the log from the commit of package usnic_tools for openSUSE:Factory 
checked in at 2017-08-24 18:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usnic_tools (Old)
 and      /work/SRC/openSUSE:Factory/.usnic_tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usnic_tools"

Thu Aug 24 18:51:17 2017 rev:1 rq:516135 version:1.1.2.0

Changes:
--------
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.usnic_tools.new/usnic_tools.changes     
2017-08-24 18:51:20.954288489 +0200
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Thu Jun  8 10:34:41 UTC 2017 - [email protected]
+
+- Update to version 1.1.2.0
+  * Add a man page for usnic_devinfo.1
+  * Add -h CLI option to usnic_devinfo for help
+- Add _service to fetch tarball from github
+- Add COPYING file and fix license
+
+-------------------------------------------------------------------
+Tue May 16 16:34:55 UTC 2017 - [email protected]
+
+- Add BuildRequires to infinipath-psm-devel to avoid
+ bad dependency to psm2-compat
+
+-------------------------------------------------------------------
+Fri Nov 25 15:12:39 CET 2016 - [email protected]
+
+- Sync Factory with SLES12 SP2.
+
+-------------------------------------------------------------------
+Wed May 25 09:06:00 CEST 2016 - [email protected]
+
+- Make package x86_64 exclusive as libfabric is only available
+  there.
+
+-------------------------------------------------------------------
+Tue May 24 14:26:00 CEST 2016 - [email protected]
+
+- Update to 1.1.1.0 from git (fate#320711).
+  This version uses libfabric.
+- Generate ChangeLog from git log and include it in the package.
+
+-------------------------------------------------------------------
+Tue Aug 19 14:09:44 CEST 2014 - [email protected]
+    * Fixed incorrect enic and usnic_verbs versions in usnic_verbs_check
+    * Fixed usnic_tools build breakage due to LICENSE filewas moved to a
+      different location
+
+-------------------------------------------------------------------
+Tue Jun  3 11:24:34 CEST 2014 - [email protected]
+
+- Update to OFED 3.12 final.
+
+-------------------------------------------------------------------
+Tue May 27 18:27:05 CEST 2014 - [email protected]
+
+- Initial package (fate#317289)
+- Fix packaging
+- USNIC is Intel/AMD only so set ExclusiveArch
+- Remove noarch as it clashes with with ExclArch

New:
----
  _service
  usnic_tools-1.1.2.0.tar.xz
  usnic_tools.changes
  usnic_tools.spec

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

Other differences:
------------------
++++++ usnic_tools.spec ++++++
#
# spec file for package usnic_tools
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%define special_version %{nil}

Name:           usnic_tools
Summary:        Extract some diagnostics and informational meta data out of 
Cisco usNIC devices
License:        BSD-2-Clause OR GPL-2.0
Group:          Productivity/Networking/System
Version:        1.1.2.0
Release:        0
Source0:        usnic_tools-%{version}%{special_version}.tar.xz
Url:            http://www.cisco.com
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
ExclusiveArch:  x86_64
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  infinipath-psm-devel
BuildRequires:  libfabric-devel

%description
  This is a simple tool for extracting some diagnostics and informational
meta data out of Cisco usNIC devices using the Cisco usNIC extensions
in libfabric.

The usnic_devinfo executable will return information about your usNIC
Linux devices.

%prep
%setup -q -n usnic_tools-%{version}

%build
./autogen.sh
%configure
make %{?_smp_mflags} V=1

%install
make DESTDIR=%{buildroot} install

%files
%defattr(-, root, root)
%{_bindir}/usnic_devinfo
%{_mandir}/man1/usnic_devinfo.*
%doc COPYING

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/cisco/usnic_tools.git</param>
    <param name="package-meta">no</param>
    <param name="exclude">.git</param>
    <param name="filename">usnic_tools</param>
    <param name="version">1.1.2.0</param>
    <param name="revision">506b8be7346849d198c2a7691ad332872282b58c</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">usnic_tools*.tar</param>
    <param name="compression">xz</param>
  </service>

</services>

Reply via email to