Hello community,

here is the log from the commit of package lshw for openSUSE:Factory checked in 
at 2019-01-08 12:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lshw (Old)
 and      /work/SRC/openSUSE:Factory/.lshw.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lshw"

Tue Jan  8 12:29:19 2019 rev:7 rq:663348 version:B.02.18+git.20190104

Changes:
--------
--- /work/SRC/openSUSE:Factory/lshw/lshw.changes        2018-02-07 
18:43:41.717772080 +0100
+++ /work/SRC/openSUSE:Factory/.lshw.new.28833/lshw.changes     2019-01-08 
12:31:27.984076844 +0100
@@ -1,0 +2,14 @@
+Mon Jan  7 12:36:40 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version B.02.18+git.20190104:
+  * Resolves bsc#1120819 bsc#1093650 fate#326432
+  * various new HW enablement, including:
+    + improved support for latest PPC64LE
+    + DDR4
+- Drop no longer needed patches:
+  * lshw-cpuinfo.patch
+  * lshw-devtree_cpunodes.patch 
+  * lshw-devtree_machine_describtion.patch
+  * lshw-dimminfo.patch
+
+-------------------------------------------------------------------

Old:
----
  lshw-B.02.18.tar.gz
  lshw-cpuinfo.patch
  lshw-devtree_cpunodes.patch
  lshw-devtree_machine_describtion.patch
  lshw-dimminfo.patch

New:
----
  _service
  _servicedata
  lshw-B.02.18+git.20190104.tar.xz

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

Other differences:
------------------
++++++ lshw.spec ++++++
--- /var/tmp/diff_new_pack.ZsjbL3/_old  2019-01-08 12:31:28.444076344 +0100
+++ /var/tmp/diff_new_pack.ZsjbL3/_new  2019-01-08 12:31:28.444076344 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lshw
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,28 +13,20 @@
 # 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/
 #
 
 
 Name:           lshw
-Version:        B.02.18
+Version:        B.02.18+git.20190104
 Release:        0
 Summary:        HardWare LiSter
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Hardware/Other
 URL:            https://www.ezix.org/project/wiki/HardwareLiSter
-Source:         https://www.ezix.org/software/files/lshw-%{version}.tar.gz
+Source:         lshw-%{version}.tar.xz
 Source1:        lshw.desktop.in
 Source2:        lshw.png
-# PATCH-FIX-UPSTREAM -- lshw-dimminfo.patch bsc#1079846
-Patch0:         lshw-dimminfo.patch
-# PATCH-FIX-UPSTREAM -- lshw-devtree_cpunodes.patch bsc#1079846
-Patch1:         lshw-devtree_cpunodes.patch
-# PATCH-FIX-UPSTREAM -- lshw-devtree_machine_describtion.patch bsc#1079846
-Patch2:         lshw-devtree_machine_describtion.patch
-# PATCH-FIX-UPSTREAM -- lshw-cpuinfo.patch bsc#1079846
-Patch3:         lshw-cpuinfo.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libpng-devel
@@ -84,10 +76,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 make \
@@ -110,14 +98,17 @@
 # All of following are shipped by other packages as well
 rm -f %{buildroot}%{_datadir}/%{name}/pci.ids
 rm -f %{buildroot}%{_datadir}/%{name}/usb.ids
+rm -f %{buildroot}%{_datadir}/%{name}/pnp.ids
 rm -f %{buildroot}%{_datadir}/%{name}/oui.txt
 rm -f %{buildroot}%{_datadir}/%{name}/manuf.txt
+rm -f %{buildroot}%{_datadir}/%{name}/pnpid.txt
 
 %find_lang lshw
 
 %files
 %defattr(-,root,root,0755)
-%doc README.md COPYING docs/TODO docs/Changelog docs/lshw.xsd
+%license COPYING
+%doc README.md docs/TODO docs/Changelog docs/lshw.xsd
 %attr(0755,root,root) %{_sbindir}/lshw
 %dir %{_datadir}/lshw
 %{_mandir}/man1/lshw.1%{ext_man}
@@ -127,7 +118,7 @@
 
 %files gui
 %defattr(-,root,root,0755)
-%doc COPYING
+%license COPYING
 %attr(0755,root,root) %{_sbindir}/gtk-lshw
 %{_datadir}/lshw/artwork
 %{_datadir}/lshw/ui

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/lyonel/lshw.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">lshw</param>
    <param name="versionformat">B.02.18+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/lyonel/lshw.git</param>
              <param 
name="changesrevision">40e8f907cc36ab8b904d8606f3109cfc27c1569b</param></service></servicedata>

Reply via email to