diff --git a/.gitignore b/.gitignore index 021989f..ec0ea7d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ /language-javascript-0.5.8.tar.gz /language-javascript-0.5.12.tar.gz /language-javascript-0.5.13.tar.gz -/language-javascript-0.5.14.2.tar.gz diff --git a/ghc-language-javascript.spec b/ghc-language-javascript.spec index 8ef19e2..f698669 100644 --- a/ghc-language-javascript.spec +++ b/ghc-language-javascript.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.14.2 -Release: 1%{?dist} +Version: 0.5.13 +Release: 5%{?dist} Summary: Parser for JavaScript License: BSD @@ -61,8 +61,6 @@ files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check %if %{with tests} @@ -79,7 +77,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -87,9 +85,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog -* Tue Sep 29 2015 Jens Petersen - 0.5.14.2-1 -- update to 0.5.14.2 - * Wed Jun 17 2015 Fedora Release Engineering - 0.5.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6cb380e..aafd6bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5044f76840041661692e3d042cb5425 language-javascript-0.5.14.2.tar.gz +e965e296c7c068520640fadab69d754b language-javascript-0.5.13.tar.gz