Author: adrian
Update of /cvs/free/rpms/mpd/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24889
Modified Files:
mpd.spec
Log Message:
* Fri Aug 17 2012 Adrian Reber <adrian(a)lisas.de> - 1:0.16.8-5
- fix "mpd fails to bind an addres: started too early" (#2447)
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/F-17/mpd.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mpd.spec 12 May 2012 07:20:26 -0000 1.26
+++ mpd.spec 1 Sep 2012 19:58:02 -0000 1.27
@@ -16,7 +16,7 @@
Name: mpd
Epoch: 1
Version: 0.16.8
-Release: 3%{?dist}
+Release: 5%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -48,7 +48,7 @@
BuildRequires: libshout-devel
BuildRequires: libvorbis-devel
BuildRequires: mikmod-devel
-BuildRequires: pulseaudio-lib-devel
+BuildRequires: pkgconfig(libpulse)
BuildRequires: sqlite-devel
BuildRequires: wavpack-devel
BuildRequires: zlib-devel
@@ -75,6 +75,7 @@
%patch0 -p0
%build
+sed -i -e "s,sound.target,sound.target network.target,g" mpd.service.in
%{configure} \
--with-systemdsystemunitdir=%{_unitdir} \
--enable-bzip2 \
@@ -167,6 +168,13 @@
%changelog
+* Fri Aug 17 2012 Adrian Reber <adrian(a)lisas.de> - 1:0.16.8-5
+- fix "mpd fails to bind an addres: started too early" (#2447)
+
+* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:0.16.8-4
+- Rebuilt for FFmpeg
+- Switch BR to pkgconfig(libpulse)
+
* Fri May 11 2012 Jamie Nguyen <jamie(a)tomoyolinux.co.uk> - 0.16.8-3
- enable lastfm support
- enable hardened build
Show replies by date