* Mon Apr 19 2021 mwilck@suse.com
- Really fix recording OGG with parecord (bsc#1183546)
parecord-really-fix-recording-OGG.patch
* Mon Mar 15 2021 mwilck@suse.com
- Fix "Failed to open audio file" for FLAC and OGG (bsc#1183546)
parecord-fix-Failed-to-open-audio-file-for-FLAC-and-.patch
* Thu Apr 02 2020 tiwai@suse.de
- Control systemd user socket activation in setup-pulseaudio script
too (boo#1168393)
* Mon Oct 07 2019 fcrozat@suse.com
- Update pulseaudio-gdm-hooks.tmpfiles to use the same ownership
and permissions as in specfile for pulseaudio files.
- Update default.pa-for-gdm to not load bluetooth support in
pulseaudio gdm instance. This ensure headset are not stolen by
gdm instance instead of user instance. Idea from ArchLinux.
- Update pulseaudio-old-systemd-workaround.patch to disable
LockPersonality also on Leap 15.x.
* Sun Sep 22 2019 bjorn.lie@gmail.com
- Pass --disable-running-from-build-tree to configure for improving
build reproducibility.
- Add pulseaudio-rpmlintrc: Filter out false positive warnings
about hidden files in pulseaudio-gdm-hooks.
* Mon Sep 16 2019 bjorn.lie@gmail.com
- Update to version 13.0:
* Added support for Dolby TrueHD and DTS-HD Master Audio
* Improved initial card profile selection for ALSA cards
* Bluetooth card profile choices aren't persistent any more by
default.
* Added support for SteelSeries Arctis 5 USB headset.
* New "max_latency_msec" module argument for module-loopback.
* New "stream_name" module argument for module-rtp-send.
* Fixed S/PDIF for CMEDIA USB2.0 High-Speed True HD Audio.
* Use source sample spec and channel map by default in
module-loopback.
* New "avoid_resampling" module argument for module-udev-detect
and module-alsa-card.
* "avoid_resampling" also tries to avoid format conversion if the
ALSA device supports it.
* New function to enable realtime scheduling for client threads.
* Removed BlueZ 4 support.
* Dropped intltool.
* Introduction of the Meson build system.
* Const-ification of parameters across headers.
* Minor bug-fixes, bindings updates.
* Updated translations.
- Update drvver to 13.0.
* Sat Sep 07 2019 bjorn.lie@gmail.com
- Use make_build macros.
* Tue Aug 27 2019 tiwai@suse.de
- Workaround for old systemd on Leap 15.x, as the recent hardening
relies on the new systemd:
pulseaudio-old-systemd-workaround.patch
* Tue Aug 06 2019 oholecek@suse.com
- Update to 13 RC2 (12.99.2)
* Added support for Dolby TrueHD and DTS-HD Master Audio
* Improved initial card profile selection for ALSA cards
* Bluetooth card profile choices aren't persistent any more by default
* Added support for SteelSeries Arctis 5 USB headset
* New "max_latency_msec" module argument for module-loopback
* New "stream_name" module argument for module-rtp-send
* Fixed S/PDIF for CMEDIA USB2.0 High-Speed True HD Audio
* Use source sample spec and channel map by default in module-loopback
* New "avoid_resampling" module argument for module-udev-detect and module-alsa-card
* New function to enable realtime scheduling for client threads
* Removed BlueZ 4 support
* Dropped intltool
* Some initial work on a Meson build system
* https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
- Removed patches already included in the source:
pulseaudio-alsa.patch
pa-set-exit-idle-time-to-0-when-we-detect-a-session.patch
* Thu Jul 11 2019 antoine.belvire@opensuse.org
- Remove SuSEfirewall2 service since SuSEfirewall2 has been
replaced by firewalld (which already provides a service for
pulseaudio).
- Remove some obsolete macros and conditionals.
* Tue Jun 11 2019 bjorn.lie@gmail.com
- Rebase qpaeq-shebang.patch to python3 instead of python, as we
build pulseaudio with python3 support and not python2. Aka
pulseaudio requires /usr/bin/python3 and not /usr/bin/python.
* Tue Jun 11 2019 dimstar@opensuse.org
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut the build queues by allowing usage of systemd-mini
* Fri Apr 26 2019 mvetter@suse.com
- bsc#1130588: Require shadow instead of old pwdutils
* Wed Apr 24 2019 mliska@suse.cz
- Disable LTO (boo#1133278).
* Sun Apr 21 2019 tiwai@suse.de
- Fix the UCM module build due to the removal of alsa/* include
path (bsc#1132880):
updated pulseaudio-alsa.patch
* Wed Mar 27 2019 jengelh@inai.de
- Remove one redundant Requires: systemd, and add
BuildRequires: systemd-rpm-macros.
* Tue Mar 26 2019 olaf@aepfle.de
- Use alsa API properly. Consumers are expected to use
<alsa/asoundlib.h> instead of <asoundlib.h>.
This is in preparation of an change to pkgconfig(alsa) to
not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333)
pulseaudio-alsa.patch
* Wed Jan 30 2019 alarrosa@suse.com
- Make /var/lib/gdm %ghost again in pulseaudio-gdm-hooks so we don't
create the directory when installing the package. gdm was just
changed to create that directory as %ghost too to keep both
packages in sync.
- Add /var/lib/pulseaudio (which is already created by systemd-tmpfiles)
as %ghost so users can easily query who created the directory,
it gets uninstalled on package removal and rpmlint doesn't complain
about it.
* Tue Jan 15 2019 tiwai@suse.de
- Enable systemd user socket for activating PA (bsc#1083473)
- Disable auto-spawn along with the change above
* Sun Nov 18 2018 tiwai@suse.de
- Drop ghost from gdm hook dir to sync with gdm package itself