Add patch to fix warnings from Sphinx

This commit is contained in:
Björn Esser 2017-07-24 02:03:42 +02:00
parent b4054d50df
commit fde64f334b
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,16 @@
commit 48d69c9d5fe285f6763ad6ef8a7e79c724aae358
Author: Björn Esser <besser82@fedoraproject.org>
Date: Mon Jul 24 01:38:27 2017 +0200
Silence warning about document not included in toctree
diff --git a/Help/release/index.rst b/Help/release/index.rst
index 7f481a378..6c68e656a 100644
--- a/Help/release/index.rst
+++ b/Help/release/index.rst
@@ -1,3 +1,5 @@
+:orphan:
+
CMake Release Notes
*******************

View File

@ -68,6 +68,8 @@ Source4: %{name}.prov
Patch100: %{name}-findruby.patch
# replace release flag -O3 with -O2 for fedora
Patch101: %{name}-fedora-flag_release.patch
# fix warning from Sphinx
Patch102: %{name}-fix_sphinx_toctree.patch
# Patch for renaming on EPEL
%if 0%{?name_suffix:1}
@ -443,7 +445,8 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Sun Jul 23 2017 Björn Esser <besser82@fedoraproject.org> - 3.9.0-2
- Update patch for Fedora RELASE-builds
- Update patch for Fedora RELEASE-builds
- Add patch to fix warnings from Sphinx
* Wed Jul 19 2017 Björn Esser <besser82@fedoraproject.org> - 3.9.0-1
- Update to 3.9.0 final (rhbz#1472503)