guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: QEMU: Remove obsolete patch.


From: guix-commits
Subject: 03/03: gnu: QEMU: Remove obsolete patch.
Date: Tue, 12 Oct 2021 15:51:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 702bc2b89939165a3dc61096c21bb8b670a94713
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 12 19:24:50 2021 +0200

    gnu: QEMU: Remove obsolete patch.
    
    * gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx
    compatibility patch, which worked around a bug in Sphinx that has since been
    fixed.
    * gnu/packages/patches/qemu-sphinx-compat.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
---
 gnu/local.mk                                  |  1 -
 gnu/packages/patches/qemu-sphinx-compat.patch | 18 ------------------
 gnu/packages/virtualization.scm               |  1 -
 3 files changed, 20 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 1b7e7f4..ea27741 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1689,7 +1689,6 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/python-waitress-fix-tests.patch         \
   %D%/packages/patches/qemu-build-info-manual.patch            \
   %D%/packages/patches/qemu-CVE-2021-20203.patch               \
-  %D%/packages/patches/qemu-sphinx-compat.patch                        \
   %D%/packages/patches/qemu-glibc-2.27.patch                   \
   %D%/packages/patches/qemu-glibc-2.30.patch                   \
   %D%/packages/patches/qpdfview-qt515-compat.patch             \
diff --git a/gnu/packages/patches/qemu-sphinx-compat.patch 
b/gnu/packages/patches/qemu-sphinx-compat.patch
deleted file mode 100644
index 7342ebe..0000000
--- a/gnu/packages/patches/qemu-sphinx-compat.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Prevent Sphinx 4 and later from creating subdirectories, which
-the build scripts are not equipped to deal with.
-
-Taken from upstream:
-https://gitlab.com/qemu-project/qemu/-/issues/256
-https://gitlab.com/qemu-project/qemu/-/commit/269a7e97865cb863c9ca19e5f2e6a40ac9eddf82
-
-diff --git a/docs/conf.py b/docs/conf.py
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -279,6 +279,7 @@
-      ['Stefan Hajnoczi <stefanha@redhat.com>',
-       'Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>'], 1),
- ]
-+man_make_section_directory = False
- 
- # -- Options for Texinfo output -------------------------------------------
- 
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 504f199..772a0ac 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -159,7 +159,6 @@
         (base32
          "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f"))
        (patches (search-patches "qemu-CVE-2021-20203.patch"
-                                "qemu-sphinx-compat.patch"
                                 "qemu-build-info-manual.patch"))
        (modules '((guix build utils)))
        (snippet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]