commit lsscsi for openSUSE:Factory

2018-08-28 Thread root
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.changes2015-03-01 
14:51:54.0 +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 0x 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

commit lsscsi for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package lsscsi for openSUSE:Factory checked 
in at 2015-03-01 14:51:52

Comparing /work/SRC/openSUSE:Factory/lsscsi (Old)
 and  /work/SRC/openSUSE:Factory/.lsscsi.new (New)


Package is lsscsi

Changes:

--- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes2013-06-18 
10:33:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes   2015-03-01 
14:51:54.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 24 21:24:01 UTC 2015 - mplus...@suse.com
+
+- Update to 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
+- Do not install empty NEWS
+
+---

Old:

  lsscsi-0.27.tar.xz

New:

  lsscsi-0.28.tar.xz



Other differences:
--
++ lsscsi.spec ++
--- /var/tmp/diff_new_pack.byDEwB/_old  2015-03-01 14:51:55.0 +0100
+++ /var/tmp/diff_new_pack.byDEwB/_new  2015-03-01 14:51:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsscsi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,40 +17,33 @@
 
 
 Name:   lsscsi
-Version:0.27
+Version:0.28
 Release:0
 Summary:List all SCSI devices in the system
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://sg.danny.cz/scsi/lsscsi.html
-
-Source: http://sg.danny.cz/scsi/%name-%version.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: http://sg.danny.cz/scsi/%{name}-%{version}.tar.xz
 BuildRequires:  xz
-Provides:   scsi:/usr/bin/lsscsi
+Provides:   scsi:%{_bindir}/lsscsi
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The lsscsi command lists information about SCSI devices in Linux.
 
-
-
-Authors:
-
-Doug Gilbert dgilb...@torque.net
-
 %prep
-%setup
+%setup -q
 
 %build
 %configure
 
 %install
-make install DESTDIR=%buildroot
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%_bindir/lsscsi
+%{_bindir}/lsscsi
 %doc %{_mandir}/man8/lsscsi.8.gz
-%doc NEWS README ChangeLog
+%doc README ChangeLog
 
 %changelog

++ lsscsi-0.27.tar.xz - lsscsi-0.28.tar.xz ++
 4469 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lsscsi for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package lsscsi for openSUSE:Factory checked 
in at 2013-06-18 10:33:37

Comparing /work/SRC/openSUSE:Factory/lsscsi (Old)
 and  /work/SRC/openSUSE:Factory/.lsscsi.new (New)


Package is lsscsi

Changes:

--- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes2013-04-17 
23:06:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes   2013-06-18 
10:33:39.0 +0200
@@ -1,0 +2,20 @@
+Thu Jun 13 14:06:53 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.24
+* FC transport syntax changes (colon to slash)
+- Update to new upstream release 0.25
+* add sas_port and fc_remote_ports transport information
+* print enclosure_device entry
+* add a --size option to show size of disks
+* add a --protmode option to show protection information mode
+- Update to new upstream release 0.26
+* add a fcoe transport indicator
+* add a --wwn option and datamine /dev/disk/by-id/wwn*
+- Update to new upstream release 0.27
+* Accept large (64-bit) LUNs
+* add a --lunhex option and recognition of LSSCSI_LUNHEX_OPT
+  environment variable for displaying LUNs in hex
+- Normalized build/install procedure;
+  remove redundant %clean section
+
+---

Old:

  lsscsi-0.23.tgz

New:

  lsscsi-0.27.tar.xz



Other differences:
--
++ lsscsi.spec ++
--- /var/tmp/diff_new_pack.Flglzx/_old  2013-06-18 10:33:40.0 +0200
+++ /var/tmp/diff_new_pack.Flglzx/_new  2013-06-18 10:33:40.0 +0200
@@ -16,18 +16,18 @@
 #
 
 
-Url:http://sg.danny.cz/scsi/lsscsi.html
-
 Name:   lsscsi
-%define lsscsiver  0.23
-Provides:   scsi:/usr/bin/lsscsi
-Version:0.23
+Version:0.27
 Release:0
 Summary:List all SCSI devices in the system
 License:GPL-2.0+
 Group:  Hardware/Other
-Source: http://sg.danny.cz/scsi/%{name}-%{lsscsiver}.tgz
+Url:http://sg.danny.cz/scsi/lsscsi.html
+
+Source: http://sg.danny.cz/scsi/%name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
+Provides:   scsi:/usr/bin/lsscsi
 
 %description
 The lsscsi command lists information about SCSI devices in Linux.
@@ -42,20 +42,15 @@
 %setup
 
 %build
-CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=%{_prefix} --mandir=%{_mandir}
-make
+%configure
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} 
MANDIR=$RPM_BUILD_ROOT/%{_mandir} INSTDIR=$RPM_BUILD_ROOT/%{_bindir}
+make install DESTDIR=%buildroot
 
 %files
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/lsscsi
+%_bindir/lsscsi
 %doc %{_mandir}/man8/lsscsi.8.gz
 %doc NEWS README ChangeLog
 
-%clean
-test ! -z $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != /  rm -rf 
$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_DIR/lsscsi-%{lsscsiver}
-
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lsscsi for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package lsscsi for openSUSE:Factory checked 
in at 2013-04-17 23:06:15

Comparing /work/SRC/openSUSE:Factory/lsscsi (Old)
 and  /work/SRC/openSUSE:Factory/.lsscsi.new (New)


Package is lsscsi, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes2011-09-23 
02:12:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes   2013-04-17 
23:06:17.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 16 11:34:56 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  lsscsi-0.23.tar.bz2

New:

  lsscsi-0.23.tgz



Other differences:
--
++ lsscsi.spec ++
--- /var/tmp/diff_new_pack.mvf0ec/_old  2013-04-17 23:06:18.0 +0200
+++ /var/tmp/diff_new_pack.mvf0ec/_new  2013-04-17 23:06:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lsscsi (Version 0.23)
+# spec file for package lsscsi
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Url:http://sg.danny.cz/scsi/lsscsi.html
 
 Name:   lsscsi
 %define lsscsiver  0.23
-License:GPL-2.0+
-Group:  Hardware/Other
-AutoReqProv:on
 Provides:   scsi:/usr/bin/lsscsi
 Version:0.23
-Release:1
+Release:0
 Summary:List all SCSI devices in the system
-Source: lsscsi-%{lsscsiver}.tar.bz2
+License:GPL-2.0+
+Group:  Hardware/Other
+Source: http://sg.danny.cz/scsi/%{name}-%{lsscsiver}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org