From 623df5e5b9c4818ae4845b6706b0904dd07acfb644245cd13dd5757e85fb4748 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Feb 2024 12:38:55 +0000 Subject: [PATCH 1/2] - Update to version B.02.20: * tag release - Update to version B.02.19.2+git.20240106: * 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/package/show/hardware/lshw?expand=0&rev=70 --- _service | 3 ++- _servicedata | 2 +- lshw-B.02.19.2+git.20231115.obscpio | 3 --- lshw-B.02.20.obscpio | 3 +++ lshw.changes | 16 ++++++++++++++++ lshw.obsinfo | 6 +++--- lshw.spec | 9 ++++----- 7 files changed, 29 insertions(+), 13 deletions(-) delete mode 100644 lshw-B.02.19.2+git.20231115.obscpio create mode 100644 lshw-B.02.20.obscpio diff --git a/_service b/_service index a625865..dab77de 100644 --- a/_service +++ b/_service @@ -3,7 +3,8 @@ https://github.com/lyonel/lshw.git git enable - B.02.19.2+git.%cd + refs/tags/B.02.20 + B.02.20 diff --git a/_servicedata b/_servicedata index 0273877..b25fb38 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/lyonel/lshw.git - ef2e6898bd0a45db4252ddf1ae557f957d5a7792 \ No newline at end of file + 4c6497c8b0a67cd9fa9693e9101a7cafd3297e81 \ No newline at end of file diff --git a/lshw-B.02.19.2+git.20231115.obscpio b/lshw-B.02.19.2+git.20231115.obscpio deleted file mode 100644 index fbcb69b..0000000 --- a/lshw-B.02.19.2+git.20231115.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa095af16b072416e4b8eff777b7cd413ac719b35848d48b9f83cdf9cf73b3ad -size 9095693 diff --git a/lshw-B.02.20.obscpio b/lshw-B.02.20.obscpio new file mode 100644 index 0000000..4db005e --- /dev/null +++ b/lshw-B.02.20.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3786bc006fadd1fdc507c0ea2ccd1ab346203be9239746ffbffa64f3a7cb3087 +size 9093133 diff --git a/lshw.changes b/lshw.changes index bee0117..4c22506 100644 --- a/lshw.changes +++ b/lshw.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Feb 13 12:37:05 UTC 2024 - Martin Pluskal + +- Update to version B.02.20: + * tag release + +------------------------------------------------------------------- +Fri Feb 02 10:27:54 UTC 2024 - mpluskal@suse.com + +- Update to version B.02.19.2+git.20240106: + * 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 diff --git a/lshw.obsinfo b/lshw.obsinfo index 0d6a9af..4e9ad9d 100644 --- a/lshw.obsinfo +++ b/lshw.obsinfo @@ -1,4 +1,4 @@ name: lshw -version: B.02.19.2+git.20231115 -mtime: 1700062423 -commit: ef2e6898bd0a45db4252ddf1ae557f957d5a7792 +version: B.02.20 +mtime: 1704535187 +commit: 4c6497c8b0a67cd9fa9693e9101a7cafd3297e81 diff --git a/lshw.spec b/lshw.spec index e4a7ccb..ea4f1f0 100644 --- a/lshw.spec +++ b/lshw.spec @@ -1,7 +1,7 @@ # # spec file for package lshw # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,11 +18,10 @@ Name: lshw -Version: B.02.19.2+git.20231115 +Version: B.02.20 Release: 0 Summary: HardWare LiSter License: GPL-2.0-only -Group: Hardware/Other URL: https://www.ezix.org/project/wiki/HardwareLiSter Source: lshw-%{version}.tar.gz Source1: lshw.desktop.in @@ -56,8 +55,8 @@ Requires: %{name} = %{version}-%{release} Requires: hicolor-icon-theme Requires(post): hicolor-icon-theme Requires(post): update-desktop-files -Requires(postun):hicolor-icon-theme -Requires(postun):update-desktop-files +Requires(postun): hicolor-icon-theme +Requires(postun): update-desktop-files %description gui lshw (Hardware Lister) is a small tool to provide detailed informaton on the From bdf9c8cd3d82462d2b9d0cb34b9ad3c3b14c071857a4c01af437a351369d64cb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Feb 2024 12:39:53 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/hardware/lshw?expand=0&rev=71 --- lshw.changes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lshw.changes b/lshw.changes index 4c22506..73e369e 100644 --- a/lshw.changes +++ b/lshw.changes @@ -2,12 +2,6 @@ Tue Feb 13 12:37:05 UTC 2024 - Martin Pluskal - Update to version B.02.20: - * tag release - -------------------------------------------------------------------- -Fri Feb 02 10:27:54 UTC 2024 - mpluskal@suse.com - -- Update to version B.02.19.2+git.20240106: * update changelog * update data files * get rid of GTK deprecation warning