diff options
Diffstat (limited to 'ghc.spec')
-rw-r--r-- | ghc.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,8 @@ Patch2: execstack.patch Patch3: ghc-pie.patch # Fix sphinx7 issues Patch4: sphinx7.patch +# Fix sphinx extlinks +Patch5: fix-sphinx-extlinks.patch BuildRequires: binutils-devel BuildRequires: gcc-c++ @@ -221,6 +223,7 @@ Installing this package causes %{name}-*-prof packages corresponding to %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 rm libffi-tarballs/libffi-*.tar.gz @@ -491,5 +494,7 @@ $GHC --info %endif %changelog +* Fri Oct 27 2023 Lin Runze <lrzlin@163.com> 9.4.5-1 +- Fix newer version of sphinx related bugs. * Tue Jul 25 2023 Lin Runze <lrzlin@163.com> 9.4.5-1 - Initial packaging (Version 9.4.5) |