update to 0.8.4.2

This commit is contained in:
Jens Petersen 2016-03-06 00:44:20 +09:00
parent 5dc4cfb001
commit 1df7c12a21
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/texmath-0.6.6.tar.gz
/texmath-0.6.6.1.tar.gz
/texmath-0.8.0.1.tar.gz
/texmath-0.8.4.2.tar.gz

View File

@ -7,8 +7,8 @@
%endif
Name: ghc-%{pkg_name}
Version: 0.8.0.1
Release: 5%{?dist}
Version: 0.8.4.2
Release: 1%{?dist}
Summary: Conversion between formats used to represent mathematics
License: GPLv2+
@ -71,12 +71,13 @@ cabal-tweak-flag network-uri False
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%ifarch aarch64
LANG=en_US.utf8
%if %{with tests}
%cabal test
%endif
%cabal_test
%post devel
@ -88,7 +89,7 @@ LANG=en_US.utf8
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -96,6 +97,9 @@ LANG=en_US.utf8
%changelog
* Sat Mar 05 2016 Jens Petersen <petersen@redhat.com> - 0.8.4.2-1
- update to 0.8.4.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
9031cbb9d75d24b4907405e7215e5ae9 texmath-0.8.0.1.tar.gz
ff793d0a89b9bb0dd035993f4ab79b8a texmath-0.8.4.2.tar.gz