[dmapd] Update to 0.0.48

mikep mikep at fedoraproject.org
Mon Jul 9 23:30:11 UTC 2012


commit adab236c3d16bb938aa3cf756f6ed33abe066ad9
Author: W. Michael Petullo <mike at flyn.org>
Date:   Mon Jul 9 18:29:48 2012 -0500

    Update to 0.0.48

 .gitignore |    1 +
 dmapd.spec |   20 ++++++++------------
 sources    |    4 +---
 3 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 362e80c..b555b02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /dmapd-0.0.47.tar.gz
 /dmapd-0.0.47-cache-dir.patch
 /dmapd-0.0.47-include-glib.patch
+/dmapd-0.0.48.tar.gz
diff --git a/dmapd.spec b/dmapd.spec
index 6b11c2e..d4c5b57 100644
--- a/dmapd.spec
+++ b/dmapd.spec
@@ -1,17 +1,14 @@
 Name: dmapd
-Version: 0.0.47
-Release: 3%{?dist}
+Version: 0.0.48
+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
-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
@@ -44,15 +41,8 @@ files.
 
 %prep
 %setup -q
-%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
 %configure                                      \
 	--disable-static                        \
 	--with-systemdsystemunitdir=%{_unitdir} \
@@ -138,6 +128,12 @@ resources needed for developing modules using dmapd's API.
 %ghost %attr(0600,root,root) %{_localstatedir}/lock/subsys/dmapd
 
 %changelog
+* Mon Jul 09 2012 W. Michael Petullo <mike[@]flyn.org> - 0.0.48-1
+- New upstream version
+- No longer need sed modification of configure.ac for VIPS 7.28
+- No longer run autotools
+- Do not require GraphicsMagick-devel; vips-devel will pull in requirements
+
 * Fri Apr 13 2012 Tom Callaway <spot at fedoraproject.org> - 0.0.47-3
 - rebuild for new ImageMagick
 
diff --git a/sources b/sources
index e7f630c..5bc176b 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-011023ec118f96768ee5c179076e33ec  dmapd-0.0.47.tar.gz
-9c5218100c5d4321614ee254ba878ab3  dmapd-0.0.47-cache-dir.patch
-812de9b7b494ad80cefa9f2351f47f1d  dmapd-0.0.47-include-glib.patch
+16770799f2564666cf11f46b545bcddd  dmapd-0.0.48.tar.gz


More information about the scm-commits mailing list