Update to 3.24.0

This commit is contained in:
Kalev Lember 2017-03-21 10:45:16 +01:00
parent 2ba5fb704f
commit b466d7087b
4 changed files with 8 additions and 39 deletions

1
.gitignore vendored
View File

@ -63,3 +63,4 @@ evince-3.0.0.tar.bz2
/evince-3.21.92.tar.xz
/evince-3.22.0.tar.xz
/evince-3.22.1.tar.xz
/evince-3.24.0.tar.xz

View File

@ -1,33 +0,0 @@
From 15e7b658315d0a9254e5c2ff7fcc1a15a15dceef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
Date: Fri, 9 Dec 2016 12:09:02 +0000
Subject: [PATCH] gnome#692552 don't complain about inability to copy metadata
related rhbz#1022649
nautilus just takes the view that copying metadata is a "nice to have",
but if it doesn't work it's not a hard error so just do that
---
libview/ev-jobs.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c
index dea5aa4..f24808b 100644
--- a/libview/ev-jobs.c
+++ b/libview/ev-jobs.c
@@ -1574,8 +1574,10 @@ ev_job_save_run (EvJob *job)
ev_tmp_uri_unlink (local_uri);
/* Copy the metadata from the original file */
- if (!error)
- ev_file_copy_metadata (job_save->document_uri, job_save->uri, &error);
+ if (!error) {
+ /* Ignore errors here. Failure to copy metadata is not a hard error */
+ ev_file_copy_metadata (job_save->document_uri, job_save->uri, NULL);
+ }
if (error) {
ev_job_failed_from_error (job, error);
--
2.9.3

View File

@ -4,17 +4,15 @@
%global gxps_version 0.2.1
Name: evince
Version: 3.22.1
Release: 6%{?dist}
Version: 3.24.0
Release: 1%{?dist}
Summary: Document viewer
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
URL: https://wiki.gnome.org/Apps/Evince
Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/3.24/%{name}-%{version}.tar.xz
Patch0: evince-3.21.4-NPNVToolKit.patch
#https://bugzilla.gnome.org/show_bug.cgi?id=692552
Patch1: 0001-gnome-692552-don-t-complain-about-inability-to-copy-.patch
#https://bugzilla.gnome.org/show_bug.cgi?id=777082
Patch2: 0001-Resolves-rhbz-1404656-crash-on-opening-second-evince.patch
#https://bugzilla.gnome.org/show_bug.cgi?id=766749
@ -267,6 +265,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
%changelog
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
- Update to 3.24.0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

View File

@ -1 +1 @@
1251d4527b5181165d56c588f847250c evince-3.22.1.tar.xz
SHA512 (evince-3.24.0.tar.xz) = b793c44b2976abe58461adfdb0b1874af8d6bafaf9b80a851d94b776f9d50f6a81774bcb5b35cd59a9ad3afeea9a8b88018aa85d670373c7c2fa9617407a09c4