Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2016-05-23 17:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evince (Old)
 and      /work/SRC/openSUSE:Factory/.evince.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evince"

Changes:
--------
--- /work/SRC/openSUSE:Factory/evince/evince.changes    2016-03-29 
14:37:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes       2016-05-23 
17:30:06.000000000 +0200
@@ -1,0 +2,8 @@
+Wed May 18 15:09:53 UTC 2016 - [email protected]
+
+- Add evince-fix-deprecated-warning.patch: Fix deprecation warning
+  (boo#980576, bgo#980576).
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+-------------------------------------------------------------------

New:
----
  evince-fix-deprecated-warning.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evince.spec ++++++
--- /var/tmp/diff_new_pack.L4gXNU/_old  2016-05-23 17:30:07.000000000 +0200
+++ /var/tmp/diff_new_pack.L4gXNU/_new  2016-05-23 17:30:07.000000000 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Office/Other
 Url:            http://www.gnome.org/projects/evince/
 Source:         
http://download.gnome.org/sources/evince/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evince-fix-deprecated-warning.patch boo#980576 bgo#765395 
[email protected] -- Fix deprecation warning.
+Patch0:         evince-fix-deprecated-warning.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -33,7 +35,9 @@
 BuildRequires:  intltool
 BuildRequires:  libtiff-devel
 BuildRequires:  texlive-devel
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(adwaita-icon-theme) >= 2.17.1
@@ -212,7 +216,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 # on openSUSE, we share the browser plugins between browsers; do not use 
mozilla's default.

++++++ evince-fix-deprecated-warning.patch ++++++
>From 145bb5da55457a427460ceefa467f793e3b839f8 Mon Sep 17 00:00:00 2001
From: John Beard <[email protected]>
Date: Thu, 21 Apr 2016 21:41:32 +0100
Subject: [PATCH 1/1] Fix Gtk theme warnings: gtk-key-binding deprecated ->
 -gtk-key-binding

---
 shell/evince.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/evince.css b/shell/evince.css
index d8c4613..66fff26 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -53,5 +53,5 @@ EvSidebarThumbnails.page-thumbnail.inverted {
 }
 
 GtkIconView {
-    gtk-key-bindings: MoveCursor;
+    -gtk-key-bindings: MoveCursor;
 }
-- 
2.8.0


Reply via email to