[dmapd] Update to 0.0.50

mikep mikep at fedoraproject.org
Mon Oct 29 06:07:41 UTC 2012


commit 6eb424203c3d1d50ef3b29bb4f2eff6794a4ae3a
Author: W. Michael Petullo <mike at flyn.org>
Date:   Mon Oct 29 01:07:27 2012 -0500

    Update to 0.0.50

 .gitignore |    2 ++
 dmapd.spec |   10 ++++++++--
 sources    |    3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b555b02..b38d0a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
 /dmapd-0.0.47-cache-dir.patch
 /dmapd-0.0.47-include-glib.patch
 /dmapd-0.0.48.tar.gz
+/dmapd-0.0.50.tar.gz
+/dmapd-vips-7.30.patch
diff --git a/dmapd.spec b/dmapd.spec
index 41da89b..d4630f5 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,12 +1,13 @@
 Name: dmapd
-Version: 0.0.48
-Release: 2%{?dist}
+Version: 0.0.50
+Release: 1%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 
 Group: Applications/Multimedia
 License: GPLv2+
 URL: http://www.flyn.org/projects/dmapd/
 Source0: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
+Patch0: dmapd-vips-7.30.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libdmapsharing-devel >= 2.1.2, vips-devel, gstreamer-devel
@@ -41,6 +42,7 @@ files.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure                                      \
@@ -128,6 +130,10 @@ resources needed for developing modules using dmapd's API.
 %ghost %attr(0600,root,root) %{_localstatedir}/lock/subsys/dmapd
 
 %changelog
+* Mon Oct 29 2012 W. Michael Petullo <mike[@]flyn.org> - 0.0.50-1
+- New upstream version
+- Patch to use VIPS 7.30
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.48-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5bc176b..1e4fe29 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-16770799f2564666cf11f46b545bcddd  dmapd-0.0.48.tar.gz
+2e04d7fb8437f9e7bd370dc3af450aae  dmapd-0.0.50.tar.gz
+31f259ab7e039443da000329a8d8ea47  dmapd-vips-7.30.patch


More information about the scm-commits mailing list