Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inspectrum for openSUSE:Factory checked in at 2026-08-26 19:57:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inspectrum (Old) and /work/SRC/openSUSE:Factory/.inspectrum.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inspectrum" Wed Aug 26 19:57:38 2026 rev:9 rq:1373837 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/inspectrum/inspectrum.changes 2025-12-08 11:56:58.789092774 +0100 +++ /work/SRC/openSUSE:Factory/.inspectrum.new.1258/inspectrum.changes 2026-08-26 19:57:41.725158386 +0200 @@ -1,0 +2,16 @@ +Wed Aug 26 14:36:27 UTC 2026 - Martin Pluskal <[email protected]> + +- Convert %setup to %autosetup. +- Replace the deprecated %suse_update_desktop_file macro with a + shipped desktop file: + * Add inspectrum.desktop and install it directly. + * Drop Requires(post)/Requires(postun) on update-desktop-files, + which only provides the build-time macro and is not a runtime + dependency. + * Drop Requires(post)/Requires(postun) on hicolor-icon-theme, the + icon is installed into /usr/share/pixmaps and not into an icon + theme directory. +- Drop unused BuildRequires: boost-devel. +- Drop the Group tag. + +------------------------------------------------------------------- New: ---- inspectrum.desktop ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inspectrum.spec ++++++ --- /var/tmp/diff_new_pack.BMJpaC/_old 2026-08-26 19:57:42.641190737 +0200 +++ /var/tmp/diff_new_pack.BMJpaC/_new 2026-08-26 19:57:42.643190808 +0200 @@ -1,8 +1,8 @@ # # spec file for package inspectrum # -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2015-2025, Martin Hauke <[email protected]> +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2015-2026, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,9 @@ Release: 0 Summary: A tool for analysing captured signals from SDRs License: GPL-3.0-or-later -Group: Productivity/Hamradio/Other URL: https://github.com/miek/inspectrum -Source: %{url}/archive/refs/tags/v%{version}.tar.gz/#/%{name}-%{version}.tar.gz -BuildRequires: boost-devel +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz/#/%{name}-%{version}.tar.gz +Source1: %{name}.desktop BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libliquid-devel @@ -33,16 +32,12 @@ BuildRequires: pkgconfig(Qt6Concurrent) BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(fftw3f) -Requires(post): hicolor-icon-theme -Requires(post): update-desktop-files -Requires(postun): hicolor-icon-theme -Requires(postun): update-desktop-files %description A tool for analysing captured signals, primarily from software-defined radio receivers %prep -%setup -q +%autosetup %build %cmake @@ -50,13 +45,13 @@ %install %cmake_install -install -Dm 0644 screenshot.jpg %{buildroot}/%{_datadir}/pixmaps/inspectrum.jpg -%suse_update_desktop_file -c inspectrum inspectrum "Offline Radio Signal Analyser" inspectrum inspectrum "Network;HamRadio" +install -D -m 0644 screenshot.jpg %{buildroot}%{_datadir}/pixmaps/%{name}.jpg +install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop %files %license LICENSE %doc README.md %{_bindir}/%{name} -%{_datadir}/applications/inspectrum.desktop -%{_datadir}/pixmaps/inspectrum.jpg +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}.jpg ++++++ inspectrum.desktop ++++++ [Desktop Entry] Type=Application Name=inspectrum GenericName=Offline Radio Signal Analyser Exec=inspectrum Icon=inspectrum Categories=Network;HamRadio;
