[gnome-python2-desktop/f14/master] Update evince patch for 2.32 changes

Peter Robinson pbrobinson at fedoraproject.org
Sat Sep 25 01:32:29 UTC 2010


commit de47f07598b920e7c7725ca77e5e384081b1b183
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Sep 25 02:32:18 2010 +0100

    Update evince patch for 2.32 changes

 evince.patch               |   31 +++++++++++++++++++++++++++++--
 gnome-python2-desktop.spec |    7 +++++--
 2 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/evince.patch b/evince.patch
index a1f28cb..32cfa2c 100644
--- a/evince.patch
+++ b/evince.patch
@@ -1,5 +1,5 @@
---- gnome-python-desktop-2.31.1/configure.ac.orig	2010-08-31 23:18:25.793044155 +0100
-+++ gnome-python-desktop-2.31.1/configure.ac	2010-08-31 23:18:46.309054179 +0100
+--- gnome-python-desktop-2.31.1/configure.ac.orig	2010-06-11 13:34:11.000000000 +0100
++++ gnome-python-desktop-2.31.1/configure.ac	2010-09-25 01:28:26.742052352 +0100
 @@ -434,7 +434,7 @@
  dnl should we build the evince module
  AC_ARG_BINDING([evince],[YES])
@@ -9,3 +9,30 @@
        build_evince=true,
        build_evince=false)
      if test -n "$export_dynamic"; then
+--- gnome-python-desktop-2.31.1/evince/evince.defs.orig	2010-06-11 13:33:56.000000000 +0100
++++ gnome-python-desktop-2.31.1/evince/evince.defs	2010-09-25 01:29:50.993054815 +0100
+@@ -1353,7 +1353,7 @@
+   (c-name "ev_document_misc_paint_one_page")
+   (return-type "none")
+   (parameters
+-    '("GdkDrawable*" "drawable")
++    '("cairo*" "cr")
+     '("GtkWidget*" "widget")
+     '("GdkRectangle*" "area")
+     '("GtkBorder*" "border")
+@@ -2472,15 +2472,6 @@
+   )
+ )
+ 
+-(define-method get_selection_map
+-  (of-object "EvSelection")
+-  (c-name "ev_selection_get_selection_map")
+-  (return-type "GdkRegion*")
+-  (parameters
+-    '("EvPage*" "page")
+-  )
+-)
+-
+ (define-method get_selection_region
+   (of-object "EvSelection")
+   (c-name "ev_selection_get_selection_region")
diff --git a/gnome-python2-desktop.spec b/gnome-python2-desktop.spec
index 79a57df..17f3415 100644
--- a/gnome-python2-desktop.spec
+++ b/gnome-python2-desktop.spec
@@ -22,13 +22,13 @@
 %define gnome_desktop_version           2.10.0
 %define totem_version                   1.4.0
 %define eds_version                     1.4.0
-%define evince_version                  2.29
+%define evince_version                  2.31
 
 ### Abstract ###
 
 Name: gnome-python2-desktop
 Version: 2.31.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: Development/Languages
 Summary: The sources for additional PyGNOME Python extension modules
@@ -316,6 +316,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/bugbuddy.*
 %{python_sitearch}/gtk-2.0/gnomekeyring.so
 
 %changelog
+* Sat Sep 25 2010 Peter Robinson <pbrobinson at gmail.com> - 2.31.1-7
+- Update evince patch for 2.32 changes
+
 * Mon Sep 20 2010 Peter Robinson <pbrobinson at gmail.com> - 2.31.1-6
 - Rebuild for evolution soname bump
 


More information about the scm-commits mailing list