Accepting request 867784 from home:tiwai:branches:multimedia:libs
- Drop the bad patch: pulseaudio-wrong-memset.patch the patch has been wrongly refreshed, mutated into a harmful form. The original bug has been already fixed in the upstream commit 764eabd10. OBS-URL: https://build.opensuse.org/request/show/867784 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=231
This commit is contained in:
parent
9454d0083f
commit
776bc2dffa
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
src/modules/echo-cancel/adrian-aec.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/src/modules/echo-cancel/adrian-aec.c
|
|
||||||
+++ b/src/modules/echo-cancel/adrian-aec.c
|
|
||||||
@@ -171,7 +171,7 @@ static void AEC_leaky(AEC *a)
|
|
||||||
} else if (1 == a->hangover) {
|
|
||||||
--(a->hangover);
|
|
||||||
// My Leaky NLMS is to erase vector w when hangover expires
|
|
||||||
- memset(a->w_arr, 0, sizeof(a->w_arr));
|
|
||||||
+ memset(a->w_arr, 0, sizeof(REAL));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 29 20:15:24 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Drop the bad patch: pulseaudio-wrong-memset.patch
|
||||||
|
the patch has been wrongly refreshed, mutated into a harmful form.
|
||||||
|
The original bug has been already fixed in the upstream commit 764eabd10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 15:39:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jan 28 15:39:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ Source98: pulseaudio-rpmlintrc
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Patch0: disabled-start.diff
|
Patch0: disabled-start.diff
|
||||||
Patch1: suppress-socket-error-msg.diff
|
Patch1: suppress-socket-error-msg.diff
|
||||||
Patch2: pulseaudio-wrong-memset.patch
|
|
||||||
# PATCH-FIX-OPENSUSE qpaeq-shebang.patch Avoid rpmlint error due to using env python shebang
|
# PATCH-FIX-OPENSUSE qpaeq-shebang.patch Avoid rpmlint error due to using env python shebang
|
||||||
Patch5: qpaeq-shebang.patch
|
Patch5: qpaeq-shebang.patch
|
||||||
# PATCH-FIX-OPENSUSE Workaround for old systemd on Leap 15.x
|
# PATCH-FIX-OPENSUSE Workaround for old systemd on Leap 15.x
|
||||||
@ -342,7 +341,6 @@ Optional dependency offering zsh completion for various PulseAudio utilities
|
|||||||
%setup -q -T -b0
|
%setup -q -T -b0
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
# workaround for Leap 15.x
|
# workaround for Leap 15.x
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
|
Loading…
x
Reference in New Issue
Block a user