[dmapd/f16] Update to 0.0.47

mikep mikep at fedoraproject.org
Fri Mar 30 21:05:18 UTC 2012


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

    Update to 0.0.47
    
    Conflicts:
    
    	dmapd.spec
    
    Signed-off-by: W. Michael Petullo <mike at flyn.org>

 .gitignore |    2 ++
 dmapd.spec |    8 +++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 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 a5c2e3a..4656c39 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,5 +1,5 @@
 Name: dmapd
-Version: 0.0.45
+Version: 0.0.47
 Release: 1%{?dist}
 Summary: A server that provides DAAP and DPAP shares
 
@@ -7,6 +7,7 @@ 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
+
 * Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 0.0.45-1
 - New upstream version
 - Remove systemd conditionals
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