update to 0.6.1.0
This commit is contained in:
parent
1776f2d865
commit
e33114034f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/aeson-0.6.0.0.tar.gz
|
||||
/aeson-0.6.0.2.tar.gz
|
||||
/aeson-0.6.1.0.tar.gz
|
||||
|
@ -9,8 +9,8 @@
|
||||
high performance. Aeson was the father of Jason in Greek mythology.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.0.2
|
||||
Release: 6%{?dist}
|
||||
Version: 0.6.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{common_summary}
|
||||
|
||||
License: BSD
|
||||
@ -25,6 +25,7 @@ BuildRequires: ghc-blaze-builder-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-dlist-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-old-locale-devel
|
||||
@ -36,8 +37,6 @@ BuildRequires: ghc-unordered-containers-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
ExclusiveArch: %{ghc_arches_with_ghci}
|
||||
# End cabal-rpm deps
|
||||
# for ghc > 7.2
|
||||
BuildRequires: ghc-dlist-devel
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -68,6 +67,9 @@ BuildRequires: ghc-dlist-devel
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2013 Jens Petersen <petersen@redhat.com> - 0.6.1.0-1
|
||||
- update to 0.6.1.0
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user