rpms/gnome-desktop/devel gnome-desktop-2.23.90-eedid.patch, NONE, 1.1 gnome-desktop.spec, 1.154, 1.155

Adam Jackson ajax at fedoraproject.org
Mon Aug 25 17:52:31 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/gnome-desktop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10322

Modified Files:
	gnome-desktop.spec 
Added Files:
	gnome-desktop-2.23.90-eedid.patch 
Log Message:
* Mon Aug 25 2008 Adam Jackson <ajax at redhat.com> 2.23.90-3
- gnome-desktop-2.23.90-eedid.patch: Allow E-EDID blocks.


gnome-desktop-2.23.90-eedid.patch:

--- NEW FILE gnome-desktop-2.23.90-eedid.patch ---
diff -up gnome-desktop-2.23.90/libgnome-desktop/gnome-rr.c.jx gnome-desktop-2.23.90/libgnome-desktop/gnome-rr.c
--- gnome-desktop-2.23.90/libgnome-desktop/gnome-rr.c.jx	2008-08-18 16:09:40.000000000 -0400
+++ gnome-desktop-2.23.90/libgnome-desktop/gnome-rr.c	2008-08-25 13:49:31.000000000 -0400
@@ -638,7 +638,7 @@ read_edid_data (GnomeRROutput *output)
     
     if (result)
     {
-	if (len == 128)
+	if (len % 128 == 0)
 	    return result;
 	else
 	    g_free (result);


Index: gnome-desktop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/gnome-desktop.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- gnome-desktop.spec	24 Aug 2008 01:57:55 -0000	1.154
+++ gnome-desktop.spec	25 Aug 2008 17:52:00 -0000	1.155
@@ -12,13 +12,15 @@
 Summary: Package containing code shared among gnome-panel, gnome-session, nautilus, etc
 Name: gnome-desktop
 Version: 2.23.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-desktop/2.23/%{name}-%{version}.tar.bz2
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0: gnome-desktop-2.23.90-eedid.patch
+
 Requires: redhat-menus
 Requires: pycairo
 Requires: pygtk2
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .eedid
 
 %build
 %configure --with-gnome-distributor="Red Hat, Inc" --disable-scrollkeeper
@@ -115,6 +118,9 @@
 %doc %{_datadir}/gtk-doc/html/gnome-desktop/
 
 %changelog
+* Mon Aug 25 2008 Adam Jackson <ajax at redhat.com> 2.23.90-3
+- gnome-desktop-2.23.90-eedid.patch: Allow E-EDID blocks.
+
 * Sat Aug 23 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.90-2
 - Require enough python to make gnome-about work
 




More information about the fedora-extras-commits mailing list