Hello community, here is the log from the commit of package lshw for openSUSE:Factory checked in at 2019-03-28 22:49:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lshw (Old) and /work/SRC/openSUSE:Factory/.lshw.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lshw" Thu Mar 28 22:49:34 2019 rev:8 rq:689318 version:B.02.18+git.20190324 Changes: -------- --- /work/SRC/openSUSE:Factory/lshw/lshw.changes 2019-01-08 12:31:27.984076844 +0100 +++ /work/SRC/openSUSE:Factory/.lshw.new.25356/lshw.changes 2019-03-28 22:49:35.671044874 +0100 @@ -1,0 +2,7 @@ +Thu Mar 28 09:34:43 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version B.02.18+git.20190324: + * merge Github PR44 +- Set correct version (bsc#1130818) + +------------------------------------------------------------------- Old: ---- lshw-B.02.18+git.20190104.tar.xz New: ---- lshw-B.02.18+git.20190324.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lshw.spec ++++++ --- /var/tmp/diff_new_pack.yKGs69/_old 2019-03-28 22:49:36.179044782 +0100 +++ /var/tmp/diff_new_pack.yKGs69/_new 2019-03-28 22:49:36.183044780 +0100 @@ -18,7 +18,7 @@ Name: lshw -Version: B.02.18+git.20190104 +Version: B.02.18+git.20190324 Release: 0 Summary: HardWare LiSter License: GPL-2.0-only @@ -82,6 +82,7 @@ SBINDIR="%{_sbindir}" \ RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \ STRIP=touch \ + VERSION="%{version}" \ all gui %install ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.yKGs69/_old 2019-03-28 22:49:36.211044776 +0100 +++ /var/tmp/diff_new_pack.yKGs69/_new 2019-03-28 22:49:36.211044776 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/lyonel/lshw.git</param> - <param name="changesrevision">40e8f907cc36ab8b904d8606f3109cfc27c1569b</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">6cc0581bc805c8bf7ea057c065c3c36caf744ef3</param></service></servicedata> \ No newline at end of file ++++++ lshw-B.02.18+git.20190104.tar.xz -> lshw-B.02.18+git.20190324.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lshw-B.02.18+git.20190104/src/core/pci.cc new/lshw-B.02.18+git.20190324/src/core/pci.cc --- old/lshw-B.02.18+git.20190104/src/core/pci.cc 2019-01-04 11:21:50.000000000 +0100 +++ new/lshw-B.02.18+git.20190324/src/core/pci.cc 2019-03-24 11:18:57.000000000 +0100 @@ -105,6 +105,7 @@ #define PCI_CLASS_STORAGE_RAID 0x0104 #define PCI_CLASS_STORAGE_SATA 0x0106 #define PCI_CLASS_STORAGE_SAS 0x0107 +#define PCI_CLASS_STORAGE_NVME 0x0108 #define PCI_CLASS_STORAGE_OTHER 0x0180 #define PCI_BASE_CLASS_NETWORK 0x02 @@ -340,6 +341,8 @@ return "sata"; case PCI_CLASS_STORAGE_SAS: return "sas"; + case PCI_CLASS_STORAGE_NVME: + return "nvme"; case PCI_CLASS_BRIDGE_HOST: return "host"; case PCI_CLASS_BRIDGE_ISA:
