rpms/initng/devel fontbug.patch,NONE,1.1 initng.spec,1.13,1.14

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Thu Mar 29 13:44:58 UTC 2007


Author: danielm

Update of /cvs/extras/rpms/initng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17764

Modified Files:
	initng.spec 
Added Files:
	fontbug.patch 
Log Message:
initng 0.6.10-2 for devel


fontbug.patch:

--- NEW FILE fontbug.patch ---
--- plugins/cpout/initng_colorprint_out.h.old	2007-03-27 12:42:35.000000000 +0200
+++ plugins/cpout/initng_colorprint_out.h	2007-03-27 12:43:48.000000000 +0200
@@ -21,10 +21,10 @@
 #define INITNG_COLORPRINT_OUT_H
 
 #define C_OFF "\033[0m"
-#define C_BLUE "\033[34;01m"
-#define C_RED "\033[01;31m"
-#define C_GREEN "\033[32;01m"
-#define C_CYAN "\033[36;01m"
+#define C_BLUE "\033[34m"
+#define C_RED "\033[31m"
+#define C_GREEN "\033[32m"
+#define C_CYAN "\033[36m"
 #define MOVE_TO_R "\033[36G"
 #define MOVE_TO_P "\033[A\033[90G"
 


Index: initng.spec
===================================================================
RCS file: /cvs/extras/rpms/initng/devel/initng.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- initng.spec	29 Mar 2007 13:16:15 -0000	1.13
+++ initng.spec	29 Mar 2007 13:44:25 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Programs which control basic system processes
 Name: initng
 Version: 0.6.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 URL: http://www.initng.org
 Group: System Environment/Base
@@ -13,6 +13,7 @@
 Requires(post): procps
 Requires(triggerin): grep coreutils
 Requires: %{name}-lib = %{version}-%{release}
+Patch0: fontbug.patch
 
 %description
 Initng is a full replacement of the old and in many ways deprecated sysvinit
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .fontbug
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -113,6 +115,9 @@
 /%{_lib}/libngcclient.so
 
 %changelog
+* Thu Mar 29 2007 Daniel Malmgren <dm at mensa.se> 0.6.10-2
+- Include patch from che to sole console font issue
+
 * Tue Mar 27 2007 Daniel Malmgren <dm at mensa.se> 0.6.10-1
 - New upstreams version
 




More information about the fedora-extras-commits mailing list