Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usnic_tools for openSUSE:Factory 
checked in at 2022-05-12 23:00:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usnic_tools (Old)
 and      /work/SRC/openSUSE:Factory/.usnic_tools.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usnic_tools"

Thu May 12 23:00:35 2022 rev:3 rq:976470 version:1.1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/usnic_tools/usnic_tools.changes  2017-08-30 
16:23:51.591947439 +0200
+++ /work/SRC/openSUSE:Factory/.usnic_tools.new.1538/usnic_tools.changes        
2022-05-12 23:01:04.460854320 +0200
@@ -1,0 +2,8 @@
+Tue May  3 12:58:09 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to 1.1.2.1
+  * No source changes
+- Use SourceURLs
+- Minor spec file modernization
+
+-------------------------------------------------------------------

Old:
----
  _service
  usnic_tools-1.1.2.0.tar.xz

New:
----
  usnic-tools-1.1.2.1.tar.bz2

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

Other differences:
------------------
++++++ usnic_tools.spec ++++++
--- /var/tmp/diff_new_pack.6l2zmZ/_old  2022-05-12 23:01:05.044855104 +0200
+++ /var/tmp/diff_new_pack.6l2zmZ/_new  2022-05-12 23:01:05.052855115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usnic_tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,24 @@
 # 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 special_version %{nil}
-
 Name:           usnic_tools
+Version:        1.1.2.1
+Release:        0
 Summary:        Extract diagnostics and informational meta data out of Cisco 
usNIC devices
-License:        BSD-2-Clause OR GPL-2.0
+License:        BSD-2-Clause OR GPL-2.0-only
 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
+URL:            https://www.cisco.com/
+Source0:        
https://github.com/cisco/usnic_tools/releases/download/v%{version}/usnic-tools-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  infinipath-psm-devel
 BuildRequires:  libfabric-devel
+ExclusiveArch:  x86_64
 
 %description
 This is a tool for extracting some diagnostics and informational
@@ -42,20 +40,19 @@
 Linux devices.
 
 %prep
-%setup -q -n usnic_tools-%{version}
+%setup -q -n usnic-tools-%{version}
 
 %build
-./autogen.sh
+autoreconf -fi
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-, root, root)
+%license COPYING
 %{_bindir}/usnic_devinfo
 %{_mandir}/man1/usnic_devinfo.*
-%doc COPYING
 
 %changelog

Reply via email to