update to 0.10.1
This commit is contained in:
parent
56158271e0
commit
4483404e6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/texmath-0.8.4.2.tar.gz
|
/texmath-0.8.4.2.tar.gz
|
||||||
/texmath-0.8.6.4.tar.gz
|
/texmath-0.8.6.4.tar.gz
|
||||||
/texmath-0.9.1.tar.gz
|
/texmath-0.9.1.tar.gz
|
||||||
|
/texmath-0.10.1.tar.gz
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.9.1
|
Version: 0.10.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Conversion between formats used to represent mathematics
|
Summary: Conversion between formats used to represent mathematics
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -42,11 +42,11 @@ BuildRequires: ghc-utf8-string-devel
|
|||||||
%description
|
%description
|
||||||
The texmath library provides functions to read and write TeX math, presentation
|
The texmath library provides functions to read and write TeX math, presentation
|
||||||
MathML, and OMML (Office Math Markup Language, used in Microsoft Office).
|
MathML, and OMML (Office Math Markup Language, used in Microsoft Office).
|
||||||
Support is also included for converting math formats to pandoc's native format
|
Support is also included for converting math formats to Gnu eqn and to pandoc's
|
||||||
(allowing conversion, via pandoc, to a variety of different markup formats).
|
native format (allowing conversion, via pandoc, to a variety of different
|
||||||
The TeX reader supports basic LaTeX and AMS extensions, and it can parse and
|
markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it
|
||||||
apply LaTeX macros. (See <http://johnmacfarlane.net/texmath here> for a live
|
can parse and apply LaTeX macros. (See <http://johnmacfarlane.net/texmath here>
|
||||||
demo of bidirectional conversion between LaTeX and MathML.)
|
for a live demo of bidirectional conversion between LaTeX and MathML.)
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -103,6 +103,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.10.1-1
|
||||||
|
- update to 0.10.1
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (texmath-0.9.1.tar.gz) = 6aba502dfb9f5163115f229ca9484ef1df72e712494b95e6e050a2e655684addec564bfe0a261db2efb45d0a6a0ef4547a856ff85031a9954c04e0fbe7131269
|
SHA512 (texmath-0.10.1.tar.gz) = 6410aa02fe07a008ff228550967dd73cc623c8796f930148cf4b5c9774c6cb50cd19d4518f5c92ba2578aec9ada4ee53561cb093abf2fca674cbc9bf6b1be70b
|
||||||
|
Loading…
Reference in New Issue
Block a user