Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
Ricky Elrod 2014-05-12 07:26:06 -04:00
parent b7912e8793
commit 9cdea15fd8
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: ghc-%{pkg_name}
Version: 0.1.4.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Haskell implementation of a javascript minifier
License: BSD
@ -68,6 +68,9 @@ This package provides the development files for the Haskell %{pkg_name} library.
%changelog
* Mon May 12 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-2
- Rebuild for new optparse-applicative.
* Mon May 12 2014 Ricky Elrod <relrod@redhat.com> - 0.1.4.6-1
- Latest upstream release.
- Add optparse-applicative dep.