From 45013262ceaef281eb61eaa00f67cb4d160d49c6 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Fri, 11 Jan 2019 13:54:22 +0100 Subject: [PATCH] Require synctex 1.19 during build to not use the bundled one Related: #1595910 --- evince.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/evince.spec b/evince.spec index d3d1ed0..bc3327a 100644 --- a/evince.spec +++ b/evince.spec @@ -2,10 +2,11 @@ %global glib2_version 2.36.0 %global gtk3_version 3.16.0 %global gxps_version 0.2.1 +%global synctex_version 1.19 Name: evince Version: 3.30.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse @@ -48,6 +49,7 @@ BuildRequires: djvulibre-devel %endif # for the xps backend BuildRequires: pkgconfig(libgxps) >= %{gxps_version} +BuildRequires: pkgconfig(synctex) >= %{synctex_version} Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: glib2%{?_isa} >= %{glib2_version} @@ -244,6 +246,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p %{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so %changelog +* Fri Jan 11 2019 Marek Kasik - 3.30.2-3 +- Require synctex 1.19 during build to not use the bundled one +- Related: #1595910 + * Sat Nov 10 2018 Kalev Lember - 3.30.2-2 - Obsolete evince-browser-plugin (#1644960)