From 312eb2abfaa17289e69313b295bb5fe664a99ebd35cef3f2af846f20f613f9a2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Dec 2008 14:58:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=40 --- pulseaudio.changes | 6 ++++++ pulseaudio.spec | 19 +++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index e90861a..e5b7da2 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 4 11:51:05 CET 2008 - rodrigo@novell.com + +- Renamed libpulsecore4 to libpulsecore7 to match so version + (bnc#456053) + ------------------------------------------------------------------- Mon Nov 24 11:42:43 CET 2008 - rodrigo@novell.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 75ae3df..c7dcf0c 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -22,7 +22,7 @@ Name: pulseaudio %define drvver 0.9 Summary: A Networked Sound Server Version: 0.9.12 -Release: 9 +Release: 10 License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Source: %{name}-%{version}.tar.bz2 @@ -31,7 +31,7 @@ Source2: setup-pulseaudio Url: http://pulseaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-devel doxygen gconf2-devel gdbm-devel glib2-devel hal-devel intltool jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel libtool lirc-devel perl-XML-Parser speex-devel tcpd-devel update-desktop-files xorg-x11-devel -Requires: libpulsecore4 = %{version} +Requires: libpulsecore7 = %{version} Recommends: alsa-plugins-pulse PreReq: pwdutils # PATCH FIX-UPSTREAM pulseaudio-defaults-daemon-conf.patch @@ -212,14 +212,14 @@ Authors: Lennart Poettering Pierre Ossman -%package -n libpulsecore4 +%package -n libpulsecore7 Summary: System libraries for PulseAudio License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Provides: pulseaudio-core-libs = %{version}-%{release} Obsoletes: pulseaudio-core-libs < %{version} -%description -n libpulsecore4 +%description -n libpulsecore7 pulseaudio is a networked sound server for Linux and other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). @@ -300,7 +300,7 @@ Summary: PulseAudio utilities License: GPL v2 or later; LGPL v2.1 or later Group: System/Sound Daemons Requires: libpulse0 = %{version} -Requires: libpulsecore4 = %{version} +Requires: libpulsecore7 = %{version} Requires: libpulse-browse0 = %{version} Requires: libpulse-mainloop-glib0 = %{version} @@ -364,9 +364,9 @@ groupadd -r pulse-access &>/dev/null || : %postun -n libpulse-browse0 -p /sbin/ldconfig -%post -n libpulsecore4 -p /sbin/ldconfig +%post -n libpulsecore7 -p /sbin/ldconfig -%postun -n libpulsecore4 -p /sbin/ldconfig +%postun -n libpulsecore7 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -504,7 +504,7 @@ groupadd -r pulse-access &>/dev/null || : %{_libdir}/libpulse.so.* %{_libdir}/libpulse-simple.so.* -%files -n libpulsecore4 +%files -n libpulsecore7 %defattr(-,root,root) %{_libdir}/libpulsecore.so.* %{_libdir}/libpulsedsp.so @@ -548,6 +548,9 @@ groupadd -r pulse-access &>/dev/null || : %{_mandir}/man1/pax11publish.1.gz %changelog +* Thu Dec 04 2008 rodrigo@novell.com +- Renamed libpulsecore4 to libpulsecore7 to match so version + (bnc#456053) * Mon Nov 24 2008 rodrigo@novell.com - Use /etc/alsa-pulse.conf for ALSA when enabling PulseAudio, as we already do in GNOME, instead of touching /etc/alsa.conf