From a91b62c42e13790d70ef3f79ea8fa65790ab3f2a8f12106a1676b0d8ef07b6b3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 13 Aug 2008 13:06:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=28 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 20 +++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index dbbb012..f9e06b6 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 11 12:44:56 CEST 2009 - rodrigo@suse.de + +- Change Obsoletes and Provides from esound to esound-daemon, which + is the new package containing the Esound daemon + ------------------------------------------------------------------- Wed Jul 16 12:04:44 CEST 2008 - rodrigo@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index e33efd9..ae6bd62 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -2,9 +2,16 @@ # spec file for package pulseaudio (Version 0.9.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -15,7 +22,7 @@ Name: pulseaudio %define drvver 0.9 Summary: A Networked Sound Server Version: 0.9.11 -Release: 1 +Release: 20 License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Source: %{name}-%{version}.tar.bz2 @@ -48,8 +55,8 @@ License: GPL v2 or later; LGPL v2.1 or later Summary: ESOUND compatibility for PulseAudio Group: System/Sound Daemons Requires: %{name} = %{version} -Provides: esound = 0.2.38 -Obsoletes: esound <= 0.2.38 +Provides: esound-daemon = 0.2.38 +Obsoletes: esound-daemon <= 0.2.38 %description esound-compat pulseaudio is a networked sound server for Linux and other Unix like @@ -533,6 +540,9 @@ groupadd -r pulse-access &>/dev/null || : %{_mandir}/man1/pax11publish.1.gz %changelog +* Tue Aug 11 2009 rodrigo@suse.de +- Change Obsoletes and Provides from esound to esound-daemon, which + is the new package containing the Esound daemon * Wed Jul 16 2008 rodrigo@suse.de - Update to 0.9.11-RC version: + Much better sound latency implementation (glitch-free)