rpms/rhgb/devel rhgb-0.17.6-change-color.patch, 1.1, 1.2 rhgb.spec, 1.79, 1.80

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Tue Aug 28 04:36:16 UTC 2007


Author: rstrode

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

Modified Files:
	rhgb-0.17.6-change-color.patch rhgb.spec 
Log Message:
- more color changes
- drop image that isn't used in new theme


rhgb-0.17.6-change-color.patch:

Index: rhgb-0.17.6-change-color.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb-0.17.6-change-color.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rhgb-0.17.6-change-color.patch	28 Aug 2007 03:17:12 -0000	1.1
+++ rhgb-0.17.6-change-color.patch	28 Aug 2007 04:35:43 -0000	1.2
@@ -1,16 +1,32 @@
 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 @@
+--- rhgb-0.17.6/src/splash.c.change-color	2007-08-28 00:02:34.000000000 -0400
++++ rhgb-0.17.6/src/splash.c	2007-08-28 00:30:22.000000000 -0400
+@@ -43,11 +43,11 @@
+ 
  
  static const char *init_redirect[] = { "/sbin/change_console", "-f", NULL };
- static GdkColor start_color = {0, 0xFFFF, 0xFFFF, 0xFFFF};
+-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 prelight = {0, 0x3131, 0x3333, 0x4242};
++static GdkColor start_color = {0, 0x1a1a, 0x1a1a, 0x1a1a};
++static GdkColor end_color = {0, 0x4848, 0x7474, 0x9c9c};
 +static GdkColor background = {0, 0x2020, 0x4B4B, 0x6969};
-+static GdkColor highlight = {0, 0x2f2f, 0x5656, 0x7676};
- static GdkColor prelight = {0, 0x3131, 0x3333, 0x4242};
++static GdkColor highlight = {0, 0x4646, 0x6e6e, 0x9292};
++static GdkColor prelight = {0, 0x4343, 0x6a6a, 0x8c8c};
  #define N_STEPS 20
  
+ 
+@@ -333,9 +333,9 @@ event_box_expose (GtkWidget      *widget
+ {
+   GdkPixbuf *pixbuf;
+ 
+-  if (!GTK_WIDGET_DRAWABLE (widget))
++  if (!GTK_WIDGET_DRAWABLE (widget) || "we aren't using progress.png")
+     return FALSE;
+-  
++
+   pixbuf = g_object_get_data (G_OBJECT (widget), "pixbuf");
+ 
+   if (!pixbuf || 


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- rhgb.spec	28 Aug 2007 03:24:18 -0000	1.79
+++ rhgb.spec	28 Aug 2007 04:35:43 -0000	1.80
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.6
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2
@@ -60,6 +60,10 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Mon Aug 27 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-6
+- more color changes
+- drop image that isn't used in new theme
+
 * Mon Aug 27 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-5
 - change colors around a bit
 - BuildRequires: popt-devel




More information about the fedora-extras-commits mailing list