[dmapd/f17] rebuild to resolve broken deps, fix missing BR

Tom Callaway spot at fedoraproject.org
Fri Apr 13 14:23:33 UTC 2012


commit 829cd7bcd98c50469c4930ec3bf95551bae58ed2
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Apr 13 10:23:30 2012 -0400

    rebuild to resolve broken deps, fix missing BR

 dmapd.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dmapd.spec b/dmapd.spec
index 799927c..6b11c2e 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,6 +1,6 @@
 Name: dmapd
 Version: 0.0.47
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 
 Group: Applications/Multimedia
@@ -11,6 +11,7 @@ Patch0: dmapd-0.0.47-cache-dir.patch
 Patch1: dmapd-0.0.47-include-glib.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: GraphicsMagick-devel
 BuildRequires: libdmapsharing-devel >= 2.1.2, vips-devel, gstreamer-devel
 Requires(pre): shadow-utils
 Requires(post): systemd-units systemd-sysv
@@ -46,6 +47,9 @@ files.
 %patch0 -p1
 %patch1 -p1
 
+# vips 7.28 is now current in Fedora.
+sed -i 's|vips-7.26|vips-7.28|g' configure.ac
+
 %build
 # FIXME: Remove use of auto* once upgraded to 0.0.43.
 aclocal && autoconf && autoheader && libtoolize --force && automake -a
@@ -134,6 +138,9 @@ resources needed for developing modules using dmapd's API.
 %ghost %attr(0600,root,root) %{_localstatedir}/lock/subsys/dmapd
 
 %changelog
+* Fri Apr 13 2012 Tom Callaway <spot at fedoraproject.org> - 0.0.47-3
+- rebuild for new ImageMagick
+
 * Fri Mar 30 2012 W. Michael Petullo <mike[@]flyn.org> - 0.0.47-2
 - Create /var/cache/dmapd/DAAP and DPAP
 


More information about the scm-commits mailing list