- Update to 0.9.2

This commit is contained in:
Ben Boeckel 2011-01-15 13:53:00 -05:00
parent ee6639164a
commit b004975f20
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
xmonad-contrib-0.9.1.tar.gz
/xmonad-contrib-0.9.2.tar.gz

View File

@ -19,8 +19,8 @@ your own extensions.
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.9.1
Release: 11%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -33,7 +33,6 @@ BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.3
BuildRequires: hscolour
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
Patch1: xmonad-contrib-0.9.1-ghc7.patch
%description
%{common_description}
@ -44,7 +43,6 @@ This package provides the shared library.
%prep
%setup -q -n %{pkg_name}-%{version}
%patch1 -p1 -b .orig
%build
@ -59,6 +57,9 @@ This package provides the shared library.
%changelog
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.9.2-1
- Update to 0.9.2
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.9.1-11
- Update to cabal2spec-0.22.4
- Rebuild

View File

@ -1 +1 @@
09a6e5173878d43b9f3ddd13b3ec955b xmonad-contrib-0.9.1.tar.gz
616cbc632bbde5cd4cdb643ee47e74d2 xmonad-contrib-0.9.2.tar.gz