Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flowgrind for openSUSE:Factory checked in at 2026-05-29 18:11:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flowgrind (Old) and /work/SRC/openSUSE:Factory/.flowgrind.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flowgrind" Fri May 29 18:11:46 2026 rev:5 rq:1355849 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/flowgrind/flowgrind.changes 2022-12-06 14:25:00.662463534 +0100 +++ /work/SRC/openSUSE:Factory/.flowgrind.new.1937/flowgrind.changes 2026-05-29 18:13:34.034532947 +0200 @@ -1,0 +2,8 @@ +Fri May 29 09:58:39 UTC 2026 - Martin Pluskal <[email protected]> + +- Modernize spec file; no change to the produced package: + * Add explicit gcc and make BuildRequires + * Switch to %autosetup, drop obsolete Group tag and the + %defattr/%attr file-mode workarounds + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flowgrind.spec ++++++ --- /var/tmp/diff_new_pack.pCogL1/_old 2026-05-29 18:13:35.046574997 +0200 +++ /var/tmp/diff_new_pack.pCogL1/_new 2026-05-29 18:13:35.054575329 +0200 @@ -1,7 +1,7 @@ # # spec file for package flowgrind # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -21,13 +21,12 @@ Release: 0 Summary: Network performance measurement License: GPL-2.0-only -Group: Productivity/Networking/Diagnostic URL: https://flowgrind.github.io Source0: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2 Source1: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2.asc -# can't find keyring anymore -#Source2: %{name}.keyring +BuildRequires: gcc BuildRequires: libpcap-devel +BuildRequires: make BuildRequires: pkgconfig BuildRequires: xmlrpc-c-devel BuildRequires: pkgconfig(gsl) @@ -40,7 +39,7 @@ which are of use when exploring the idiosyncrasies of wireless mesh networks. %prep -%setup -q +%autosetup %build %configure @@ -50,10 +49,9 @@ %make_install %files -%defattr(0644, root, root, 0755) %license COPYING %doc AUTHORS NEWS README.md -%attr(0755,-,-) %{_bindir}/flowgrind* -%attr(0755,-,-) %{_sbindir}/flowgrindd +%{_bindir}/flowgrind* +%{_sbindir}/flowgrindd %{_mandir}/man1/flowgrind*
