Hello community,

here is the log from the commit of package lsscsi for openSUSE:Factory checked 
in at 2018-08-28 09:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsscsi (Old)
 and      /work/SRC/openSUSE:Factory/.lsscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsscsi"

Tue Aug 28 09:19:22 2018 rev:20 rq:629462 version:0.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes    2015-03-01 
14:51:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes       2018-08-28 
09:19:25.131880901 +0200
@@ -1,0 +2,64 @@
+Thu Aug  2 12:42:31 UTC 2018 - mplus...@suse.com
+
+- Update to version 0.30:
+  * add support for NVMe devices and controllers
+    - to build without: ./configure --disable-nvme-supp
+    - deselect at runtime: lsscsi --no-nvme
+    - deselect SCSI devices at runtime: lsscsi N
+  * add --brief for tuple + device_name(s) only
+  * add --pdt (-D) for device type in hex
+  * extend --size (-s) so when given three times
+    the size as a logical block count is output
+  * add --sz-lbs (-S) that is equivalent to '-sss'
+    when used twice adds comma then logical block size
+  * '-w' now decodes 128 bit WWN without truncation
+  * /dev/disk/by-id/wwn- is not guaranteed to be
+    persistent (or stable); instead use
+    /dev/disk/by-id/scsi-
+  * '-t' on a FC host was not printing the comma
+    separator resulting in garbled output, fix
+- Small spec file modernisation with spec-cleaner
+- Restore removed parts of changelog
+
+-------------------------------------------------------------------
+Mon Jul 10 09:47:21 CEST 2017 - h...@suse.de
+
+- Lookup WWN using /dev/disk/by-id/scsi-* (bsc#1008935)
+- fixup display of 'lsscsi -t' (bsc#1047884)
+
+-------------------------------------------------------------------
+Wed May 25 11:39:32 CEST 2016 - r...@suse.de
+
+- Update to new upstream release 0.29 (bsc#977572)
+  - '-u' now decodes locally assigned UUIDs (spc5r08)
+  - as last try use T10 Vendor ID for lu name
+  - if no lu name found, print 'none'
+  - change '-uuu' to output the full lu name followed
+    by the normal fields (which were skipped before)
+  - add 'U' option, same action as '-uuu'
+  - '-UU' prefixes lu names with 'eui.', 'naa.', etc
+  - if '-s' given twice, lu size is base 2 related
+  - if very long [h:c:t:l] then append space
+  - print_enclosure_device() for FCP may be useless,
+    comment out while checking ...
+  - with '-t' print 0x0000000000000000 for non-SAS
+    device in SAS domain
+  - autogen.sh: upgrade to 20091223 version
+  - automake: upgrade to 1.15 (ubuntu 16.04)
+  * Delete lsscsi-0.27.tar.xz
+  * Add lsscsi-0.29.tar.xz
+- Update to new upstream release 0.28
+  - fix handling of scsi_level 0 (no compliance)
+  - add SRP transport identifier
+  - add --unit option for LU identifier (>= lk 3.15)
+  - add (S)ATA transport identifier (>= lk 3.15)
+  - make USB transport ids more consistent
+  - fix FC transport id missing comma
+  - add pdt strings for security manager and zbc
+  - upgrade automake to version 1.14.1
+- Remove patches merged with upstream
+  * Delete lsscsi-fixup-fc-transport-id.patch
+  * Delete lsscsi-usb.diff
+  * Delete lsscsi-fix-classic-output
+
+--------------------------------------------------------------------
@@ -15,0 +80,6 @@
+Wed Jan 22 15:37:49 CET 2014 - h...@suse.de
+
+- Port patches from SP3 (bnc#831301)
+- Fixup printing of FC transport IDs
+
+-------------------------------------------------------------------
@@ -41,0 +112,5 @@
+Mon Feb 22 16:13:35 CET 2010 - h...@suse.de
+
+- Fix classic output (bnc#576138)
+
+-------------------------------------------------------------------
@@ -49,0 +125,6 @@
+
+-------------------------------------------------------------------
+Thu Nov 19 13:28:53 CET 2009 - garl...@suse.de
+
+- lsscsi-usb.diff: Make print format with -t for usb: compatible
+  with other transport values.

Old:
----
  lsscsi-0.28.tar.xz

New:
----
  lsscsi-0.30.tar.xz

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

Other differences:
------------------
++++++ lsscsi.spec ++++++
--- /var/tmp/diff_new_pack.XXgYSI/_old  2018-08-28 09:19:25.495882059 +0200
+++ /var/tmp/diff_new_pack.XXgYSI/_new  2018-08-28 09:19:25.499882072 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsscsi
 #
-# Copyright (c) 2015 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,34 +16,34 @@
 #
 
 
+%define         distver 030r154
 Name:           lsscsi
-Version:        0.28
+Version:        0.30
 Release:        0
 Summary:        List all SCSI devices in the system
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Other
-Url:            http://sg.danny.cz/scsi/lsscsi.html
+URL:            http://sg.danny.cz/scsi/lsscsi.html
 Source:         http://sg.danny.cz/scsi/%{name}-%{version}.tar.xz
 BuildRequires:  xz
 Provides:       scsi:%{_bindir}/lsscsi
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The lsscsi command lists information about SCSI devices in Linux.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{distver}
 
 %build
 %configure
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-,root,root)
-%{_bindir}/lsscsi
-%doc %{_mandir}/man8/lsscsi.8.gz
+%license COPYING
 %doc README ChangeLog
+%{_bindir}/lsscsi
+%{_mandir}/man8/lsscsi.8%{?ext_man}
 
 %changelog

++++++ lsscsi-0.28.tar.xz -> lsscsi-0.30.tar.xz ++++++
++++ 14465 lines of diff (skipped)


Reply via email to