Changelog for
libpulse0-32bit-3.0-1.6.1.x86_64.rpm :
* Fri Mar 08 2013 tiwaiAATTsuse.de- Fix a bug setting speaker volume to zero wrongly (bnc#805865): pulseaudio-alsa-speaker-zero-vol-fix.patch
* Sun Jan 20 2013 oholecekAATTsuse.com- bluetooth module now requires Bluez > 4.99
* Mon Dec 31 2012 crrodriguezAATTopensuse.org- Update to pulseaudio 3.0 (bnc#799737 and bnc#800656)
* ALSA Use Case Manager (UCM) support
* Runtime editable LADSPA filter parameters
* Out-of-the-box support for Bluetooth sources
* Configurable device latency offset
* Various ALSA changes
* Lots of infrastructure improvements
* Tue Nov 27 2012 tiwaiAATTsuse.de- Add the audio setup for qemu/kvm to setup-pulseaudio script (bnc#737070)
* Sat Nov 17 2012 crrodriguezAATTopensuse.org- disable all HAL compat/support since it is long gone.
* Thu Nov 15 2012 tittiatcokeAATTgmail.com- Enable systemd integration (following the distribution): + Add systemd-devel BuildRequires. + Pass --enable-systemd to configure.
* Sun Nov 04 2012 crrodriguezAATTopensuse.org- Place udev rules in the proper place
* Tue Oct 16 2012 cooloAATTsuse.com- buildrequire systemd through pkgconfig provides to remove cycle
* Thu Sep 06 2012 tiwaiAATTsuse.de- Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse doesn\'t exist (bnc#779039)
* Sat Jul 21 2012 zaitorAATTopensuse.org- Update to version 2.1: + Actually build libwebrtc-util. + Various bugfixes.
* Mon Jun 18 2012 tiwaiAATTsuse.de- Add kmix setup to setup-pulseaudio script
* Wed Jun 06 2012 tiwaiAATTsuse.de- Add the proper exit codes to setup-pulseaudio script (for avoiding the errors during installation, too)
* Mon Jun 04 2012 idonmezAATTsuse.com- Remove rpmlintrc, we can\'t use setBadness for Factory
* Wed May 30 2012 tiwaiAATTsuse.de- Kill leftover PA processes when disabled via setup-pulseaudio- Set up gstreamer audiosink/src in setup-pulseaudio script, too
* Tue May 29 2012 tiwaiAATTsuse.de- Add the setup for SoX to setup-pulseaudio script
* Sat May 19 2012 pascal.bleserAATTopensuse.org- update to 2.0: + Alternate sample rates. + Jack detection. + Echo cancellation: WebRTC canceller, automatic gain control, drift compensation. + Virtual Surround module. + Xen Paravirtualised audio sink. + Fixed HURD support. + A2DP decoder quality improvements.- Add new BuildRequires: libwebrtc_audio_processing-devel, BuildRequires: gcc-c++ and if SuSE-Release >= 12.1 BuildRequires: systemd-devel- Drop pulseaudio-remove_broken_assert.patch, fixed upstream.- Futureproof spec for soname changes.
* Fri Feb 17 2012 pascal.bleserAATTopensuse.org- add pulseaudio-remove_broken_assert.patch to remove a broken assert that makes pulseaudio crash when playing audio from Firefox when having to resample, especially in combination with the jack sink- add libcap-devel build dependency for capabilities support- add fftw3-devel build dependency for builtin equalizer support- add orc build dependency for better performance
* Thu Jan 12 2012 reddwarfAATTopensuse.org- Remove libatomic-ops-devel buildrequires since it has been dropped from Factory (for x86/x86-64 it wasn\'t being used anyway)
* Tue Dec 27 2011 idonmezAATTsuse.com- Fix wrong size argument in memset call
* Fri Oct 21 2011 wstephensonAATTsuse.com- Update to version 1.1: + Reintroduce a 3 point version string in various API calls, fixing PulseAudio with Skype. + Fix some linking errors that accidentally linked libpulse to libpulsecore which could under some circumstance \"downgrade\" libpulse to GPL (rather than LGPL) which could in turn cause problems with non-GPL compatible apps which link to libpulse. + Fix a problem where starting PA without X11 would fail due to dbus problems.
* Fri Sep 30 2011 toddrme2178AATTgmail.com- Made descriptions consistent- Added %suse_update_desktop_file for pulseaudio-kde (fix for RPMLINT warning)- Added check for duplicate files (fix for RPMLINT warning)- Cleaned up spec file formatting with spec-cleaner
* Tue Sep 27 2011 dimstarAATTopensuse.org- Update to version 1.0: + Fix crash in threaded message queues + dbus: fix crash if modules do not load- Changes from version 0.99.4: + Various bug fixes- Changes from version 0.99.3: + Per-Port volume control + Fix Introspection annotations + Various bug fixes- Add xz BuildRequires because we can\'t build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details
* Thu Aug 25 2011 dimstarAATTopensuse.org- Update to version 0.99.2 (2nd pre-release of 1.0): + D-Bus based control protocol (beta) + Source Output Volumes + Passthrough Support + Windows support restored + Improved sample rate adaptation in module-rtp-receive + Volume Change Sync for flat volumes + Enhanced Port Volume controls + New, future proof format for metadata files + New equalizer and acoustic echo cancellation modules + If Jack is running, Pulseaudio will connect to it automatically by default (previously this required editing a configuration file)- Add pkgconfig(json) BuildRequires.- Rebase disabled-start.diff and suppress-socket-error-msg.diff.
* Wed Jul 27 2011 tiwaiAATTsuse.de- Updated to version 0.9.23: Bugfix only update, see changelog at http://pulseaudio.org/milestone/0.9.23- Suppress too verbose error message at socket connection failure from a client; this is annoying when alsa-plugins-pulse fallback is used
* Fri Jul 22 2011 vuntzAATTopensuse.org- Automatically configure the system for pulseaudio in %post: + Note that this change will forcefully enable PulseAudio on systems where it had manually been disabled with \"setup-pulseaudio --disable\" but without adding PULSEAUDIO_ENABLE=\"no\" to /etc/sysconfig/sound. + Install sysconfig.sound-pulseaudio template, and use fillup in %post to merge it in /etc/sysconfig/sound. Add %fillup_prereq PreReq for this. + This defines the PULSEAUDIO_ENABLE variable that can be set to \"yes\", \"no\", \"custom\" (which means that the user has manually changed the configuration). Set to \"yes\" by default. + Add --auto option setup-pulseaudio: this automatically enables (resp. disables) pulseaudio if PULSEAUDIO_ENABLE is set to \"yes\" (resp. \"no\"). It does nothing if PULSEAUDIO_ENABLE is set to \"custom\". + Call \"setup-pulseaudio --auto\" in %post. + This fixes bnc#707703.- Remove call to /sbin/SuSEconfig in setup-pulseaudio: it should not be needed.- Use sed instead of perl in setup-pulseaudio: this avoids leaving empty lines when removing a line from the configuration.
* Mon Mar 21 2011 tiwaiAATTsuse.de- Fix handling of /etc/mplayer/mplayer.conf in setup-pulseaudio script (bnc#681113)
* Thu Feb 17 2011 tiwaiAATTsuse.de- Add the setup for festival to setup-pulseaudio script (bnc#670992)
* Mon Feb 14 2011 sbrabecAATTsuse.cz- Added support for translation-update-upstream.
* Sat Jan 22 2011 sreevesAATTnovell.com- Add bnc666350-fix-incorrect-check-of-return-value.patch- Fix ownership of /var/lib/gdm for bnc#638052
* Fri Nov 26 2010 dimstarAATTopensuse.org- Update to version 0.9.22: + This release contains the list of patches we carried plus a few more bugfixes.- Drop patches [0001 - 0063] that were backported from git.
* Tue Sep 28 2010 ajAATTsuse.de- Recommend instead of require lang-package.
* Thu Aug 12 2010 tiwaiAATTsuse.de- minor fixes for setup-pulseaudio (bnc#623837) also added /etc/profile.d/pulseaudio.
* to file list as ghost
* Tue Jul 20 2010 tiwaiAATTsuse.de- set up sh/csh profiles instead of /etc/environment in setup-pulseaudio script (bnc#623837)
* Tue Jul 20 2010 tiwaiAATTsuse.de- Add speechd setup to setup-pulseaudio (bnc#619859)- Use grep -q for testing in setup-pulseaudio
* Sat May 15 2010 cooloAATTnovell.com- the gdm is not needed during build, so ignore it and avoid huge build cycle
* Thu Apr 08 2010 sreevesAATTnovell.com- Add Requires of pulseaudio-utils to pulseaudio-module-x11 Fix bnc#592155
* Tue Apr 06 2010 roAATTsuse.de- add libpulse-mainloop-glib0 to baselibs.conf (for libphonon4)
* Mon Mar 29 2010 perAATTosbeck.com- add support for phonon in setup-pulseaudio
* Mon Mar 08 2010 sreevesAATTnovell.com- Add 0063-core-util-ensure-that-we-chmod-only-the-dir-we-ours.patch Fix bnc#584938 - chmod only the dir we ourselves created.
* Mon Mar 01 2010 sreevesAATTnovell.com- Add another set of patches backported from upstream git [0033 - 0062].patch Fixes for latency settings, cpu utilization, stuck playback,...
* Tue Jan 19 2010 sreevesAATTnovell.com- Add set of patches backported from upstream git [0001 - 0032].patch- Remove pulseaudio-ticket738-mark-shared-vars-as-volatile.patch Included in set of patches above
* Mon Jan 11 2010 sreevesAATTnovell.com- Add pulseaudio-ticket738-mark-shared-vars-as-volatile.patch- Move start-pulseaudio-kde to pulseaudio-module-x11. Match upstream- Modify disabled-start.diff Add check for pulseaudio_enable in start-pulseaudio-kde
* Fri Dec 18 2009 jengelhAATTmedozas.de- Add baselibs.conf as a source
* Thu Dec 03 2009 dimstarAATTopensuse.org- Update to version 0.9.21: + Bugfix update - see ChangeLog for full details.
* Tue Nov 03 2009 sreevesAATTnovell.com- Fix mplayer section of setup-pulseaudio. bnc#547384
* Thu Oct 29 2009 lnusselAATTsuse.de- clean up and fix setup-pulseaudio to not corrupt /etc/environment (bnc#547384)
* Tue Oct 06 2009 sreevesAATTnovell.com- Update to 0.9.19 Bugfix update - see Changelog for full details
* Mon Sep 28 2009 llunakAATTnovell.com- make \'setup-pulseaudio --disable\' actually really disable PA (bnc#537780)
* Thu Sep 24 2009 sreevesAATTnovell.com- Update to 0.9.18 Bugfix update - see Changelog for full details Translation update.
* Fri Sep 18 2009 sreevesAATTnovell.com- Update to 0.9.17 Fix tsched usage that was broken in 0.9.16
* Thu Sep 10 2009 sreevesAATTnovell.com- Update to 0.9.16 Please see Changelog for full details
* Mon Sep 07 2009 cooloAATTnovell.com- do not require a kernel, self compiled kernels will work with pulseaudio too. Conflict with old kernels instead
* Wed Sep 02 2009 sreevesAATTnovell.com- Update to version 0.9.16-test7 Please see Changelog for full details- Remove uneeded patches (functionality already in 0.9.16) set of recommended backported patches (00
*.patch) pulseaudio-am111.patch pulseaudio-bnc480113-default-sink.patch- Remove pulseaudio-work-with-old-alsa.patch- Add package pulseaudio-gdm-hooks
* Mon Aug 24 2009 cooloAATTnovell.com- provide new esound-daemon, but only obsolete old versions (of < 11.1) fix for bnc#532838
* Thu Jul 30 2009 sbrabecAATTsuse.cz- pulseaudio-utils have no use without pulseaudio, add Requires.
* Wed Jul 22 2009 sreevesAATTnovell.com- Add a set of recommended backported patches from git master
* Mon Jul 20 2009 dominique-obsAATTleuenberger.net- Fix remainings to follow %%{_libexecdir} change
* Fri Jul 17 2009 cooloAATTnovell.com- build with automake 1.11
* Fri Jul 17 2009 cooloAATTnovell.com- disable as-needed to fix build
* Fri Jul 17 2009 cooloAATTnovell.com- udev-extras is dropped again
* Tue May 12 2009 sreevesAATTnovell.com- Packaging changes: + add udev-extras to buildRequires + Only require alsa 1.0.18 as that version is patched on 11.1 to have needed functionality of 1.0.19 (pulseaudio-work-with-old-alsa.patch)
* Thu Apr 30 2009 sbrabecAATTsuse.cz- Don\'t call autoreconf in older products.- Don\'t try to package PolicyKit files in older products.
* Fri Apr 24 2009 sreevesAATTnovell.com- Update to version 0.9.15: Please see Changelog for full details- Add more checks for \"Digital\" output for choosing default sink (pulseaudio-bnc480113-default-sink.patch)- Drop pulseaudio-defaults-daemon-conf.patch: use upstream defaults for default-fragments
* in daemon.conf- Packaging changes: + Move libpulsecore into main rpm as it\'s an internal only library + Remove unused old replacment for default.pa + Move start-pulseaudio-x11 into pulseaudio-module-x11 package
* Wed Mar 25 2009 sreevesAATTsuse.de- Fix for bnc#480113 - default sink- Fix for bnc#456802 - logging out of control