rpms/rhgb/devel rhgb-9.0.0-new-color.patch, NONE, 1.1 rhgb.spec, 1.96, 1.97

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Mon Apr 7 01:13:26 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/rhgb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26258

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-9.0.0-new-color.patch 
Log Message:
- Use lighter color


rhgb-9.0.0-new-color.patch:

--- NEW FILE rhgb-9.0.0-new-color.patch ---
diff -up rhgb-9.0.0/src/splash.c.new-color rhgb-9.0.0/src/splash.c
--- rhgb-9.0.0/src/splash.c.new-color	2008-04-06 21:08:28.000000000 -0400
+++ rhgb-9.0.0/src/splash.c	2008-04-06 21:08:42.000000000 -0400
@@ -43,7 +43,7 @@
 
 
 static const char *init_redirect[] = { "/sbin/change_console", "-f", NULL };
-static GdkColor background = {0, 0x1010, 0x2d2d, 0x5e5e};
+static GdkColor background = {0, 0x1010, 0x3d3d, 0x7777};
 static GdkColor highlight = {0, 0x0e0e, 0x2323, 0x4545};
 static GdkColor prelight = {0, 0x0e0e, 0x2424, 0x4545};
 #define N_STEPS 20


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- rhgb.spec	1 Apr 2008 15:15:21 -0000	1.96
+++ rhgb.spec	7 Apr 2008 01:12:22 -0000	1.97
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 9.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
@@ -19,11 +19,14 @@
 Requires: system-logos
 Requires: inotify-tools
 
+Patch0: rhgb-9.0.0-new-color.patch
+
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
 
 %prep
 %setup -q
+%patch0 -p1 -b .new-color
 
 %build
 %configure
@@ -53,6 +56,9 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Sun Apr  6 2008 Ray Strode <rstrode at redhat.com> - 1:9.0.0-2
+- Use lighter color
+
 * Tue Apr  1 2008 Ray Strode <rstrode at redhat.com> - 1:9.0.0-1
 - Update to 9.0.0 to get new fedora artwork
 




More information about the fedora-extras-commits mailing list