Accepting request 1112511 from home:alarrosa:branches:multimedia:libs:webrtc-audio-processing

- Use also dashes instead of underscores in the manual Requires

OBS-URL: https://build.opensuse.org/request/show/1112511
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/webrtc-audio-processing?expand=0&rev=21
This commit is contained in:
Antonio Larrosa 2023-09-20 09:39:27 +00:00 committed by Git OBS Bridge
parent 66cc117aac
commit 475c33dd1b
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 20 09:38:21 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Use also dashes instead of underscores in the manual Requires
-------------------------------------------------------------------
Wed Sep 20 09:04:13 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -73,7 +73,7 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%package -n libwebrtc-audio-processing-devel
Summary: Real-Time Communication Library for Web Browsers
Group: Development/Libraries/C and C++
Requires: libwebrtc_audio_processing%{pkg_soname} = %{version}
Requires: libwebrtc-audio-processing%{pkg_soname} = %{version}
%description -n libwebrtc-audio-processing-devel
WebRTC is an open source project that enables web browsers with Real-Time
@ -85,7 +85,7 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%package -n libwebrtc-audio-processing-devel-static
Summary: Real-Time Communication Library for Web Browsers
Group: Development/Libraries/C and C++
Requires: libwebrtc_audio_processing-devel = %{version}
Requires: libwebrtc-audio-processing-devel = %{version}
%description -n libwebrtc-audio-processing-devel-static
WebRTC is an open source project that enables web browsers with Real-Time
@ -108,7 +108,7 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%package -n libwebrtc-audio-coding-devel
Summary: Real-Time Communication Library for Web Browsers
Group: Development/Libraries/C and C++
Requires: libwebrtc_audio_coding%{pkg_soname} = %{version}
Requires: libwebrtc-audio-coding%{pkg_soname} = %{version}
%description -n libwebrtc-audio-coding-devel
WebRTC is an open source project that enables web browsers with Real-Time
@ -120,7 +120,7 @@ WebRTC implements the W3C's proposal for video conferencing on the web.
%package -n libwebrtc-audio-coding-devel-static
Summary: Real-Time Communication Library for Web Browsers
Group: Development/Libraries/C and C++
Requires: libwebrtc_audio_coding-devel = %{version}
Requires: libwebrtc-audio-coding-devel = %{version}
%description -n libwebrtc-audio-coding-devel-static
WebRTC is an open source project that enables web browsers with Real-Time