Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package usbtop for openSUSE:Factory checked in at 2025-03-24 13:30:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbtop (Old) and /work/SRC/openSUSE:Factory/.usbtop.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbtop" Mon Mar 24 13:30:01 2025 rev:6 rq:1255204 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/usbtop/usbtop.changes 2019-04-01 12:37:16.485883048 +0200 +++ /work/SRC/openSUSE:Factory/.usbtop.new.2696/usbtop.changes 2025-03-24 13:30:08.318538347 +0100 @@ -1,0 +2,7 @@ +Fri Mar 21 23:55:40 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbtop.spec ++++++ --- /var/tmp/diff_new_pack.5XW5BY/_old 2025-03-24 13:30:08.974565888 +0100 +++ /var/tmp/diff_new_pack.5XW5BY/_new 2025-03-24 13:30:08.982566223 +0100 @@ -1,7 +1,7 @@ # # spec file for package usbtop # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,9 @@ Release: 1%{?dist} Summary: Visualizer for estimated instantaneous bandwidth on USB buses and devices License: BSD-3-Clause -Group: System/Monitoring URL: https://github.com/aguinet/usbtop Source0: https://github.com/aguinet/usbtop/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: libboost_atomic-devel >= 1.48.0 BuildRequires: libboost_system-devel >= 1.48.0 @@ -40,12 +39,15 @@ %setup -q -n %{name}-release-%{version} %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make %{?_smp_mflags} %install install -Dm 755 build/src/usbtop %{buildroot}%{_bindir}/usbtop +%check +%ctest + %files %doc README.md %license LICENSE