From 1df7c12a213fdfd2b75134ebc3964aa538f836a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 6 Mar 2016 00:44:20 +0900 Subject: [PATCH] update to 0.8.4.2 --- .gitignore | 1 + ghc-texmath.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cafc3e9..1724aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-texmath.spec b/ghc-texmath.spec index 315e446..790b88f 100644 --- a/ghc-texmath.spec +++ b/ghc-texmath.spec @@ -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 - 0.8.4.2-1 +- update to 0.8.4.2 + * Wed Feb 03 2016 Fedora Release Engineering - 0.8.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 79aa2dd..c7713fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9031cbb9d75d24b4907405e7215e5ae9 texmath-0.8.0.1.tar.gz +ff793d0a89b9bb0dd035993f4ab79b8a texmath-0.8.4.2.tar.gz