From 2bf0235b5b0957adf8bd5e6550dbe588854537da Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Apr 16 2019 20:06:46 +0000 Subject: Buildrequires python3-sphinx_rtd_theme (fix build on Rawhide) --- diff --git a/gnome-builder.spec b/gnome-builder.spec index e99bbf1..03ba697 100644 --- a/gnome-builder.spec +++ b/gnome-builder.spec @@ -21,7 +21,7 @@ Name: gnome-builder Version: 3.32.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: IDE for writing GNOME-based software # Note: Checked as of 3.20.2 @@ -75,6 +75,7 @@ BuildRequires: llvm-devel BuildRequires: clang-devel BuildRequires: python3-devel BuildRequires: python3-sphinx +BuildRequires: python3-sphinx_rtd_theme BuildRequires: itstool Requires: devhelp-libs%{?_isa} >= 1:%{devhelp_version} @@ -153,6 +154,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Builder.des %{_datadir}/gnome-builder/vapi/ %changelog +* Tue Apr 16 2019 Adam Williamson - 3.32.1-4 +- Buildrequires python3-sphinx_rtd_theme (fix build on Rawhide) + * Tue Apr 16 2019 Adam Williamson - 3.32.1-3 - Rebuild with Meson fix for #1699099