rpms/rhgb/devel rhgb-0.17.6-change-color.patch, NONE, 1.1 rhgb.spec, 1.77, 1.78

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Tue Aug 28 03:17:44 UTC 2007


Author: rstrode

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

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-0.17.6-change-color.patch 
Log Message:
- change colors around a bit


rhgb-0.17.6-change-color.patch:

--- NEW FILE rhgb-0.17.6-change-color.patch ---
diff -up rhgb-0.17.6/src/splash.c.change-color rhgb-0.17.6/src/splash.c
--- rhgb-0.17.6/src/splash.c.change-color	2007-08-27 23:08:45.000000000 -0400
+++ rhgb-0.17.6/src/splash.c	2007-08-27 23:15:16.000000000 -0400
@@ -44,9 +44,9 @@
 
 static const char *init_redirect[] = { "/sbin/change_console", "-f", NULL };
 static GdkColor start_color = {0, 0xFFFF, 0xFFFF, 0xFFFF};
-static GdkColor end_color = {0, 0x0000, 0x2020, 0x4444};
-static GdkColor background = {0, 0x0000, 0x1B1B, 0x5252};
-static GdkColor highlight = {0, 0x1C1C, 0x2929, 0x5959};
+static GdkColor end_color = {0, 0x1919, 0x3b3b, 0x5353};
+static GdkColor background = {0, 0x2020, 0x4B4B, 0x6969};
+static GdkColor highlight = {0, 0x2f2f, 0x5656, 0x7676};
 static GdkColor prelight = {0, 0x3131, 0x3333, 0x4242};
 #define N_STEPS 20
 


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- rhgb.spec	8 Aug 2007 15:41:39 -0000	1.77
+++ rhgb.spec	28 Aug 2007 03:17:12 -0000	1.78
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2
@@ -19,6 +19,7 @@
 Patch0: rhgb-0.17.6-fix-font-patch.patch
 Patch1: rhgb-0.17.6-dont-show-details-after-timeout.patch
 Patch2: rhgb-0.17.6-support-manual-switch.patch
+Patch3: rhgb-0.17.6-change-color.patch
 
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
@@ -27,6 +28,8 @@
 %setup -q
 %patch0 -p1 -b .fix-font-path
 %patch1 -p1 -b .dont-show-details-after-timeout
+%patch2 -p1 -b .support-manual-switch
+%patch3 -p1 -b .change-color
 
 %build
 %configure
@@ -56,6 +59,9 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Mon Aug 27 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-5
+- change colors around a bit
+
 * Wed Aug  8 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-4
 - don't go to details view after timeout (bug 251321)
 - don't revert from details view if user explicitly picked it 




More information about the fedora-extras-commits mailing list