rpms/rhgb/devel rhgb-0.17.6-drop-strings.patch, NONE, 1.1 rhgb.spec, 1.80, 1.81

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Tue Sep 4 21:33:08 UTC 2007


Author: rstrode

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

Modified Files:
	rhgb.spec 
Added Files:
	rhgb-0.17.6-drop-strings.patch 
Log Message:
- don't show strings like 
  "Starting random number generator"
  and
  "Starting console mouse services"
  anymore, since the subset we support aren't that good
  anyway, and it causes a lot of stutter when booting


rhgb-0.17.6-drop-strings.patch:

--- NEW FILE rhgb-0.17.6-drop-strings.patch ---
diff -up rhgb-0.17.6/src/main.c.drop-strings rhgb-0.17.6/src/main.c
--- rhgb-0.17.6/src/main.c.drop-strings	2007-09-04 14:59:11.000000000 -0400
+++ rhgb-0.17.6/src/main.c	2007-09-04 15:02:08.000000000 -0400
@@ -636,7 +636,7 @@ update_progress_bar (const char *step)
 	       */
 	      if (text)
 		{
-		  splash_set_label (splash, text);
+		  splash_set_label (splash, NULL);
 		}
 	    }
 	  break;


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- rhgb.spec	28 Aug 2007 04:35:43 -0000	1.80
+++ rhgb.spec	4 Sep 2007 21:32:35 -0000	1.81
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2
@@ -21,6 +21,7 @@
 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
+Patch4: rhgb-0.17.6-drop-strings.patch
 
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
@@ -31,6 +32,7 @@
 %patch1 -p1 -b .dont-show-details-after-timeout
 %patch2 -p1 -b .support-manual-switch
 %patch3 -p1 -b .change-color
+%patch4 -p1 -b .drop-strings
 
 %build
 %configure
@@ -60,6 +62,14 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Tue Sep  4 2007 Ray Strode <rstrode at redhat.com> - 0.17.6-7
+- don't show strings like 
+  "Starting random number generator"
+  and
+  "Starting console mouse services"
+  anymore, since the subset we support aren't that good
+  anyway, and it causes a lot of stutter when booting
+
 * 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




More information about the scm-commits mailing list