From aff952b10f8853d8fdb5047bf5c9e20aba85a3b6 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sat, 20 Jul 2013 10:19:36 -0400 Subject: [PATCH] Forgot to remove note from description. --- ghc-language-javascript.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ghc-language-javascript.spec b/ghc-language-javascript.spec index e4d12a8..acc1f87 100644 --- a/ghc-language-javascript.spec +++ b/ghc-language-javascript.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 0.5.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parser for JavaScript License: BSD @@ -28,10 +28,6 @@ BuildRequires: happy Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin. -Note: Version 0.5.0 breaks compatibility with prior versions, the AST has been -reworked to allow round trip processing of JavaScript. - - %package devel Summary: Haskell %{pkg_name} library development files Requires: ghc-compiler = %{ghc_version} @@ -73,5 +69,8 @@ the Haskell %{pkg_name} library. %changelog +* Sat Jul 20 2013 Ricky Elrod - 0.5.7-2 +- Remove a note from the description. + * Mon Jul 8 2013 Fedora Haskell SIG - 0.5.7-1 - spec file generated by cabal-rpm-0.8.2