Accepting request 866344 from home:dirkmueller:branches:multimedia:libs

- udpate to 14.2:
 * Support upto 8 mixer channels on ALSA devices
 * Handle ALSA jacks with the same name but different index values
 * Switch to plugged-in headset when mic availability is unknown
 * Fix a potential segfault in the Bluetooth oFono HFP backend
 * Fix a problem with module-ladspa-sink when avoid-resampling=true
 * Update to the NEWS file for 14.0 (and 14.1)
 * Fix database names containing canonical host for meson builds

OBS-URL: https://build.opensuse.org/request/show/866344
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=228
This commit is contained in:
Ondrej Holecek 2021-01-24 11:22:43 +00:00 committed by Git OBS Bridge
parent 7e20d8ab48
commit 00dcfbeb58
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
size 1980800

3
pulseaudio-14.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1
size 1951300

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 24 09:52:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
- udpate to 14.2:
* Support upto 8 mixer channels on ALSA devices
* Handle ALSA jacks with the same name but different index values
* Switch to plugged-in headset when mic availability is unknown
* Fix a potential segfault in the Bluetooth oFono HFP backend
* Fix a problem with module-ladspa-sink when avoid-resampling=true
* Update to the NEWS file for 14.0 (and 14.1)
* Fix database names containing canonical host for meson builds
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 13 17:36:51 CET 2021 - tiwai@suse.de Wed Jan 13 17:36:51 CET 2021 - tiwai@suse.de

View File

@ -21,18 +21,18 @@
%define _fillupdir /var/adm/fillup-templates %define _fillupdir /var/adm/fillup-templates
%endif %endif
%define drvver 14.0 %define drvver 14.2
%define soname 0 %define soname 0
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
%define _bashcompletionsdir %{_datadir}/bash-completion/completions %define _bashcompletionsdir %{_datadir}/bash-completion/completions
Name: pulseaudio Name: pulseaudio
Version: 14.0 Version: 14.2
Release: 0 Release: 0
Summary: A Networked Sound Server Summary: A Networked Sound Server
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Sound Daemons Group: System/Sound Daemons
Url: http://pulseaudio.org Url: https://www.freedesktop.org/wiki/Software/PulseAudio/
Source: http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz Source: https://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
Source1: default.pa-for-gdm Source1: default.pa-for-gdm
Source2: setup-pulseaudio Source2: setup-pulseaudio
Source3: sysconfig.sound-pulseaudio Source3: sysconfig.sound-pulseaudio