diff --git a/evince.spec b/evince.spec index dbb0963..702bd36 100644 --- a/evince.spec +++ b/evince.spec @@ -5,7 +5,7 @@ Name: evince Version: 3.28.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse @@ -20,6 +20,8 @@ Patch6: 0001-Revert-Bump-poppler-requirements-to-0.33.0.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1359507 Patch7: evince-3.28.2-media-player-keys.patch +BuildRequires: gcc-c++ +BuildRequires: gcc BuildRequires: pkgconfig(adwaita-icon-theme) BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gnome-desktop-3.0) @@ -42,7 +44,7 @@ BuildRequires: gnome-common # for the nautilus properties page BuildRequires: pkgconfig(libnautilus-extension) # for the dvi backend -BuildRequires: kpathsea-devel +BuildRequires: texlive-lib-devel %if 0%{?fedora} # for the djvu backend BuildRequires: djvulibre-devel @@ -252,6 +254,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop %{_libdir}/mozilla/plugins/libevbrowserplugin.so %changelog +* Thu Jul 12 2018 Marek Kasik - 3.28.2-3 +- Change build requirement of kpathsea-devel to texlive-lib-devel +- Require gcc and gcc-c++ +- Resolves: #1600511 + * Wed May 9 2018 Marek Kasik - 3.28.2-2 - Fix crash in EvMediaPlayerKeys - Resolves: #1359507