From 6be82fde13e5f7cb15b4e3e35d63d36e6067fc8b35b4e74ce3de008ed3742f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 14 Feb 2016 15:24:45 +0000 Subject: [PATCH] Accepting request 359356 from devel:languages:haskell:lts - update to 0.8.4.2 * Fixed overbrace, underbrace. Previously we were using the wrong character: U+FE37 instead of U+23DE. This didn't work in Word. * Support \mathop, \mathrel, \mathbin, \mathord * MathML - render Symbol Ord as mi, not mo. * Handle align environments with > 2 cells per row. OBS-URL: https://build.opensuse.org/request/show/359356 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=25 --- texmath-0.8.4.1.tar.gz | 3 --- texmath-0.8.4.2.tar.gz | 3 +++ texmath.changes | 10 ++++++++++ texmath.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 texmath-0.8.4.1.tar.gz create mode 100644 texmath-0.8.4.2.tar.gz diff --git a/texmath-0.8.4.1.tar.gz b/texmath-0.8.4.1.tar.gz deleted file mode 100644 index 9685c6c..0000000 --- a/texmath-0.8.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a9c779775e4e6effd7606bef5c179524b4fb88dca952c2decd3fa82e6c94f5 -size 1599833 diff --git a/texmath-0.8.4.2.tar.gz b/texmath-0.8.4.2.tar.gz new file mode 100644 index 0000000..28d5cce --- /dev/null +++ b/texmath-0.8.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee18da2835eba8ec388d15b4fa08cb72d789bb345be3abc4eac1713f0052b17d +size 1601564 diff --git a/texmath.changes b/texmath.changes index 45f6566..50bbe53 100644 --- a/texmath.changes +++ b/texmath.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 14 15:19:50 UTC 2016 - mimi.vx@gmail.com + +- update to 0.8.4.2 +* Fixed overbrace, underbrace. Previously we were using the wrong + character: U+FE37 instead of U+23DE. This didn't work in Word. +* Support \mathop, \mathrel, \mathbin, \mathord +* MathML - render Symbol Ord as mi, not mo. +* Handle align environments with > 2 cells per row. + ------------------------------------------------------------------- Sun Dec 13 17:03:51 UTC 2015 - mimi.vx@gmail.com diff --git a/texmath.spec b/texmath.spec index 22d235d..8032fc8 100644 --- a/texmath.spec +++ b/texmath.spec @@ -19,7 +19,7 @@ %global pkg_name texmath Name: texmath -Version: 0.8.4.1 +Version: 0.8.4.2 Release: 0 Summary: Conversion of LaTeX math formulas to MathML or OMML License: GPL-2.0