Hello community, here is the log from the commit of package texmath for openSUSE:Leap:15.2 checked in at 2020-02-19 18:42:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/texmath (Old) and /work/SRC/openSUSE:Leap:15.2/.texmath.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texmath" Wed Feb 19 18:42:32 2020 rev:13 rq:771552 version:0.12 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/texmath/texmath.changes 2020-01-15 16:23:59.112603439 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.texmath.new.26092/texmath.changes 2020-02-19 18:42:35.078334340 +0100 @@ -1,0 +2,69 @@ +Wed Nov 13 03:02:31 UTC 2019 - [email protected] + +- Update texmath to version 0.12. + texmath (0.12) + + * Use Text instead of String in data types and functions + (Christian Despres) [API change]. Note that there are still a few + places where we unpack Text to String with a view pattern: + performance could likely be increased with further rewriting. + * Avoid use of !! with negative index (jgm/pandoc#5853). + +------------------------------------------------------------------- +Fri Nov 8 16:15:22 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Sat Oct 5 02:02:38 UTC 2019 - [email protected] + +- Update texmath to version 0.11.3. + texmath (0.11.3) + + * Use error instead of fail to allow building with ghc 8.8. + * Test output: remove superfluous spaces after control sequences, + superfluous groups, and unicode VARIATION SELECTOR 1. + * renderTeX: add space between control sequence and any non-ASCII + character. There are differences in behavior of isAlphaNum between + different ghc versions that would affect test output otherwise. + * charToLaTeXString: Ignore 65024 VARIATION SELECTOR 1 to avoid putting + it literally in the output ; it is used in mathml output and occurs + in many of the test cases. + * Add cabal.project. + * Use actions rather than travis for CI. + +------------------------------------------------------------------- +Wed Sep 25 02:02:10 UTC 2019 - [email protected] + +- Update texmath to version 0.11.2.3. + texmath (0.11.2.3) + + * OMML reader: properly distinguish normal text from math (#136). + If `m:nor` or `m:lit` is set in `m:rPr`, we interpret the + contents as literal text and not as math. + * TeX reader: use different symbol (`_`) for `\underline` (#142). + This gets the right accent properties on MathML output, so + that the underline is not lower than it should be. + * TeX reader: Treat `\bmod` as a relational symbol rather than + an operator (#143). This fixes spacing problems in several + output formats. + +------------------------------------------------------------------- +Sat Mar 9 03:01:56 UTC 2019 - [email protected] + +- Update texmath to version 0.11.2.2. + texmath (0.11.2.2) + + * OMML writer: use m:nor for normal text (#135). + +------------------------------------------------------------------- +Sun Mar 3 03:01:39 UTC 2019 - [email protected] + +- Update texmath to version 0.11.2.1. + texmath (0.11.2.1) + + * OMML reader: Don't collapse `fName` to a string (#133). + This fixes cases where fName has some complexity, e.g. + a subscript or limit. + +------------------------------------------------------------------- Old: ---- texmath-0.11.2.tar.gz New: ---- texmath-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texmath.spec ++++++ --- /var/tmp/diff_new_pack.RsCd98/_old 2020-02-19 18:42:35.554335337 +0100 +++ /var/tmp/diff_new_pack.RsCd98/_new 2020-02-19 18:42:35.554335337 +0100 @@ -19,11 +19,10 @@ %global pkg_name texmath %bcond_with tests Name: %{pkg_name} -Version: 0.11.2 +Version: 0.12 Release: 0 Summary: Conversion between formats used to represent mathematics License: GPL-2.0-or-later -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRequires: chrpath @@ -36,7 +35,6 @@ BuildRequires: ghc-pandoc-types-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-split-devel BuildRequires: ghc-syb-devel BuildRequires: ghc-text-devel BuildRequires: ghc-xml-devel @@ -74,14 +72,12 @@ %package -n ghc-%{name} Summary: Haskell %{name} library -Group: System/Libraries %description -n ghc-%{name} This package provides the Haskell %{name} shared library. %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files -Group: Development/Libraries/Haskell Requires: ghc-%{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} ++++++ texmath-0.11.2.tar.gz -> texmath-0.12.tar.gz ++++++ ++++ 55928 lines of diff (skipped)
