Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpm-tools for openSUSE:Factory checked in at 2025-03-27 22:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpm-tools (Old) and /work/SRC/openSUSE:Factory/.bpm-tools.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpm-tools" Thu Mar 27 22:33:13 2025 rev:2 rq:1256411 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/bpm-tools/bpm-tools.changes 2015-11-22 11:00:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bpm-tools.new.2696/bpm-tools.changes 2025-03-27 22:33:38.227923848 +0100 @@ -1,0 +2,6 @@ +Wed Mar 26 13:31:13 UTC 2025 - Thorsten Kukuk <ku...@suse.com> + +- bpm-graph-so-reference.patch: fix .so reference of bpm-graph +- Mark COPYING as license + +------------------------------------------------------------------- New: ---- bpm-graph-so-reference.patch BETA DEBUG BEGIN: New: - bpm-graph-so-reference.patch: fix .so reference of bpm-graph - Mark COPYING as license BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpm-tools.spec ++++++ --- /var/tmp/diff_new_pack.00QDdI/_old 2025-03-27 22:33:39.943994881 +0100 +++ /var/tmp/diff_new_pack.00QDdI/_new 2025-03-27 22:33:39.955995378 +0100 @@ -1,7 +1,7 @@ # # spec file for package bpm-tools # -# Copyright (c) 2015 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,10 +20,11 @@ Version: 0.3 Release: 0 Summary: Automatic calculating and tagging the tempo of music files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -Url: http://www.pogo.org.uk/~mark/bpm-tools/ +URL: http://www.pogo.org.uk/~mark/bpm-tools/ Source0: http://www.pogo.org.uk/~mark/bpm-tools/releases/%{name}-%{version}.tar.gz +Patch0: bpm-graph-so-reference.patch Requires: gnuplot Requires: sox BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,7 +33,7 @@ Automatic calculating and tagging the tempo (in beats-per-minute) of music files. %prep -%setup -q +%autosetup -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -43,7 +44,8 @@ %files %defattr(-,root,root,-) -%doc COPYING README +%license COPYING +%doc README %{_bindir}/* %{_mandir}/man1/* ++++++ bpm-graph-so-reference.patch ++++++ --- bpm-tools-0.3/bpm-graph.1.orig 2013-05-21 22:38:33.000000000 +0200 +++ bpm-tools-0.3/bpm-graph.1 2025-03-26 14:29:52.010017138 +0100 @@ -1 +1 @@ -.so man1/bpm-graph.1 +.so man1/bpm.1