Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jack-rack for openSUSE:Factory checked in at 2025-08-20 14:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jack-rack (Old) and /work/SRC/openSUSE:Factory/.jack-rack.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jack-rack" Wed Aug 20 14:40:39 2025 rev:32 rq:1300461 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jack-rack/jack-rack.changes 2024-04-10 17:51:02.945928083 +0200 +++ /work/SRC/openSUSE:Factory/.jack-rack.new.29662/jack-rack.changes 2025-08-20 14:40:45.921211672 +0200 @@ -1,0 +2,10 @@ +Wed Aug 20 08:06:44 UTC 2025 - Edgar Aichinger <edog...@aon.at> + +- update to version 1.5.0 +- remove obsolete patches (fixed upstream): + * jack-rack-undeprec.dif + * jack-rack-inc-fix.diff + * jack-rack-ld_fix.diff +- add jack-rack-autotools.patch (fixes build with recent autotools) + +------------------------------------------------------------------- Old: ---- jack-rack-1.4.7.tar.bz2 jack-rack-inc-fix.diff jack-rack-ld_fix.diff jack-rack-undeprec.dif New: ---- jack-rack-1.5.0.tar.bz2 jack-rack-autotools.patch ----------(Old B)---------- Old: * jack-rack-undeprec.dif * jack-rack-inc-fix.diff * jack-rack-ld_fix.diff Old: * jack-rack-inc-fix.diff * jack-rack-ld_fix.diff - add jack-rack-autotools.patch (fixes build with recent autotools) ----------(Old E)---------- ----------(New B)---------- New: * jack-rack-ld_fix.diff - add jack-rack-autotools.patch (fixes build with recent autotools) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jack-rack.spec ++++++ --- /var/tmp/diff_new_pack.iJC6b1/_old 2025-08-20 14:40:46.453233794 +0200 +++ /var/tmp/diff_new_pack.iJC6b1/_new 2025-08-20 14:40:46.453233794 +0200 @@ -1,7 +1,7 @@ # # spec file for package jack-rack # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ -17,17 +17,15 @@ Name: jack-rack -Version: 1.4.7 +Version: 1.5.0 Release: 0 Summary: LADSPA Effects Rack for JACK License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities URL: https://jack-rack.sf.net/ Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -Patch0: jack-rack-undeprec.dif -Patch1: jack-rack-inc-fix.diff -Patch3: jack-rack-ld_fix.diff -Patch4: jack-rack-python3-ecarack.patch +Patch0: jack-rack-autotools.patch +Patch1: jack-rack-python3-ecarack.patch BuildRequires: automake BuildRequires: ladspa-devel BuildRequires: pkgconfig @@ -41,9 +39,8 @@ BuildRequires: pkgconfig(gtk+-x11-2.0) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libxml-2.0) -#BuildRequires: libgnomeui-devel -#BuildRequires: pkgconfig(lrdf) -#BuildRequires: pkgconfig(raptor2) +# minimum gettext version required for the fix in jack-rack-autotools.patch +BuildRequires: gettext-devel >= 0.25.1 Requires: jack Requires: ladspa @@ -53,11 +50,7 @@ GUI. %prep -%setup -q -%patch -P 0 -%patch -P 1 -%patch -P 3 -%patch -P 4 -p1 +%autosetup -p1 %build autoreconf -fi ++++++ jack-rack-1.4.7.tar.bz2 -> jack-rack-1.5.0.tar.bz2 ++++++ ++++ 44567 lines of diff (skipped) ++++++ jack-rack-autotools.patch ++++++ diff -up jack-rack-1.5.0/configure.ac.orig jack-rack-1.5.0/configure.ac --- jack-rack-1.5.0/configure.ac.orig 2025-07-12 21:22:37.000000000 +0200 +++ jack-rack-1.5.0/configure.ac 2025-08-20 10:12:58.307157096 +0200 @@ -1,5 +1,6 @@ AC_INIT([JACK Rack],[1.5.0]) AC_CONFIG_SRCDIR([src/lock_free_fifo.h]) +AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([1.6]) AC_PROG_CC