diff --git a/texmath-0.6.4.tar.gz b/texmath-0.6.4.tar.gz deleted file mode 100644 index 15d1ea1..0000000 --- a/texmath-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eeafd7c68e734e350028f44af30a46175780d51db7f2ce9356c5c4582c61d24 -size 45075 diff --git a/texmath-0.6.5.2.tar.gz b/texmath-0.6.5.2.tar.gz new file mode 100644 index 0000000..4534543 --- /dev/null +++ b/texmath-0.6.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749810eb9e01982730c66f11cdaf2af3252ee7dcc6a6089b1fa4cbad00716adf +size 45441 diff --git a/texmath.changes b/texmath.changes index b587600..644258b 100644 --- a/texmath.changes +++ b/texmath.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Dec 31 16:20:44 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 0.6.5.2 +- needed for pandoc 1.12.2.1 + +------------------------------------------------------------------- +Tue Dec 31 15:05:50 UTC 2013 - peter.trommler@ohm-hochschule.de + +- remove cgi support +* not needed for pandoc +* drop dependency on ghc-utf8-string-devel + +------------------------------------------------------------------- +Sun Dec 29 16:42:57 UTC 2013 - peter.trommler@ohm-hochschule.de + +- merge d:l:haskell changes + ------------------------------------------------------------------- Sun Oct 6 17:16:16 UTC 2013 - sbahling@suse.com diff --git a/texmath.spec b/texmath.spec index 3798c42..9486d2d 100644 --- a/texmath.spec +++ b/texmath.spec @@ -19,7 +19,7 @@ %global pkg_name texmath Name: texmath -Version: 0.6.4 +Version: 0.6.5.2 Release: 0 Summary: Conversion of LaTeX math formulas to MathML or OMML License: GPL-1.0+ @@ -39,10 +39,10 @@ BuildRequires: ghc-syb-devel BuildRequires: ghc-xml-devel # End cabal-rpm deps -# Deps that cabal-rpm does not catch -BuildRequires: ghc-cgi-devel -BuildRequires: ghc-json-devel -BuildRequires: ghc-utf8-string-devel +# Deps for cgi executable +# BuildRequires: ghc-cgi-devel +# BuildRequires: ghc-json-devel +# BuildRequires: ghc-utf8-string-devel %description The texmathml library provides functions to convert LaTeX @@ -85,7 +85,7 @@ This package provides the library development files. %setup -q %build -%define cabal_configure_options -f 'cgi test' +%define cabal_configure_options -f 'test' %ghc_lib_build %install @@ -100,7 +100,7 @@ This package provides the library development files. %files %defattr(-,root,root,-) %doc LICENSE -%{_bindir}/texmath-cgi +#%%{_bindir}/texmath-cgi %{_bindir}/%{name} %{_datadir}/%{name}-%{version} %exclude %{_datadir}/%{name}-%{version}/tests