Accepting request 1146397 from hardware
- Update to version B.02.20: * update changelog * update data files * get rid of GTK deprecation warning * get rid of some snprintf warnings * Add support for 100Gbit interfaces OBS-URL: https://build.opensuse.org/request/show/1146397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lshw?expand=0&rev=32
This commit is contained in:
commit
3e1cebfa5e
3
_service
3
_service
@ -3,7 +3,8 @@
|
|||||||
<param name="url">https://github.com/lyonel/lshw.git</param>
|
<param name="url">https://github.com/lyonel/lshw.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionformat">B.02.19.2+git.%cd</param>
|
<param name="revision">refs/tags/B.02.20</param>
|
||||||
|
<param name="versionformat">B.02.20</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/lyonel/lshw.git</param>
|
<param name="url">https://github.com/lyonel/lshw.git</param>
|
||||||
<param name="changesrevision">ef2e6898bd0a45db4252ddf1ae557f957d5a7792</param></service></servicedata>
|
<param name="changesrevision">4c6497c8b0a67cd9fa9693e9101a7cafd3297e81</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa095af16b072416e4b8eff777b7cd413ac719b35848d48b9f83cdf9cf73b3ad
|
|
||||||
size 9095693
|
|
BIN
lshw-B.02.20.obscpio
(Stored with Git LFS)
Normal file
BIN
lshw-B.02.20.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
10
lshw.changes
10
lshw.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 13 12:37:05 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version B.02.20:
|
||||||
|
* update changelog
|
||||||
|
* update data files
|
||||||
|
* get rid of GTK deprecation warning
|
||||||
|
* get rid of some snprintf warnings
|
||||||
|
* Add support for 100Gbit interfaces
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 28 11:52:37 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Tue Nov 28 11:52:37 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: lshw
|
name: lshw
|
||||||
version: B.02.19.2+git.20231115
|
version: B.02.20
|
||||||
mtime: 1700062423
|
mtime: 1704535187
|
||||||
commit: ef2e6898bd0a45db4252ddf1ae557f957d5a7792
|
commit: 4c6497c8b0a67cd9fa9693e9101a7cafd3297e81
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lshw
|
# spec file for package lshw
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lshw
|
Name: lshw
|
||||||
Version: B.02.19.2+git.20231115
|
Version: B.02.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HardWare LiSter
|
Summary: HardWare LiSter
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Other
|
|
||||||
URL: https://www.ezix.org/project/wiki/HardwareLiSter
|
URL: https://www.ezix.org/project/wiki/HardwareLiSter
|
||||||
Source: lshw-%{version}.tar.gz
|
Source: lshw-%{version}.tar.gz
|
||||||
Source1: lshw.desktop.in
|
Source1: lshw.desktop.in
|
||||||
@ -56,8 +55,8 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
Requires(postun):hicolor-icon-theme
|
Requires(postun): hicolor-icon-theme
|
||||||
Requires(postun):update-desktop-files
|
Requires(postun): update-desktop-files
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
lshw (Hardware Lister) is a small tool to provide detailed informaton on the
|
lshw (Hardware Lister) is a small tool to provide detailed informaton on the
|
||||||
|
Loading…
Reference in New Issue
Block a user