rpms/initng/FC-6 fontbug.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 initng.spec, 1.10, 1.11 sources, 1.4, 1.5

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Mon May 7 08:53:22 UTC 2007


Author: danielm

Update of /cvs/extras/rpms/initng/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5441

Modified Files:
	.cvsignore initng.spec sources 
Added Files:
	fontbug.patch 
Log Message:
initng-0.6.10 for FC-6


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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Feb 2007 17:55:00 -0000	1.4
+++ .cvsignore	7 May 2007 08:52:44 -0000	1.5
@@ -1 +1 @@
-initng-0.6.9.tar.bz2
+initng-0.6.10.tar.bz2


Index: initng.spec
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/initng.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- initng.spec	12 Feb 2007 17:55:00 -0000	1.10
+++ initng.spec	7 May 2007 08:52:44 -0000	1.11
@@ -1,18 +1,19 @@
 Summary: Programs which control basic system processes
 Name: initng
-Version: 0.6.9
-Release: 3%{?dist}
+Version: 0.6.10
+Release: 2%{?dist}
 License: GPL
 URL: http://www.initng.org
 Group: System Environment/Base
 Source0: http://download.initng.org/%{name}/v0.6/%{name}-%{version}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: filesystem
-Requires: initng(ifiles) >= 0.0.6
+Requires: initng(ifiles) >= 0.1.2
 BuildRequires: libselinux-devel libsepol-devel cmake
 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,12 @@
 /%{_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
+
 * Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-3
 - Use correct opt flags as suggested in BZ #225100
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Feb 2007 17:55:00 -0000	1.4
+++ sources	7 May 2007 08:52:44 -0000	1.5
@@ -1 +1 @@
-dfaa7a90e86ae7af6f7daa443e5cb7c7  initng-0.6.9.tar.bz2
+129f6fbd8cdae06ac3313d672bfb74ab  initng-0.6.10.tar.bz2




More information about the fedora-extras-commits mailing list