From 31060b75f9e181a668db2bffcfc3b53c196a43f0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Oct 06 2008 02:21:31 +0000 Subject: new release --- diff --git a/.cvsignore b/.cvsignore index 9fa914a..6dffe98 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pulseaudio-0.9.12.tar.gz +pulseaudio-0.9.13.tar.gz diff --git a/pulseaudio.spec b/pulseaudio.spec index 65d71fc..1da60be 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -2,8 +2,8 @@ Name: pulseaudio Summary: Improved Linux sound server -Version: 0.9.12 -Release: 6%{?dist} +Version: 0.9.13 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz @@ -24,18 +24,6 @@ BuildRequires: gdbm-devel speex-devel libasyncns-devel BuildRequires: intltool Requires: %{name}-core-libs = %{version}-%{release} Obsoletes: pulseaudio-devel -#Patch2: pulseaudio-0.9.8-fix-sample-upload.patch -#Patch3: pulseaudio-0.9.8-unbreak-tunnels.patch -#Patch4: pulseaudio-0.9.8-create-dot-pulse.patch -#Patch5: pulseaudio-0.9.8-droproot.patch -#Patch6: pulseaudio-0.9.8-multilib.patch -#Patch7: pulseaudio-0.9.8-ltdl-assert.patch -#Patch8: pulseaudio-0.9.8-disable-realtime.patch -#Patch9: pulseaudio-0.9.8-cputime-abort.patch -#Patch10: wrong-assert.patch -#Patch11: pa-ck-api-change.patch -# from upstream, https://bugzilla.redhat.com/show_bug.cgi?id=462407 -Patch12: dotpulse.patch %description PulseAudio is a sound server for Linux and other Unix like operating @@ -172,17 +160,6 @@ This package contains command line utilities for the PulseAudio sound server. %prep %setup -q -T -b0 -#%patch2 -p2 -b .fix-sample-upload -#%patch3 -p1 -b .unbreak-tunnels -#%patch4 -p0 -b .create-dot-pulse -#%patch5 -p0 -b .droproot -#%patch6 -p1 -b .multilib -#%patch7 -p0 -b .ltdl-assert -#%patch8 -p1 -b .realtime -#%patch9 -p1 -b .cputime-abort -#%patch10 -p1 -b .wrong-assert -#%patch11 -p1 -b .api-change -%patch12 -p1 -b .dotpulse %build %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 @@ -347,8 +324,12 @@ groupadd -r pulse-access &>/dev/null || : %files module-bluetooth %defattr(-,root,root) -%{_libdir}/pulse-%{drvver}/modules/module-bt-proximity.so -%{_libexecdir}/pulse/bt-proximity-helper +%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-proximity.so +%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-device.so +%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so +%{_libdir}/pulse-%{drvver}/modules/libbluetooth-ipc.so +%{_libdir}/pulse-%{drvver}/modules/libbluetooth-sbc.so +%{_libexecdir}/pulse/proximity-helper %files module-gconf %defattr(-,root,root) @@ -409,6 +390,9 @@ groupadd -r pulse-access &>/dev/null || : %{_mandir}/man1/pax11publish.1.gz %changelog +* Mon Oct 6 2008 Lennart Poettering 0.9.13-1 +- New release + * Mon Sep 15 2008 Matthias Clasen 0.9.12-6 - Survive a missing ~/.pulse (#462407) diff --git a/sources b/sources index 13ee9be..d23b79b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8851d52152c5c3b65f4f31ee1ab7631 pulseaudio-0.9.12.tar.gz +279fb92f08393a6a992d55e3ac9a006b pulseaudio-0.9.13.tar.gz