Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsp-plugins for openSUSE:Factory checked in at 2024-10-13 17:34:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsp-plugins (Old) and /work/SRC/openSUSE:Factory/.lsp-plugins.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsp-plugins" Sun Oct 13 17:34:05 2024 rev:38 rq:1207487 version:1.2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins.changes 2024-10-10 22:11:19.037869331 +0200 +++ /work/SRC/openSUSE:Factory/.lsp-plugins.new.19354/lsp-plugins.changes 2024-10-13 17:34:07.875370590 +0200 @@ -1,0 +2,16 @@ +Sat Oct 12 20:29:16 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz> + +- update to 1.2.19 +- update .spec for tar.gz source + + * Rollback of source code distribution to tar.gz archive format. + * Fixed unneeded resource object deletion and use-after-free in + VST plugin wrapper. + * Fixed window sizing for CLAP plugin format. + * Updated CLAP SDK to 1.2.2. + * Updated VST3 SDK to 3.7.12, may be breaking changes related to + parameter identifiers as Steinberg has twice reduced the set of + valid paremeter identifiers. + * Several fixes in build scripts. + +------------------------------------------------------------------- Old: ---- lsp-plugins-1.2.18.7z New: ---- lsp-plugins-src-1.2.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsp-plugins.spec ++++++ --- /var/tmp/diff_new_pack.NGV9GA/_old 2024-10-13 17:34:09.955456814 +0200 +++ /var/tmp/diff_new_pack.NGV9GA/_new 2024-10-13 17:34:09.971457477 +0200 @@ -22,22 +22,17 @@ %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects Name: lsp-plugins -Version: 1.2.18 +Version: 1.2.19 Release: 0 Summary: Linux Studio Plugins Project (Stand-alone) License: LGPL-3.0-or-later Group: Productivity/Multimedia/Sound/Utilities URL: https://lsp-plug.in/ -Source0: https://github.com/sadko4u/lsp-plugins/releases/download/%{version}/%{name}-src-%{version}.7z#/%{name}-%{version}.7z +Source0: https://github.com/sadko4u/lsp-plugins/releases/download/%{version}/%{name}-src-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: ladspa BuildRequires: ladspa-devel -%if 0%{?suse_version} > 1600 -BuildRequires: 7zip -%else -BuildRequires: p7zip-full -%endif BuildRequires: php8 BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -168,7 +163,7 @@ Development files for Linux Studio Plugins %prep -%setup -qn %{name}-src-%{version} +%autosetup -n %{name} %build export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"