Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Cadence for openSUSE:Factory checked in at 2022-10-03 13:46:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Cadence (Old) and /work/SRC/openSUSE:Factory/.Cadence.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Cadence" Mon Oct 3 13:46:51 2022 rev:2 rq:1007623 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/Cadence/Cadence.changes 2020-12-22 15:58:00.922118501 +0100 +++ /work/SRC/openSUSE:Factory/.Cadence.new.2275/Cadence.changes 2022-10-03 13:47:36.125724293 +0200 @@ -1,0 +2,12 @@ +Fri Sep 30 12:07:04 UTC 2022 - ecsos <ec...@opensuse.org> + +- Update to 0.9.2 + - Change systray tooltip from HTML to plaintext + - Fallback to GLib DBus if Qt DBus is not available + - Fix build with Qt 5.15+ + - Fix compatibility with Python 3.10 +- Drop Fix-build-with-Qt-5-15.patch because now in upstream. +- Switch URL tag from http://kxstudio.sourceforge.net/cadence to + https://kx.studio/Applications:Cadence and insert new source url. + +------------------------------------------------------------------- Old: ---- Fix-build-with-Qt-5-15.patch v0.9.1.tar.gz New: ---- Cadence-0.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Cadence.spec ++++++ --- /var/tmp/diff_new_pack.fqWuO9/_old 2022-10-03 13:47:36.609725358 +0200 +++ /var/tmp/diff_new_pack.fqWuO9/_new 2022-10-03 13:47:36.613725367 +0200 @@ -1,7 +1,7 @@ # # spec file for package Cadence # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,27 @@ # 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/ # Name: Cadence -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: A JACK Audio Toolbox License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -URL: http://kxstudio.sourceforge.net/cadence -Source: v%{version}.tar.gz -Patch0: Fix-build-with-Qt-5-15.patch +URL: https://kx.studio/Applications:Cadence +Source: https://github.com/falkTX/Cadence/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: alsa-devel -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: python3-qt5-devel BuildRequires: dbus-1-python3-devel BuildRequires: libjack-devel +BuildRequires: python3-qt5-devel BuildRequires: unzip BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Widgets) Requires: a2jmidid Requires: dbus-1-python3 Requires: jack_capture @@ -56,7 +55,6 @@ %prep %setup -q -n Cadence-%{version} -%patch0 -p1 %build export CXXFLAGS="%{optflags}"