[dmapd/f17] Update to 0.0.47

mikep mikep at fedoraproject.org
Fri Mar 30 19:01:32 UTC 2012


commit 42a7b7e533d460968d7ec65bc55adfca5ee54e38
Author: W. Michael Petullo <mike at flyn.org>
Date:   Fri Mar 30 13:24:05 2012 -0500

    Update to 0.0.47

 .gitignore |    2 ++
 dmapd.spec |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3848c86..2478a84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
 /dmapd-systemd.patch
 /dmapd-0.0.37-with-vips-7.26.patch
 /dmapd-0.0.45.tar.gz
+/dmapd-0.0.47.tar.gz
+/dmapd-0.0.47-cache-dir.patch
diff --git a/dmapd.spec b/dmapd.spec
index 40ae53c..06838f2 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,12 +1,13 @@
 Name: dmapd
-Version: 0.0.45
-Release: 3%{?dist}
+Version: 0.0.47
+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-0.0.47-cache-dir.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
 # FIXME: Remove use of auto* once upgraded to 0.0.43.
@@ -127,6 +129,10 @@ resources needed for developing modules using dmapd's API.
 %ghost %attr(0600,root,root) %{_localstatedir}/lock/subsys/dmapd
 
 %changelog
+* Fri Mar 30 2012 W. Michael Petullo <mike[@]flyn.org> - 0.0.47-1
+- New upstream version
+- Apply database directory patch
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.45-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index dfda60b..70cafb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-178982e32113e861a62189d340edea16  dmapd-0.0.45.tar.gz
+9c5218100c5d4321614ee254ba878ab3  dmapd-0.0.47-cache-dir.patch


More information about the scm-commits mailing list