[xmobar] Disable libmpd support (broken from GHC7)

Ben Boeckel mathstuf at fedoraproject.org
Tue Nov 30 00:34:25 UTC 2010


commit 681985d05fd29af8d497a019a8a9f776e442e74d
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Mon Nov 29 19:27:52 2010 -0500

    Disable libmpd support (broken from GHC7)

 xmobar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xmobar.spec b/xmobar.spec
index 4ef4152..40eb937 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -1,7 +1,7 @@
 # link with shared libs
 %bcond_without dynamic
 %bcond_without hinotify
-%bcond_without libmpd
+%bcond_with    libmpd
 %bcond_with    iwlib
 
 # ghc does not emit debug information
@@ -9,7 +9,7 @@
 
 Name:           xmobar
 Version:        0.11.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A minimalistic text-based status bar
 
 Group:          User Interface/X
@@ -85,6 +85,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 29 2010 Ben Boeckel <mathstuf at gmail.com> - 0.11.1-6
+- Disable libmpd support since GHC7 broke things
+
 * Mon Nov 29 2010 Jens Petersen <petersen at redhat.com> - 0.11.1-5
 - rebuild
 


More information about the scm-commits mailing list