SHA256
4
0
forked from pool/texmath

13 Commits

Author SHA256 Message Date
b4a9df4ab8 Accepting request 1282771 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1282771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=67
2025-06-04 18:29:56 +00:00
efadd77254 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=175
2025-05-29 21:01:42 +00:00
b5f2a5bde7 Accepting request 1279259 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1279259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=66
2025-05-22 14:57:19 +00:00
fe29c1abcd osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=173
2025-05-22 10:59:00 +00:00
bad7b0a05f Accepting request 1276606 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1276606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=65
2025-05-12 18:19:08 +00:00
a4463f8d56 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=171
2025-05-07 15:15:29 +00:00
1b45e5f09b Accepting request 1255905 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1255905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=64
2025-03-25 21:12:16 +00:00
0f39ce37f0 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=169
2025-03-25 09:35:07 +00:00
babbadf2e8 Accepting request 1239836 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=63
2025-01-27 19:52:09 +00:00
0e2615e9e3 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=167
2025-01-17 22:01:45 +00:00
5bb8d8faa6 Accepting request 1231501 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=62
2024-12-20 22:11:23 +00:00
522fef6f1a osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=165
2024-12-16 07:50:42 +00:00
fa70f7567c osc copypac from project:devel:languages:haskell:ghc-9.10.x package:texmath revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=164
2024-12-10 11:26:01 +00:00
4 changed files with 112 additions and 17 deletions

3
texmath-0.12.10.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57e43a897c1864e1fae6b1d75c055de6cd7c9e3ca4d839d89cc2f6a8fa2ffb76
size 1488381

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffe8a6638b616e47e61153ed3baef96c40c5a150a9a51cc7d55007da56c9dd7b
size 1483528

View File

@@ -1,3 +1,102 @@
-------------------------------------------------------------------
Wed May 28 21:47:08 UTC 2025 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.10.3.
texmath (0.12.10.3)
* MathML writer: fix rendering of EScaled (#264, Ewan Davies).
Use `%` values for `maxwidth` and `minwidth`, and set `stretchy` to
`true`. Otherwise browsers do not rescale.
* TeX reader: Support all r/l variants of `\big`, `\bigg`, `\Big` (#266).
* Require typst-symbols >= 0.1.8.1.
-------------------------------------------------------------------
Mon May 12 18:12:26 UTC 2025 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.10.2.
texmath (0.12.10.2)
* Use texmath-symbols 0.1.8 (supports typst 0.13 symbols).
texmath (0.12.10.1)
* MathML writer: group function application with operator name (#262).
This fixes an issue with munder/mover. Previously the mo
with the U+2061 was being put under the 'lim' operator
instead of 'n -> oo'. Grouping them ensures that munder/mover
will work properly.
-------------------------------------------------------------------
Tue Apr 29 21:50:43 UTC 2025 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.10.
texmath (0.12.10)
* texmath-server:
+ Change endpoints: `/convert` to root, and `/convert-batch` to `/batch`.
+ Allow running as CGI if renamed pandoc-server.cgi. In this mode it
accepts JSON content with POST requests or parameters with GET requests,
just like pandoc-server itself.
* TeX reader:
+ Fix parsing bug with comment at beginning of braced (#258).
+ Support negative numbers in `\hspace` (#259).
+ Allow decimals in `\hspace` (#259).
+ Support `\quad` in `\text` (#260).
-------------------------------------------------------------------
Sun Mar 16 17:14:36 UTC 2025 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.9.
Upstream has renamed and modified the change log file(s) in this
release. Unfortunately, the automatic updater cannot reliable
determine relevant entries for this release.
-------------------------------------------------------------------
Sun Jan 12 18:44:59 UTC 2025 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.8.13.
texmath (0.12.8.13)
* Remove special override for `\perp` in Text.TeXMath.Readers.TeX.Commands
(#247). This caused `\perp` to be read as U+22A5 instead of U+27C2. This
addresses the mismatch with the TeX writer (which associates `\bot` with
U+22A5 and `\perp` with U+27C2).
* Typst writer:
+ Fix several issues with accents and attachments (#245).
+ Fix handling of some EOver with combining accents (#245).
+ Escape backslash in text context (#245).
-------------------------------------------------------------------
Sat Dec 7 21:21:18 UTC 2024 - Peter Simons <psimons@suse.com>
- Update texmath to version 0.12.8.12.
texmath (0.12.8.12)
* TeX writer: render prime and superscripted prime as `'` (#246).
* TeX reader:
+ Don't crash on array with `\hline` before blank cell (#244).
+ Skip whitespace in array column specifier (#244).
* OMML writer:
+ Fix order of dPr attributes (#243).
* Typst writer:
+ Escape commas (#242). Otherwise we can get bad results e.g. in fractions,
when the commas separate arguments.
* Require typst-symbols 0.1.7, update tests.
-------------------------------------------------------------------
Sat Oct 5 02:15:36 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package texmath
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,26 +20,19 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: %{pkg_name}
Version: 0.12.8.11
Version: 0.12.10.3
Release: 0
Summary: Conversion between math formats
License: GPL-2.0-or-later
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-aeson-prof
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-devel
BuildRequires: ghc-containers-prof
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-network-uri-devel
BuildRequires: ghc-network-uri-prof
BuildRequires: ghc-pandoc-types-devel
BuildRequires: ghc-pandoc-types-prof
BuildRequires: ghc-parsec-devel
@@ -59,10 +52,14 @@ BuildRequires: ghc-xml-devel
BuildRequires: ghc-xml-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-directory-devel
BuildRequires: ghc-directory-prof
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-pretty-show-devel
BuildRequires: ghc-pretty-show-prof
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-tagged-prof
BuildRequires: ghc-tasty-devel
@@ -128,12 +125,11 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup
%build
%define cabal_configure_options -fexecutable
%define cabal_configure_options -f+executable
%ghc_lib_build
%install
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
%check
%cabal_test
@@ -146,14 +142,14 @@ This package provides the Haskell %{pkg_name} profiling library.
%files
%license LICENSE
%doc README.markdown changelog
%{_bindir}/%{name}
%doc README.md changelog.md
%{_bindir}/texmath
%files -n ghc-%{name} -f ghc-%{name}.files
%license LICENSE
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%doc README.markdown changelog
%doc README.md changelog.md
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
%license LICENSE