From b385dc7f22e44569acc3e2d18d9637bb83790762 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 17 Feb 2011 00:44:53 -0500 Subject: [PATCH] Rebuild for broken dependencies --- xmobar.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xmobar.spec b/xmobar.spec index eb41aad..18e397f 100644 --- a/xmobar.spec +++ b/xmobar.spec @@ -9,7 +9,7 @@ Name: xmobar Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A minimalistic text-based status bar Group: User Interface/X @@ -20,6 +20,8 @@ Source1: xmobar.desktop # Not in the package from Hackage. # https://github.com/jaor/xmobar/issues/#issue/6 Source2: xmonadpropwrite.hs +# Needed after 7.0.2? +Patch0: xmobar-0.12-threaded.patch # fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha BuildRequires: desktop-file-utils @@ -47,6 +49,7 @@ color management, output templates, and extensibility through plugins. %prep %setup -q +%patch0 -p1 -b .threaded mkdir scripts cp %{SOURCE2} scripts/xmonadpropwrite.hs @@ -83,6 +86,9 @@ popd %changelog +* Thu Feb 17 2011 Ben Boeckel - 0.12-3 +- Rebuild for broken dependencies + * Mon Feb 07 2011 Fedora Release Engineering - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild