OBS User unknown 2008-04-10 10:06:24 +00:00 committed by Git OBS Bridge
parent 0b98fdb3f8
commit dae5000181
6 changed files with 61 additions and 22 deletions

View File

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

View File

@ -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;

View File

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

View File

@ -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;
}

View File

@ -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

View File

@ -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