From 681985d05fd29af8d497a019a8a9f776e442e74d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 29 Nov 2010 19:27:52 -0500 Subject: [PATCH] Disable libmpd support (broken from GHC7) --- xmobar.spec | 7 +++++-- 1 file 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 - 0.11.1-6 +- Disable libmpd support since GHC7 broke things + * Mon Nov 29 2010 Jens Petersen - 0.11.1-5 - rebuild