rpms/zhcon/F-12 .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 sources, 1.5, 1.6 zhcon-0.2.6-gcc43.patch, 1.2, 1.3 zhcon.spec, 1.14, 1.15

Ding-Yi Chen dchen at fedoraproject.org
Tue Jan 5 00:03:18 UTC 2010


Author: dchen

Update of /cvs/pkgs/rpms/zhcon/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29457/F-12

Modified Files:
	.cvsignore import.log sources zhcon-0.2.6-gcc43.patch 
	zhcon.spec 
Log Message:
Fixed Bug 539125 -  FTBFS


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zhcon/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	25 Nov 2008 03:51:39 -0000	1.5
+++ .cvsignore	5 Jan 2010 00:03:18 -0000	1.6
@@ -1,2 +1,2 @@
-zhcon_0.2.6-5.2.diff.gz
 zhcon_0.2.6.orig.tar.gz
+zhcon_0.2.6-6.diff.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/zhcon/F-12/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	25 Nov 2008 03:51:39 -0000	1.4
+++ import.log	5 Jan 2010 00:03:18 -0000	1.5
@@ -2,3 +2,4 @@ zhcon-0_2_6-9_el5:HEAD:zhcon-0.2.6-9.el5
 zhcon-0_2_6-10_fc9:HEAD:zhcon-0.2.6-10.fc9.src.rpm:1217222754
 zhcon-0_2_6-11_fc9:HEAD:zhcon-0.2.6-11.fc9.src.rpm:1227579222
 zhcon-0_2_6-12_fc9:HEAD:zhcon-0.2.6-12.fc9.src.rpm:1227584988
+zhcon-0_2_6-15_fc12:F-12:zhcon-0.2.6-15.fc12.src.rpm:1262649703


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zhcon/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	25 Nov 2008 03:51:39 -0000	1.5
+++ sources	5 Jan 2010 00:03:18 -0000	1.6
@@ -1,2 +1,2 @@
-e7f30d5ecc493ff8e090192fda0116b5  zhcon_0.2.6-5.2.diff.gz
 0f765cbe444776c9051a2b7c213737eb  zhcon_0.2.6.orig.tar.gz
+a1d07899e465df3e0c9c2d4fcd8a23b4  zhcon_0.2.6-6.diff.gz

zhcon-0.2.6-gcc43.patch:
 ./src/basefont.cpp            |    1 +
 ./src/big5decoder.cpp         |    3 ++-
 ./src/display/fblinear16.cpp  |    3 ++-
 ./src/display/fblinear24.cpp  |   18 ++++++++++++------
 ./src/display/fblinear32.cpp  |    3 ++-
 ./src/display/fblinear4.cpp   |    1 +
 ./src/display/fblinear8.cpp   |    7 +++++--
 ./src/display/fbvgaplanes.cpp |    1 +
 ./src/encfilter.c             |    5 ++++-
 ./src/gbkdecoder.cpp          |    6 ++++--
 ./src/iconv_string.c          |    4 ++--
 ./src/nativeinputserver.h     |    2 +-
 ./src/window.cpp              |    2 ++
 ./src/winime.cpp              |    5 +++--
 ./src/zhcon.cpp               |    9 ++++++---
 src/display/vgadev.cpp        |    1 +
 src/inputmanager.h            |    1 +
 17 files changed, 50 insertions(+), 22 deletions(-)

Index: zhcon-0.2.6-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/zhcon/F-12/zhcon-0.2.6-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- zhcon-0.2.6-gcc43.patch	25 Nov 2008 02:14:18 -0000	1.2
+++ zhcon-0.2.6-gcc43.patch	5 Jan 2010 00:03:18 -0000	1.3
@@ -175,24 +175,6 @@ diff -up ./src/gbkdecoder.cpp.gcc43 ./sr
          n += (c2 - 0x40);
      return n;
  }
-diff -up ./src/graphdev.cpp.gcc43 ./src/graphdev.cpp
---- ./src/graphdev.cpp.gcc43	2006-04-25 02:38:26.000000000 +1000
-+++ ./src/graphdev.cpp	2008-07-15 12:31:16.000000000 +1000
-@@ -20,12 +20,14 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
- #include <sys/mman.h>
- #include <assert.h>
- #include <iostream>
-+#include <string.h>
- #include "debug.h"
- 
- #include "display/fbdev.h"
 diff -up ./src/iconv_string.c.gcc43 ./src/iconv_string.c
 --- ./src/iconv_string.c.gcc43	2006-04-25 02:38:27.000000000 +1000
 +++ ./src/iconv_string.c	2008-07-15 12:31:16.000000000 +1000
@@ -225,17 +207,6 @@ diff -up src/inputmanager.h.gcc43 src/in
  
  #include "mouse.h"
  #if defined(__FreeBSD__)
-diff -up ./src/inputmanager.cpp.gcc43 ./src/inputmanager.cpp
---- ./src/inputmanager.cpp.gcc43	2006-05-03 03:18:39.000000000 +1000
-+++ ./src/inputmanager.cpp	2008-07-15 12:31:16.000000000 +1000
-@@ -24,6 +24,7 @@ using namespace std;
- #include <unistd.h>
- #include <sys/time.h>
- #include <string>
-+#include <stdlib.h>
- 
- #include "global.h"
- #include "debug.h"
 --- ./src/nativeinputserver.h.gcc43	2006-04-25 02:38:26.000000000 +1000
 +++ ./src/nativeinputserver.h	2008-07-15 12:31:16.000000000 +1000
 @@ -62,7 +62,7 @@ class NativeInputServer : public InputSe


Index: zhcon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zhcon/F-12/zhcon.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- zhcon.spec	27 Jul 2009 09:01:33 -0000	1.14
+++ zhcon.spec	5 Jan 2010 00:03:18 -0000	1.15
@@ -1,12 +1,12 @@
 Name: zhcon
 Summary: A Fast Console CJK System Using FrameBuffer
 Version: 0.2.6
-Release: 14%{?dist}
+Release: 15%{?dist}
 Group: Applications/System
 License: GPLv2+
 URL:   http://zhcon.sourceforge.net/
 Source0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}.orig.tar.gz
-Patch0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}-5.2.diff.gz
+Patch0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}-6.diff.gz
 Patch1: %{name}-%{version}-flags.patch
 Patch2: %{name}-%{version}-path-define.patch
 Patch3: %{name}-%{version}-gcc43.patch
@@ -47,7 +47,7 @@ zhcon 是一個支援 Framebuffer 與多
 現支援的內碼有: UTF8, GB2312, GBK, BIG5, JIS 及 KSC。
 %prep
 %setup -q
-%patch0 -p1 -b .5-2
+%patch0 -p1 -b .6-diff
 %patch1 -p1 -b .flags
 %patch2 -p0 -b .path-define
 %patch3 -p0 -b .gcc43
@@ -85,6 +85,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/%{name}/
 
 %changelog
+* Mon Jan 04 2010 Ding-Yi Chen <dchen at redhat dot com> - 0.2.6-15
+- Applied Debian's zhcon_0.2.6-6.diff.gz patch.
+- Fixed Bug 539125 -  FTBFS zhcon-0.2.6-14.fc12
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.6-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list