diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index d6bf270..8aa12d6 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -2,18 +2,14 @@ #global bootstrap 1 %if !0%{?bootstrap} -# http://bugzilla.redhat.com/1687572 -# python3-sphinx-2.0 b1 busted -%if 0%{?fedora} < 31 %global docs 1 -%endif %global tests 1 %endif Name: extra-cmake-modules Summary: Additional modules for CMake build system Version: 5.56.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://api.kde.org/ecm/ @@ -132,6 +128,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Mar 28 2019 Rex Dieter - 5.56.0-3 +- re-enable doc generation on rawhide (#1687572) + * Mon Mar 11 2019 Rex Dieter - 5.56.0-2 - use %%make_build - use python3-sphinx (on f30, python-sphinx 2.0b1 busted, #1687572)