Hello community, here is the log from the commit of package pandoc for openSUSE:Factory checked in at 2019-01-24 14:11:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pandoc (Old) and /work/SRC/openSUSE:Factory/.pandoc.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pandoc" Thu Jan 24 14:11:38 2019 rev:31 rq:667317 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes 2018-12-10 12:29:57.402429906 +0100 +++ /work/SRC/openSUSE:Factory/.pandoc.new.28833/pandoc.changes 2019-01-24 14:11:41.603481623 +0100 @@ -1,0 +2,10 @@ +Mon Jan 14 09:07:00 UTC 2019 - Peter Simons <[email protected]> + +- Patch build to cope with with recent versions of 'http-client'. + +------------------------------------------------------------------- +Fri Jan 11 14:16:23 UTC 2019 - Guillaume GARDET <[email protected]> + +- Increase required memory in _constraints to avoid OOM failures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pandoc.spec ++++++ --- /var/tmp/diff_new_pack.ThMACz/_old 2019-01-24 14:11:42.179480959 +0100 +++ /var/tmp/diff_new_pack.ThMACz/_new 2019-01-24 14:11:42.179480959 +0100 @@ -1,7 +1,7 @@ # # spec file for package pandoc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Group: Productivity/Publishing/Other URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal +Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal Source10: pandoc-pdf.readme BuildRequires: chrpath BuildRequires: fdupes @@ -147,6 +147,7 @@ %setup -q cp -p %{SOURCE1} %{name}.cabal cp %{SOURCE10} . +cabal-tweak-dep-ver http-client '< 0.6' ' < 1' %build %ghc_lib_build ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.ThMACz/_old 2019-01-24 14:11:42.203480932 +0100 +++ /var/tmp/diff_new_pack.ThMACz/_new 2019-01-24 14:11:42.203480932 +0100 @@ -1,7 +1,7 @@ <constraints> <hardware> <memory> - <size unit="M">5000</size> + <size unit="M">6000</size> </memory> </hardware> </constraints> ++++++ pandoc.cabal ++++++ --- /var/tmp/diff_new_pack.ThMACz/_old 2019-01-24 14:11:42.243480885 +0100 +++ /var/tmp/diff_new_pack.ThMACz/_new 2019-01-24 14:11:42.243480885 +0100 @@ -1,6 +1,6 @@ name: pandoc version: 2.5 -x-revision: 1 +x-revision: 2 cabal-version: 2.0 build-type: Custom license: GPL-2 @@ -390,7 +390,7 @@ haddock-library >= 1.7 && < 1.8, deepseq >= 1.3 && < 1.5, JuicyPixels >= 3.1.6.1 && < 3.4, - Glob >= 0.7 && < 0.10, + Glob >= 0.7 && < 0.11, cmark-gfm >= 0.1.1 && < 0.2, doctemplates >= 0.2.1 && < 0.3, network-uri >= 2.6 && < 2.7, @@ -652,7 +652,7 @@ process >= 1.2.3 && < 1.7, temporary >= 1.1 && < 1.4, Diff >= 0.2 && < 0.4, - tasty >= 0.11 && < 1.2, + tasty >= 0.11 && < 1.3, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4, @@ -661,7 +661,7 @@ executable-path >= 0.0 && < 0.1, zip-archive >= 0.2.3.4 && < 0.5, xml >= 1.3.12 && < 1.4, - Glob >= 0.7 && < 0.10 + Glob >= 0.7 && < 0.11 if impl(ghc < 8.0) build-depends: semigroups == 0.18.* if impl(ghc < 8.4)
