Bump to 1.5.1

Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
Ricky Elrod 2014-10-01 00:24:55 -04:00
parent 5edf3f6001
commit 4c115cb570
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/reflection-1.4.tar.gz
/reflection-1.5.1.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name reflection
Name: ghc-%{pkg_name}
Version: 1.4
Release: 3%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: Reifies arbitrary terms into types that can be reflected back into terms
License: BSD
@ -14,8 +14,6 @@ Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-template-haskell-devel
ExclusiveArch: %{ghc_arches_with_ghci}
# End cabal-rpm deps
@ -73,6 +71,11 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Oct 1 2014 Ricky Elrod <relrod@redhat.com> - 1.5.1-1
- Latest upstream release.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
8b469c50d1097addbc8451ad191555c1 reflection-1.4.tar.gz
34924e175164cd604d90efeba082150e reflection-1.5.1.tar.gz