From a75f81a71ebe3e688d925e91e1440649a1352355 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 26 May 2019 19:35:16 -0700 Subject: [PATCH] Rebuild for libsynctex soname bump (texlive) --- evince.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/evince.spec b/evince.spec index e98aaa0..d0b0ba5 100644 --- a/evince.spec +++ b/evince.spec @@ -6,7 +6,7 @@ Name: evince Version: 3.32.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse @@ -262,6 +262,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p %endif %changelog +* Sun May 26 2019 Adam Williamson - 3.32.0-5 +- Rebuild for libsynctex soname bump (texlive) + * Tue May 14 2019 Marek Kasik - 3.32.0-4 - Protect against NULL variable reaching strcmp() - Resolves: #1692083