[xmonad] - Update to 0.9.2

Ben Boeckel mathstuf at fedoraproject.org
Sat Jan 15 18:56:53 UTC 2011


commit d528c0c16c8a932715c9b18a6ac8a524212190d6
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Sat Jan 15 13:51:19 2011 -0500

    - Update to 0.9.2

 .gitignore  |    1 +
 sources     |    2 +-
 xmonad.spec |    9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f28cea7..ef32c15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xmonad-0.9.1.tar.gz
+/xmonad-0.9.2.tar.gz
diff --git a/sources b/sources
index 45434a7..a3c864d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d0dd5cf77768b10e1b7f3a47e32b09e  xmonad-0.9.1.tar.gz
+5a4117f798664d772d2a834ea6c90f1c  xmonad-0.9.2.tar.gz
diff --git a/xmonad.spec b/xmonad.spec
index ad6dca9..eb76f82 100644
--- a/xmonad.spec
+++ b/xmonad.spec
@@ -18,8 +18,8 @@ on several screens.
 %global debug_package %{nil}
 
 Name:           %{pkg_name}
-Version:        0.9.1
-Release:        12%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        A tiling window manager
 
 Group:          User Interface/X
@@ -31,7 +31,6 @@ Source2:        xmonad-start
 Source3:        xmonad.desktop
 Source4:        README.fedora
 Patch1:         xmonad-dynamic-link.patch
-Patch2:         xmonad-0.9.1-ghc7-base4.patch
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-doc, ghc-prof
@@ -51,7 +50,6 @@ Requires:       xorg-x11-apps
 %prep
 %setup -q
 %patch1 -p1 -b .orig
-%patch2 -p1 -b .base3
 cp -p %SOURCE4 .
 
 
@@ -84,6 +82,9 @@ rm %{buildroot}%{_datadir}/%{name}-%{version}/man/xmonad.hs
 
 
 %changelog
+* Sat Jan 15 2011 Ben Boeckel <mathstuf at gmail.com> - 0.9.2-1
+- Update to 0.9.2
+
 * Sat Jan 15 2011 Ben Boeckel <mathstuf at gmail.com> - 0.9.1-12
 - Update to cabal2spec-0.22.4
 - Rebuild


More information about the scm-commits mailing list