diff --git a/texi2html.spec b/texi2html.spec
index 586ed60..e79b26b 100644
--- a/texi2html.spec
+++ b/texi2html.spec
@@ -1,6 +1,6 @@
Name: texi2html
Version: 5.0
-Release: 10%{?dist}
+Release: 11%{?dist}
# GPLv2+ is for the code
# OFSFDL (Old FSF Documentation License) for the documentation
# CC-BY-SA or GPLv2 for the images
@@ -17,7 +17,8 @@ Requires: perl-interpreter >= 5.004
Requires: latex2html
# autotools for the unbundling patches
BuildRequires: autoconf automake
-BuildRequires: latex2html tetex-tex4ht gettext
+BuildRequires: gcc-c++
+BuildRequires: latex2html texlive-tex4ht gettext
BuildRequires: perl-generators
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Locale::Messages)
@@ -82,6 +83,10 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
%dir %{_sysconfdir}/texinfo
%changelog
+* Fri Feb 08 2019 Troy Dawson - 5.0-11
+- tetex-tex4ht changed to texlive-tex4ht
+- BuildRequire gcc-c++
+
* Sun Feb 03 2019 Fedora Release Engineering - 5.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
@@ -203,5 +208,5 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
* Mon Jan 10 2005 MATSUURA Takanori - 1.72-1.fc3
- initial build for Fedora Core 3 based on spec file in source tarball
-* Mon Mar 23 2004 Patrice Dumas 0:1.69-0.fdr.1
+* Tue Mar 23 2004 Patrice Dumas 0:1.69-0.fdr.1
- Initial build.