forked from pool/texmath
Accepting request 226374 from home:sbahling:branches:devel:languages:haskell
Prepare for Pandoc update - update to 0.6.6 - needed for pandoc 1.12.3.3 texmath changes: * Insert braces around macro expansions to prevent breakage (#7). * Support \operatorname and \DeclareMathOperator (rekka) (#17). * Support \providecommand (#15). * Fixed spacing bugs in pandoc rendering (#24). * Ignore \hline at end of array row instead of failing (#19). OBS-URL: https://build.opensuse.org/request/show/226374 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
6976088bcd
commit
4eb1f6cb80
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:749810eb9e01982730c66f11cdaf2af3252ee7dcc6a6089b1fa4cbad00716adf
|
|
||||||
size 45441
|
|
||||||
3
texmath-0.6.6.tar.gz
Normal file
3
texmath-0.6.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:acdadeb74208579b8f35d63abb8c9b629cd458f12dd2b81be1a63b8d37ad7155
|
||||||
|
size 46785
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 15 16:07:47 UTC 2014 - sbahling@suse.com
|
||||||
|
|
||||||
|
- update to 0.6.6
|
||||||
|
- needed for pandoc 1.12.3.3
|
||||||
|
texmath changes:
|
||||||
|
* Insert braces around macro expansions to prevent breakage (#7).
|
||||||
|
* Support \operatorname and \DeclareMathOperator (rekka) (#17).
|
||||||
|
* Support \providecommand (#15).
|
||||||
|
* Fixed spacing bugs in pandoc rendering (#24).
|
||||||
|
* Ignore \hline at end of array row instead of failing (#19).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 31 16:20:44 UTC 2013 - peter.trommler@ohm-hochschule.de
|
Tue Dec 31 16:20:44 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texmath
|
# spec file for package texmath
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%global pkg_name texmath
|
%global pkg_name texmath
|
||||||
|
|
||||||
Name: texmath
|
Name: texmath
|
||||||
Version: 0.6.5.2
|
Version: 0.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Conversion of LaTeX math formulas to MathML or OMML
|
Summary: Conversion of LaTeX math formulas to MathML or OMML
|
||||||
License: GPL-1.0+
|
License: GPL-1.0+
|
||||||
@@ -102,8 +102,6 @@ This package provides the library development files.
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
#%%{_bindir}/texmath-cgi
|
#%%{_bindir}/texmath-cgi
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}-%{version}
|
|
||||||
%exclude %{_datadir}/%{name}-%{version}/tests
|
|
||||||
|
|
||||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|||||||
Reference in New Issue
Block a user