rpms/evince/devel thumbnailer-type-init.patch, NONE, 1.1 evince.spec, 1.111, 1.112

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Feb 2 19:21:03 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/evince/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15508

Modified Files:
	evince.spec 
Added Files:
	thumbnailer-type-init.patch 
Log Message:
fix properties pages and thumbnailer


thumbnailer-type-init.patch:

--- NEW FILE thumbnailer-type-init.patch ---
diff -up evince-2.21.90/thumbnailer/evince-thumbnailer.c.thumbnailer evince-2.21.90/thumbnailer/evince-thumbnailer.c
--- evince-2.21.90/thumbnailer/evince-thumbnailer.c.thumbnailer	2008-02-02 14:13:41.000000000 -0500
+++ evince-2.21.90/thumbnailer/evince-thumbnailer.c	2008-02-02 14:14:11.000000000 -0500
@@ -158,6 +158,8 @@ main (int argc, char *argv[])
 		return -1;
 	}
 
+	g_type_init ();
+
 	if (!g_thread_supported ())
 		g_thread_init (NULL);
 


Index: evince.spec
===================================================================
RCS file: /cvs/extras/rpms/evince/devel/evince.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- evince.spec	30 Jan 2008 18:56:32 -0000	1.111
+++ evince.spec	2 Feb 2008 19:20:07 -0000	1.112
@@ -6,7 +6,7 @@
 
 Name:		evince
 Version:	2.21.90
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Document viewer
 
 License: 	GPLv2+ and GFDL+
@@ -18,6 +18,8 @@
 Patch1:		property-deps.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=512720
 Patch2:		property-backends.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=513934
+Patch3:		thumbnailer-type-init.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk2-devel >= %{gtk2_version}
@@ -91,6 +93,8 @@
 %setup -q
 %patch0 -p1 -b .print-error
 %patch1 -p1 -b .property-deps
+%patch2 -p1 -b .property-backends
+%patch3 -p1 -b .thumbnailer-type-init
 
 %build
 intltoolize --force
@@ -220,6 +224,9 @@
 %{_libdir}/evince/backends/djvudocument.evince-backend
 
 %changelog
+* Sat Feb  2 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.90-5
+- Fix nautilus property page and thumbnailer
+
 * Wed Jan 30 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.90-4
 - Use libspectre
 




More information about the fedora-extras-commits mailing list