Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc for openSUSE:Factory checked in at 2021-06-26 21:25:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc (Old) and /work/SRC/openSUSE:Factory/.ghc.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc" Sat Jun 26 21:25:24 2021 rev:92 rq:902384 version:8.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc/ghc.changes 2021-03-17 20:19:45.623301565 +0100 +++ /work/SRC/openSUSE:Factory/.ghc.new.2625/ghc.changes 2021-06-26 21:25:41.555361489 +0200 @@ -1,0 +2,5 @@ +Fri Jun 25 10:02:25 UTC 2021 - Ond??ej S??kup <[email protected]> + +- add 4134.patch to fix build with Sphinx4 + +------------------------------------------------------------------- New: ---- 4134.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc.spec ++++++ --- /var/tmp/diff_new_pack.rLhghX/_old 2021-06-26 21:25:42.239362392 +0200 +++ /var/tmp/diff_new_pack.rLhghX/_new 2021-06-26 21:25:42.243362397 +0200 @@ -80,6 +80,8 @@ Patch100: ghc-8.0.2-Cabal-dynlibdir.patch # PATCH-FIX-UPSTREAM buildpath-abi-stability.patch -- debian patch for more stable abi-1 Patch110: buildpath-abi-stability.patch +# PATCH-FIX-UPSTREAM 4134.diff -- documentation fiixes and sphinx4 build fix +Patch120: 4134.patch %description Haskell is the standard purely functional programming language; the @@ -192,6 +194,7 @@ %patch35 -p1 %patch100 -p1 %patch110 -p1 +%patch120 -p1 %build cat > mk/build.mk <<EOF ++++++ 4134.patch ++++++ Index: ghc-8.10.4/docs/users_guide/conf.py =================================================================== --- ghc-8.10.4.orig/docs/users_guide/conf.py +++ ghc-8.10.4/docs/users_guide/conf.py @@ -42,9 +42,6 @@ nitpick_ignore = [ ("extension", "DoAndIfThenElse"), ("extension", "RelaxedPolyRec"), - - # See #16629 - ("extension", "UnliftedFFITypes"), ] rst_prolog = """ @@ -100,13 +97,13 @@ htmlhelp_basename = 'GHCUsersGuide' latex_elements = { 'inputenc': '', 'utf8extra': '', - 'preamble': ''' + 'preamble': r''' \usepackage{fontspec} \usepackage{makeidx} \setsansfont{DejaVu Sans} \setromanfont{DejaVu Serif} \setmonofont{DejaVu Sans Mono} -\setlength{\\tymin}{45pt} +\setlength{\tymin}{45pt} ''', } Index: ghc-8.10.4/docs/users_guide/expected-undocumented-flags.txt =================================================================== --- ghc-8.10.4.orig/docs/users_guide/expected-undocumented-flags.txt +++ ghc-8.10.4/docs/users_guide/expected-undocumented-flags.txt @@ -38,7 +38,6 @@ -XAutoDeriveTypeable -XDoAndIfThenElse -XDoRec --XGHCForeignImportPrim -XGenerics -XImplicitPrelude -XJavaScriptFFI
