Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package noise-suppression-for-voice for
openSUSE:Factory checked in at 2026-06-05 14:57:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/noise-suppression-for-voice (Old)
and /work/SRC/openSUSE:Factory/.noise-suppression-for-voice.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "noise-suppression-for-voice"
Fri Jun 5 14:57:53 2026 rev:4 rq:1357118 version:1.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/noise-suppression-for-voice/noise-suppression-for-voice.changes
2024-05-21 18:37:04.739785332 +0200
+++
/work/SRC/openSUSE:Factory/.noise-suppression-for-voice.new.2375/noise-suppression-for-voice.changes
2026-06-05 14:58:55.336887348 +0200
@@ -1,0 +2,51 @@
+Thu Jun 4 08:57:11 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Set the set_version service to mode="manual": factory-auto only
+ allows source services in localonly/disabled/buildtime/manual
+ mode, so the previous unscoped service caused the Factory
+ submission to be declined
+- Spec cleanup:
+ * Convert Mesa-libGL-devel, libXcursor-devel and libXrandr-devel
+ to their pkgconfig(gl)/pkgconfig(xcursor)/pkgconfig(xrandr)
+ forms
+ * Drop obsolete Group tags
+
+-------------------------------------------------------------------
+Sun May 31 07:15:27 UTC 2026 - Edgar Aichinger <[email protected]>
+
+- Update to version 1.21:
+ * build: Fix macOS juceaide deployment target
+ * JUCE/VST2: Prevent crash with null speaker arrangements
+ * JUCE: Disable LTO for juceaide to save build time
+ * JUCE: Add LV2_COPY_DIR property
+ * JUCE: Remove splash screen
+ * JUCE: Use FST headers instead of VST2
+ * git subrepo clone --force external/JUCE 7.0.12
+ * build: Adjust project for JUCE 7.0.12
+ * build: Disable ladspa plugin by default with MSVC compiler
+ * ci: Update to windows-2022
+ * build: Properly set opt level for different compilers in Release
+ * ci: Fix Linux build
+ * build: Fix macOS build
+ * ci: Update ccache-action
+ * ci: Update to actions/upload-artifact v4
+ * build: Fix Clang linking issue
+ * feat: Enable IPO/LTO for release
+ * feat: Use INT8 weights by default, yielding 4x speed with AVX
+ * docs: Fixup example of pipewire configuration
+ * fix: Use unique LADSPA plugin IDs
+ * fix: Treat last voiced block as initially absent
+ * feat: Add audio evaluation tool
+ * docs: Add macOS plugin installation instructions
+ * docs: Improve Equalizer APO setup instructions
+ * feat: Raise default VAD threshold
+ * feat: Add dry mix control
+ * build: Raise CMake minimum version
+ * build: Default JUCE source directory
+ * build: Declare top-level project version
+ * build: Enable RNNoise RTCD for release builds
+ * build: Detect UBSan before enabling it for tests
+ * external/rnnoise: Update generated weights
+ * git subrepo pull (merge) external/rnnoise
+
+-------------------------------------------------------------------
Old:
----
noise-suppression-for-voice-1.10+git0.9c4e5c2.tar.xz
New:
----
noise-suppression-for-voice-1.21.obscpio
noise-suppression-for-voice.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ noise-suppression-for-voice.spec ++++++
--- /var/tmp/diff_new_pack.hRJ424/_old 2026-06-05 14:58:57.840990907 +0200
+++ /var/tmp/diff_new_pack.hRJ424/_new 2026-06-05 14:58:57.844991072 +0200
@@ -1,7 +1,7 @@
#
# spec file for package noise-suppression-for-voice
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 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,24 +17,24 @@
Name: noise-suppression-for-voice
-Version: 1.10+git0.9c4e5c2
+Version: 1.21
Release: 0
Summary: Noise suppression plugin based on Xiph's RNNoise
License: GPL-3.0-only
URL: https://github.com/werman/noise-suppression-for-voice
Source: %{name}-%{version}.tar.xz
-BuildRequires: Mesa-libGL-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ladspa
BuildRequires: ladspa-devel
-BuildRequires: libXcursor-devel
-BuildRequires: libXrandr-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(freetype2)
+BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xinerama)
+BuildRequires: pkgconfig(xrandr)
%description
The plugin is meant to suppress a wide range of noise origins
++++++ _service ++++++
--- /var/tmp/diff_new_pack.hRJ424/_old 2026-06-05 14:58:57.916994050 +0200
+++ /var/tmp/diff_new_pack.hRJ424/_new 2026-06-05 14:58:57.932994712 +0200
@@ -1,17 +1,17 @@
<services>
- <service name="obs_scm" mode="disabled">
+ <service name="obs_scm" mode="manual">
<param
name="url">https://github.com/werman/noise-suppression-for-voice.git</param>
- <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
- <param name="revision">master</param>
- <param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
+ <param name="revision">4b0a6f76fc</param>
+ <param name="versionformat">1.21</param>
+ <param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
- <service mode="disabled" name="tar" />
- <service mode="disabled" name="recompress">
+ <service name="tar" mode="buildtime"/>
+ <service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
- <service mode="disabled" name="set_version"/>
+ <service name="set_version" mode="manual"/>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hRJ424/_old 2026-06-05 14:58:57.960995870 +0200
+++ /var/tmp/diff_new_pack.hRJ424/_new 2026-06-05 14:58:57.968996201 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/werman/noise-suppression-for-voice.git</param>
- <param
name="changesrevision">9c4e5c28d8950e2cef837d8a0abd36c2fd9b5c2d</param></service></servicedata>
+ <param
name="changesrevision">4b0a6f76fc8bcfb5a3603ae2cb6619dfcb0e19f2</param></service></servicedata>
(No newline at EOF)
++++++ noise-suppression-for-voice.obsinfo ++++++
name: noise-suppression-for-voice
version: 1.21
mtime: 1780079705
commit: 4b0a6f76fc8bcfb5a3603ae2cb6619dfcb0e19f2