update to 0.6.0.7

This commit is contained in:
Jens Petersen 2016-06-25 15:31:16 +09:00
parent c7449e2061
commit 0b84aca799
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/language-javascript-0.5.8.tar.gz
/language-javascript-0.5.12.tar.gz
/language-javascript-0.5.13.tar.gz
/language-javascript-0.6.0.7.tar.gz

View File

@ -5,8 +5,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.5.13
Release: 6%{?dist}
Version: 0.6.0.7
Release: 1%{?dist}
Summary: Parser for JavaScript
License: BSD
@ -22,13 +22,12 @@ BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-utf8-string-devel
BuildRequires: happy
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-utf8-light-devel
%endif
# End cabal-rpm deps
@ -61,6 +60,8 @@ files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -77,7 +78,7 @@ files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -85,6 +86,9 @@ files.
%changelog
* Sat Jun 25 2016 Jens Petersen <petersen@redhat.com> - 0.6.0.7-1
- update to 0.6.0.7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.13-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e965e296c7c068520640fadab69d754b language-javascript-0.5.13.tar.gz
dcf5c42100c585131e1cd6908191b9e6 language-javascript-0.6.0.7.tar.gz