Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ladspa-vocoder for openSUSE:Factory checked in at 2022-04-22 21:54:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ladspa-vocoder (Old) and /work/SRC/openSUSE:Factory/.ladspa-vocoder.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ladspa-vocoder" Fri Apr 22 21:54:43 2022 rev:4 rq:972006 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ladspa-vocoder/ladspa-vocoder.changes 2014-03-04 13:41:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ladspa-vocoder.new.1538/ladspa-vocoder.changes 2022-04-22 21:55:56.550921421 +0200 @@ -1,0 +2,8 @@ +Thu Apr 21 22:06:30 UTC 2022 - Ferdinand Thiessen <[email protected]> + +- Update to version 0.4: + * Improved speed of ladspa plugin +- Updated vocoder-0.1.dif +- Updated URL and use SourceURL + +------------------------------------------------------------------- Old: ---- vocoder-ladspa-0.3.tar.bz2 New: ---- vocoder-ladspa-0.4.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ladspa-vocoder.spec ++++++ --- /var/tmp/diff_new_pack.xVerR4/_old 2022-04-22 21:55:56.974921904 +0200 +++ /var/tmp/diff_new_pack.xVerR4/_new 2022-04-22 21:55:56.982921913 +0200 @@ -1,7 +1,7 @@ # # spec file for package ladspa-vocoder # -# Copyright (c) 2014 SUSE LINUX Products 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,18 +12,18 @@ # 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: ladspa-vocoder -Version: 0.3 +Version: 0.4 Release: 0 Summary: LADSPA vocoder plugin -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -Url: http://users.skynet.be/solaris/linuxaudio/ -Source: vocoder-ladspa-%{version}.tar.bz2 +URL: https://www.sirlab.de/linux/download_vocoder_ladspa.html +Source: https://www.sirlab.de/linux/download/vocoder-ladspa-%{version}.tgz Patch1: vocoder-0.1.dif BuildRequires: gcc BuildRequires: ladspa-devel @@ -42,15 +42,14 @@ # This package failed when testing with -Wl,-as-needed being default. # So we disable it here, if you want to retest, just delete this comment and the line below. export SUSE_ASNEEDED=0 -make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC -ggdb" +%make_build CFLAGS="%{optflags} -fPIC" %install -mkdir -p %{buildroot}%{_libdir}/ladspa -install -c *.so %{buildroot}%{_libdir}/ladspa +%make_install INSTALL_PLUGINS_DIR=%{buildroot}%{_libdir}/ladspa %files -%defattr(-,root,root) +%license COPYRIGHT +%doc README %{_libdir}/ladspa -%doc COPYRIGHT README %changelog ++++++ vocoder-0.1.dif ++++++ --- /var/tmp/diff_new_pack.xVerR4/_old 2022-04-22 21:55:57.026921962 +0200 +++ /var/tmp/diff_new_pack.xVerR4/_new 2022-04-22 21:55:57.030921967 +0200 @@ -22,15 +22,4 @@ long lIndex; if (g_psDescriptor) { free((char *)g_psDescriptor->Label); ---- Makefile-dist 2004-01-22 14:32:58.000000000 +0100 -+++ Makefile 2004-01-22 14:33:02.000000000 +0100 -@@ -14,7 +14,7 @@ - - vocoder.so: vocoder.c - $(CC) $(CFLAGS) -o vocoder.o -c vocoder.c -- $(LD) -o vocoder.so vocoder.o -shared -+ $(CC) -o vocoder.so vocoder.o -shared - - ############################################################################### - #
