From dae50001818cd2e6e98f7b7f8556e6328a38d43ad163cfec9eef8a9647600203 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 10:06:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=18 --- pulseaudio-0.9.10.tar.bz2 | 3 +++ pulseaudio-0.9.8-fix-sample-upload.patch | 11 -------- pulseaudio-0.9.9.tar.bz2 | 3 --- pulseaudio-declarations.patch | 13 +++++++++ pulseaudio.changes | 19 +++++++++++++ pulseaudio.spec | 34 ++++++++++++++++++------ 6 files changed, 61 insertions(+), 22 deletions(-) create mode 100644 pulseaudio-0.9.10.tar.bz2 delete mode 100644 pulseaudio-0.9.8-fix-sample-upload.patch delete mode 100644 pulseaudio-0.9.9.tar.bz2 create mode 100644 pulseaudio-declarations.patch diff --git a/pulseaudio-0.9.10.tar.bz2 b/pulseaudio-0.9.10.tar.bz2 new file mode 100644 index 0000000..40d403c --- /dev/null +++ b/pulseaudio-0.9.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6542e3ff35f8f838aff411492ef02006762cd76e5101f48a2f3d8b5523be230 +size 805563 diff --git a/pulseaudio-0.9.8-fix-sample-upload.patch b/pulseaudio-0.9.8-fix-sample-upload.patch deleted file mode 100644 index a645942..0000000 --- a/pulseaudio-0.9.8-fix-sample-upload.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: /trunk/src/pulse/stream.c -=================================================================== ---- /trunk/src/pulse/stream.c (revision 2067) -+++ /trunk/src/pulse/stream.c (revision 2074) -@@ -587,5 +587,5 @@ - } - -- if (s->context->version >= 12) { -+ if (s->context->version >= 12 && s->direction != PA_STREAM_UPLOAD) { - pa_sample_spec ss; - pa_channel_map cm; diff --git a/pulseaudio-0.9.9.tar.bz2 b/pulseaudio-0.9.9.tar.bz2 deleted file mode 100644 index 3f00fe3..0000000 --- a/pulseaudio-0.9.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff706a4bdb38acf46ee7e85477ce050aa0cb8173a7596ce7405547b52f55bbca -size 775773 diff --git a/pulseaudio-declarations.patch b/pulseaudio-declarations.patch new file mode 100644 index 0000000..00663d0 --- /dev/null +++ b/pulseaudio-declarations.patch @@ -0,0 +1,13 @@ +=== modified file 'src/daemon/caps.c' +--- src/daemon/caps.c 2008-04-09 21:44:06 +0000 ++++ src/daemon/caps.c 2008-04-09 21:54:24 +0000 +@@ -131,7 +131,7 @@ + return 0; + } + +-int pa_drop_caps(void) { ++void pa_drop_caps(void) { + pa_drop_root(); + return 0; + } + diff --git a/pulseaudio.changes b/pulseaudio.changes index b37e2f7..63e2e5a 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Apr 9 23:35:47 CEST 2008 - maw@suse.de + +- Update to version 0.9.10: + + Better compatibility in padsp with certain programs which like + to pass NULL strings to libc functions + + Properly create ~/.pulse before using it + + Multiarch fixes + + Update module-tunnel for protocol version 12 + + Update Speex resampler + + Native ARM atomic operations support + + Update of the PolicyKit interface + + Compatibility with libtool 2.2 + + LADSPA interfacing fixes + + Make per-user esd socket compile time configurable + + Many other bug fixes and updates +- Drop pulseaudio-0.9.8-fix-sample-upload.patch +- Add pulseaudio-declarations.patch. + ------------------------------------------------------------------- Fri Apr 4 15:34:27 CEST 2008 - rodrigo@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index 6b58c61..27f42c2 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -1,5 +1,5 @@ # -# spec file for package pulseaudio (Version 0.9.9) +# spec file for package pulseaudio (Version 0.9.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,8 +14,8 @@ Name: pulseaudio %define drvver 0.9 Summary: A Networked Sound Server -Version: 0.9.9 -Release: 12 +Version: 0.9.10 +Release: 1 License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Source: %{name}-%{version}.tar.bz2 @@ -25,8 +25,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-libs doxygen gconf2-devel glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel lirc-devel tcpd-devel update-desktop-files xorg-x11-devel Requires: libpulsecore4 = %{version} PreReq: pwdutils -Patch2: pulseaudio-0.9.8-fix-sample-upload.patch -Patch3: pulseaudio-0.9.8-unbreak-tunnels.patch +Patch0: pulseaudio-0.9.8-unbreak-tunnels.patch +# PATCH-FIX-UPSTREAM pulseaudio-declarations.patch maw@novell.com -- Already fixed in git; will go away on the next release +Patch1: pulseaudio-declarations.patch %description pulseaudio is a networked sound server for Linux and other Unix like @@ -303,10 +304,11 @@ Authors: %prep %setup -q -T -b0 -%patch2 -p2 -%patch3 -p1 +%patch0 -p1 +%patch1 -p0 %build +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --disable-ltdl-install --disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-realtime-group=pulse-rt --with-access-group=pulse-access make %{?jobs:-j%jobs} make doxygen @@ -420,7 +422,7 @@ groupadd -r pulse-access &>/dev/null || : %{_libdir}/pulse-%{drvver}/modules/module-default-device-restore.so %{_libdir}/pulse-%{drvver}/modules/module-ladspa-sink.so %{_libdir}/pulse-%{drvver}/modules/module-remap-sink.so -%{_datadir}/PolicyKit/policy/PulseAudio.policy +%{_datadir}/PolicyKit/policy/org.pulseaudio.policy %{_mandir}/man1/pulseaudio.1.gz %{_mandir}/man5/default.pa.5.gz %{_mandir}/man5/pulse-client.conf.5.gz @@ -519,6 +521,22 @@ groupadd -r pulse-access &>/dev/null || : %{_mandir}/man1/pax11publish.1.gz %changelog +* Thu Apr 10 2008 maw@suse.de +- Update to version 0.9.10: + + Better compatibility in padsp with certain programs which like + to pass NULL strings to libc functions + + Properly create ~/.pulse before using it + + Multiarch fixes + + Update module-tunnel for protocol version 12 + + Update Speex resampler + + Native ARM atomic operations support + + Update of the PolicyKit interface + + Compatibility with libtool 2.2 + + LADSPA interfacing fixes + + Make per-user esd socket compile time configurable + + Many other bug fixes and updates +- Drop pulseaudio-0.9.8-fix-sample-upload.patch +- Add pulseaudio-declarations.patch. * Fri Apr 04 2008 rodrigo@suse.de - Added Obsoletes and Provides to esound-compat package to fix dependencies on esound