Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hwloc for openSUSE:Factory checked in at 2026-01-26 10:44:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hwloc (Old) and /work/SRC/openSUSE:Factory/.hwloc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hwloc" Mon Jan 26 10:44:35 2026 rev:36 rq:1328798 version:2.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hwloc/hwloc.changes 2025-09-03 21:07:51.165705038 +0200 +++ /work/SRC/openSUSE:Factory/.hwloc.new.1928/hwloc.changes 2026-01-26 10:56:40.219842679 +0100 @@ -1,0 +2,7 @@ +Thu Jan 22 07:29:22 UTC 2026 - Thomas Blume <[email protected]> + +- remove all dependencies on update-desktop-files (jsc#PED-15208) + * add 0001-lstopo-x11-add-desktop-translations.patch +- move .desktop files to gui package + +------------------------------------------------------------------- New: ---- 0001-lstopo-x11-add-desktop-translations.patch ----------(New B)---------- New:- remove all dependencies on update-desktop-files (jsc#PED-15208) * add 0001-lstopo-x11-add-desktop-translations.patch - move .desktop files to gui package ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwloc.spec ++++++ --- /var/tmp/diff_new_pack.a79Y4m/_old 2026-01-26 10:56:40.919870188 +0100 +++ /var/tmp/diff_new_pack.a79Y4m/_new 2026-01-26 10:56:40.919870188 +0100 @@ -1,7 +1,7 @@ # # spec file for package hwloc # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ License: BSD-3-Clause URL: https://www.open-mpi.org/projects/hwloc/ Source0: https://download.open-mpi.org/release/hwloc/v2.12/hwloc-%{version}.tar.bz2 +Patch: 0001-lstopo-x11-add-desktop-translations.patch BuildRequires: autoconf BuildRequires: automake @@ -47,7 +48,6 @@ BuildRequires: perl BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros -BuildRequires: update-desktop-files BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(pciaccess) @@ -152,7 +152,6 @@ %install %make_install -%suse_update_desktop_file -r lstopo System Monitor # We don't ship .la files. rm -rf %{buildroot}%{_libdir}/libhwloc.la @@ -221,7 +220,6 @@ %{_mandir}/man1/lstopo-no-graphics* %{_bindir}/hwloc* %{_bindir}/lstopo-no-graphics -%{_datadir}/applications/*.desktop %{_datadir}/bash-completion/completions/%{name} %ifarch %{ix86} x86_64 %attr(0755,root,root) %{_sbindir}/hwloc-dump-hwdata @@ -231,6 +229,7 @@ %files gui %{_bindir}/lstopo %{_mandir}/man1/lstopo.* +%{_datadir}/applications/*.desktop %files devel %exclude %{_includedir}/hwloc/opencl.h ++++++ 0001-lstopo-x11-add-desktop-translations.patch ++++++ >From 095eb76c3cf88f18ee8ad6a44dd8c65c9bfaf3fe Mon Sep 17 00:00:00 2001 From: Thomas Blume <[email protected]> Date: Thu, 22 Jan 2026 08:20:37 +0100 Subject: [PATCH] lstopo/x11: add desktop translations add international translations to lstopo.desktop Signed-off-by: Thomas Blume <[email protected]> --- utils/lstopo/lstopo.desktop | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/utils/lstopo/lstopo.desktop b/utils/lstopo/lstopo.desktop index 78c763cdf..275ed8c23 100644 --- a/utils/lstopo/lstopo.desktop +++ b/utils/lstopo/lstopo.desktop @@ -3,9 +3,34 @@ [Desktop Entry] Name=Hardware Locality lstopo Comment=Show hardware topology +Comment[ar]=عرض البنية الأجهزة +Comment[ca]=Mostra la topologia del maquinari +Comment[cs]=Zobrazit topologii hardwaru +Comment[de]=Zeige Hardware Topologie +Comment[es]=Mostrar topología de hardware +Comment[id]=Tampilkan topologi perangkat keras +Comment[it]=Mostra la topologia hardware +Comment[ja]=ハードウエアトポロジの表示 +Comment[nl]=Hardware topologie tonen +Comment[pt_BR]=Mostrar topologia de hardware +Comment[ru]=Показать топологию оборудования +Comment[sk]=Ukázať topológiu hardvéru +Comment[uk]=Показати топологію обладнання +Comment[zh_CN]=显示硬件拓扑结构 Exec=lstopo Terminal=false Type=Application -Categories=System; +Categories=System;Monitor; Keywords=System;Utility; +Keywords[ca]=Sistema;Utilitat; +Keywords[cs]=Systém;Utilita; +Keywords[id]=Sistem;Utilitas; +Keywords[it]=Sistema;Utilità; +Keywords[ja]=システム; ユーティリティ; +Keywords[nl]=Systeem;Hulpprogramma; +Keywords[pt_BR]=Sistema;Utilitário; +Keywords[ru]=Система;Утилита; +Keywords[sk]=Systém;Utility; +Keywords[sv]=System;Verktyg; +Keywords[zh_CN]=系统;实用工具; Icon=hwloc -- 2.52.0
