From 9cdea15fd81f4725df16cb85c64315cc77f563b8 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 12 May 2014 07:26:06 -0400 Subject: [PATCH] rebuild Signed-off-by: Ricky Elrod --- ghc-hjsmin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-hjsmin.spec b/ghc-hjsmin.spec index b571569..c63fb53 100644 --- a/ghc-hjsmin.spec +++ b/ghc-hjsmin.spec @@ -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 - 0.1.4.6-2 +- Rebuild for new optparse-applicative. + * Mon May 12 2014 Ricky Elrod - 0.1.4.6-1 - Latest upstream release. - Add optparse-applicative dep.