Hello community, here is the log from the commit of package texmath for openSUSE:Factory checked in at 2016-10-22 13:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texmath (Old) and /work/SRC/openSUSE:Factory/.texmath.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texmath" Changes: -------- --- /work/SRC/openSUSE:Factory/texmath/texmath.changes 2016-09-05 21:21:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2016-10-22 13:23:25.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 17 15:37:29 UTC 2016 - psim...@suse.com + +- Update to version 0.8.6.6 with cabal2obs. + +------------------------------------------------------------------- Old: ---- texmath-0.8.6.5.tar.gz New: ---- texmath-0.8.6.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texmath.spec ++++++ --- /var/tmp/diff_new_pack.Zhjw0Q/_old 2016-10-22 13:23:26.000000000 +0200 +++ /var/tmp/diff_new_pack.Zhjw0Q/_new 2016-10-22 13:23:26.000000000 +0200 @@ -19,7 +19,7 @@ %global pkg_name texmath %bcond_with tests Name: %{pkg_name} -Version: 0.8.6.5 +Version: 0.8.6.6 Release: 0 Summary: Conversion between formats used to represent mathematics License: GPL-2.0 @@ -95,7 +95,7 @@ %setup -q %build -%define cabal_configure_options -fnetwork-uri -fexecutable +%define cabal_configure_options -fexecutable %ghc_lib_build %install ++++++ texmath-0.8.6.5.tar.gz -> texmath-0.8.6.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/texmath-0.8.6.5/changelog new/texmath-0.8.6.6/changelog --- old/texmath-0.8.6.5/changelog 2016-07-24 19:54:30.000000000 +0200 +++ new/texmath-0.8.6.6/changelog 2016-10-13 11:42:39.000000000 +0200 @@ -1,3 +1,7 @@ +texmath (0.8.6.6) + + * Allow pandoc-types 1.17.*. + texmath (0.8.6.5) * Fixed transposition of sub/super on operators (jgm/pandoc#3040). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/texmath-0.8.6.5/texmath.cabal new/texmath-0.8.6.6/texmath.cabal --- old/texmath-0.8.6.5/texmath.cabal 2016-07-24 19:54:30.000000000 +0200 +++ new/texmath-0.8.6.6/texmath.cabal 2016-10-13 11:42:17.000000000 +0200 @@ -1,5 +1,5 @@ Name: texmath -Version: 0.8.6.5 +Version: 0.8.6.6 Cabal-Version: >= 1.10 Build-type: Simple Synopsis: Conversion between formats used to represent mathematics. @@ -82,7 +82,7 @@ Library Build-depends: xml, parsec >= 3, containers, - pandoc-types >= 1.12.3.3 && < 1.17, mtl + pandoc-types >= 1.12.3.3 && < 1.18, mtl if impl(ghc >= 6.10) Build-depends: base >= 4.5 && < 5, syb else @@ -131,7 +131,7 @@ if flag(executable) Buildable: True Build-Depends: base >= 4.5 && < 5, texmath, xml, - pandoc-types >= 1.12.3.3 && < 1.17, + pandoc-types >= 1.12.3.3 && < 1.18, split, aeson, bytestring, text else Buildable: False