update to 1.6.3

This commit is contained in:
Jens Petersen 2011-10-14 22:25:56 +09:00
parent edc8dc14c3
commit f1422187bf
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
uniplate-1.5.1.tar.gz
/uniplate-1.6.tar.gz
/uniplate-1.6.3.tar.gz

View File

@ -7,17 +7,21 @@ original Scrap Your Boilerplate work. It requires few extensions to\
Haskell.
Name: ghc-%{pkg_name}
Version: 1.6
Release: 6%{?dist}.1
Version: 1.6.3
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://community.haskell.org/~ndm/uniplate/
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
%if %{undefined without_hscolour}
BuildRequires: hscolour
%endif
# END cabal2spec
BuildRequires: ghc-containers-prof, ghc-syb-prof
%description
@ -43,6 +47,9 @@ This package provides the shared library.
%changelog
* Fri Oct 14 2011 Jens Petersen <petersen@redhat.com> - 1.6.3-1
- update to 1.6.3
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.6-6.1
- rebuild with new gmp

View File

@ -1 +1 @@
84527579892c1ea8a66fc3eba3827ef0 uniplate-1.6.tar.gz
5fe575e92928e6ccb9d133696a4e77b1 uniplate-1.6.3.tar.gz