From 769738bc8aa894f775e84ae881071c923b20e2ea708d5a2779466e01b4daeb6d Mon Sep 17 00:00:00 2001 From: Will Stephenson Date: Fri, 21 Oct 2011 08:30:45 +0000 Subject: [PATCH] Accepting request 88931 from home:wstephenson:branches:multimedia:libs - 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. OBS-URL: https://build.opensuse.org/request/show/88931 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=77 --- pulseaudio-1.0.tar.xz | 3 --- pulseaudio-1.1.tar.xz | 3 +++ pulseaudio.changes | 13 +++++++++++++ pulseaudio.spec | 10 ++++++++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 pulseaudio-1.0.tar.xz create mode 100644 pulseaudio-1.1.tar.xz diff --git a/pulseaudio-1.0.tar.xz b/pulseaudio-1.0.tar.xz deleted file mode 100644 index 0c45440..0000000 --- a/pulseaudio-1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be -size 1305008 diff --git a/pulseaudio-1.1.tar.xz b/pulseaudio-1.1.tar.xz new file mode 100644 index 0000000..eb73153 --- /dev/null +++ b/pulseaudio-1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee +size 1306168 diff --git a/pulseaudio.changes b/pulseaudio.changes index 28811d2..1be1efd 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 21 08:17:27 UTC 2011 - wstephenson@suse.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 11:09:58 UTC 2011 - toddrme2178@gmail.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 6b551c5..994a740 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -16,10 +16,11 @@ # + Name: pulseaudio -Version: 1.0 -%define drvver 1.0 +Version: 1.1 Release: 1 +%define drvver 1.1 License: GPLv2+ ; LGPLv2.1+ Summary: A Networked Sound Server Url: http://pulseaudio.org @@ -298,9 +299,11 @@ useradd -r -c 'PulseAudio daemon' \ groupadd -r pulse-access &>/dev/null || : %post -n libpulse0 -p /sbin/ldconfig + %postun -n libpulse0 -p /sbin/ldconfig %post -n libpulse-mainloop-glib0 -p /sbin/ldconfig + %postun -n libpulse-mainloop-glib0 -p /sbin/ldconfig %post @@ -436,6 +439,9 @@ setup-pulseaudio --auto > /dev/null %{_libdir}/libpulse-mainloop-glib.so %{_libdir}/libpulse-simple.so %{_libdir}/pkgconfig/libpulse*.pc +%dir %{_libdir}/cmake +%dir %{_libdir}/cmake/PulseAudio +%{_libdir}/cmake/PulseAudio/PulseAudio*.cmake %{_datadir}/vala %files -n libpulse-mainloop-glib0