[dmapd] Fix Bugzilla #630517 Signed-off-by: W. Michael Petullo <mike at flyn.org>

mikep mikep at fedoraproject.org
Mon Sep 26 21:14:50 UTC 2011


commit 89d1a5f42ba0d84ef5b863a76a23444801e261c7
Author: W. Michael Petullo <mike at flyn.org>
Date:   Mon Sep 26 16:14:26 2011 -0500

    Fix Bugzilla #630517
    Signed-off-by: W. Michael Petullo <mike at flyn.org>

 .gitignore |    1 +
 dmapd.spec |    7 ++++++-
 sources    |    3 +--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70e8478..d2e2a68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dmapd-0.0.25.tar.gz
 /dmapd-0.0.34.tar.gz
 /dmapd-0.0.37.tar.gz
 /dmapd-systemd.patch
+/dmapd-0.0.37-with-vips-7.26.patch
diff --git a/dmapd.spec b/dmapd.spec
index c4e817c..d05cef5 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,6 +1,6 @@
 Name: dmapd
 Version: 0.0.37
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 
 Group: Applications/Multimedia
@@ -9,6 +9,7 @@ URL: http://www.flyn.org/projects/dmapd/
 Source0: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
 # FIXME: Remove once upgraded to 0.0.43.
 Patch0: dmapd-systemd.patch
+Patch1: dmapd-0.0.37-with-vips-7.26.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libdmapsharing-devel >= 2.1.2, vips-devel, gstreamer-devel
@@ -51,6 +52,7 @@ files.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # FIXME: Remove use of auto* once upgraded to 0.0.43.
@@ -160,6 +162,9 @@ resources needed for developing modules using dmapd's API.
 %ghost %attr(0600,root,root) %{_localstatedir}/lock/subsys/dmapd
 
 %changelog
+* Mon Sep 26 2011 W. Michael Petullo <mike[@]flyn.org> - 0.0.37-3
+- Patch to use VIPS 7.26
+
 * Mon Jul 11 2011 W. Michael Petullo <mike[@]flyn.org> - 0.0.37-2
 - Use systemd on Fedora > 15
 
diff --git a/sources b/sources
index 7a31592..1def974 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-d8bf94c178ddaa14edacdc0e2ddebbd0  dmapd-systemd.patch
-9b4da89150d1223d49467e4ddfadb725  dmapd-0.0.37.tar.gz
+6a4a21ff77f6734e90cb5aaeee6fde26  dmapd-0.0.37-with-vips-7.26.patch


More information about the scm-commits mailing list