rpms/devhelp/devel devhelp-0.12-transparent.patch, NONE, 1.1 devhelp.spec, 1.47, 1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 15 03:35:07 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/devhelp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8022

Modified Files:
	devhelp.spec 
Added Files:
	devhelp-0.12-transparent.patch 
Log Message:
fix transparent headers


devhelp-0.12-transparent.patch:
 default-prefs-gecko-1-8.js |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE devhelp-0.12-transparent.patch ---
--- devhelp-0.12/src/default-prefs-gecko-1-8.js.transparent	2006-08-14 23:32:41.000000000 -0400
+++ devhelp-0.12/src/default-prefs-gecko-1-8.js	2006-08-14 23:32:58.000000000 -0400
@@ -1,4 +1,4 @@
 // use system colours
 pref("browser.display.use_system_colors", true);
-pref("browser.display.use_document_colors", false);
+//pref("browser.display.use_document_colors", false);
 


Index: devhelp.spec
===================================================================
RCS file: /cvs/dist/rpms/devhelp/devel/devhelp.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- devhelp.spec	14 Aug 2006 14:55:10 -0000	1.47
+++ devhelp.spec	15 Aug 2006 03:35:04 -0000	1.48
@@ -1,11 +1,13 @@
 Summary:             API document browser
 Name:                devhelp
 Version:             0.12
-Release:             3
+Release:             4%{?dist}
 License:             GPL
 Group:               Development/Tools
 Url:                 http://ftp.gnome.org/pub/gnome/sources/devhelp/
 Source:              %{name}-%{version}.tar.bz2
+# fixed in cvs
+Patch0:		     devhelp-0.12-transparent.patch
 BuildRoot:           %{_tmppath}/%{name}-%{version}-root
 
 Requires:            gtk2 >= 2.2.0
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .transparent
 
 %build
 %configure
@@ -110,6 +113,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Aug 14 2006 Matthias Clasen <mclasen at redhat.com> - 0.12-4.fc6
+- Fix transparent headers
+
 * Mon Aug 14 2006 Matthew Barnes <mbarnes at redhat.com> - 0.12-3
 - Add missing Requires to devel package.
 




More information about the fedora-cvs-commits mailing list