update to 0.8.4.2
This commit is contained in:
parent
5dc4cfb001
commit
1df7c12a21
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user