rpms/devhelp/F-9 devhelp-0.19.1-color.patch, NONE, 1.1 devhelp.spec, 1.91, 1.92

Martin Stransky stransky at fedoraproject.org
Thu Oct 23 14:53:44 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/devhelp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29112

Modified Files:
	devhelp.spec 
Added Files:
	devhelp-0.19.1-color.patch 
Log Message:
* Thu Oct 23 2008 Martin Stransky <stransky at redhat.com> - 0.19.1-5
- fixed #399441 - devhelp compiled against xulrunner 
  doesn't seem to pick up css



devhelp-0.19.1-color.patch:

--- NEW FILE devhelp-0.19.1-color.patch ---
diff -up devhelp-0.19.1/src/default-prefs-gecko-1-9.js.patch devhelp-0.19.1/src/default-prefs-gecko-1-9.js
--- devhelp-0.19.1/src/default-prefs-gecko-1-9.js.patch	2008-05-25 18:55:37.000000000 +0200
+++ devhelp-0.19.1/src/default-prefs-gecko-1-9.js	2008-10-23 16:47:14.000000000 +0200
@@ -1,2 +1,2 @@
-pref("browser.display.use_document_colors", false);
+//pref("browser.display.use_document_colors", false);
 


Index: devhelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/devhelp/F-9/devhelp.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- devhelp.spec	24 Sep 2008 06:09:50 -0000	1.91
+++ devhelp.spec	23 Oct 2008 14:53:14 -0000	1.92
@@ -7,13 +7,14 @@
 
 Name: devhelp
 Version: 0.19.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Summary: API document browser
 URL: http://developer.imendio.com/projects/devhelp
 Source: http://download.gnome.org/sources/devhelp/0.19/devhelp-%{version}.tar.bz2
 Patch:  devhelp-0.19-xulrunner.patch
+Patch1: devhelp-0.19.1-color.patch
 BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ### Dependencies ###
@@ -52,6 +53,7 @@
 %prep
 %setup -q -n devhelp-%{version}
 %patch -p1 -b .xulrunner
+%patch1 -p1 -b .color
 
 %build
 %configure --disable-static
@@ -135,6 +137,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Oct 23 2008 Martin Stransky <stransky at redhat.com> - 0.19.1-5
+- fixed #399441 - devhelp compiled against xulrunner 
+  doesn't seem to pick up css
+
 * Wed Sep 24 2008 Christopher Aillon <caillon at redhat.com> - 0.19.1-4
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list