Forgot to remove note from description.

This commit is contained in:
Ricky Elrod 2013-07-20 10:19:36 -04:00
parent d133046f2c
commit aff952b10f
1 changed files with 4 additions and 5 deletions

View File

@ -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 <codeblock@fedoraproject.org> - 0.5.7-2
- Remove a note from the description.
* Mon Jul 8 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.5.7-1
- spec file generated by cabal-rpm-0.8.2