Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering 0560ec5232 dist-git conversion 2010-07-29 16:29:41 +00:00
Ding-Yi Chen e49597f46f Fixed Bug 539125 - FTBFS 2010-01-04 23:38:03 +00:00
Bill Nottingham 94538fc64b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:51 +00:00
Jesse Keating 255d3c24a7 Initialize branch F-11 for zhcon 2009-04-15 05:07:31 +00:00
6 changed files with 12 additions and 59 deletions

View File

@ -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

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: zhcon
# $Id$
NAME := zhcon
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,4 +0,0 @@
zhcon-0_2_6-9_el5:HEAD:zhcon-0.2.6-9.el5.src.rpm:1216096288
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

View File

@ -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

View File

@ -175,24 +175,6 @@ diff -up ./src/gbkdecoder.cpp.gcc43 ./src/gbkdecoder.cpp
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/inputmanager.h
#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

View File

@ -1,12 +1,12 @@
Name: zhcon
Summary: A Fast Console CJK System Using FrameBuffer
Version: 0.2.6
Release: 13%{?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 與多内碼的 Linux 中日韓文主控台。
現支援的內碼有: 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,13 @@ 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@lists.fedoraproject.org> - 0.2.6-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.6-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild