From 47d982bf59065b3d812c605127299329ed9250ed Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Apr 01 2008 12:56:14 +0000 Subject: - Remove asm/page.h include, replaced by using sysconf --- diff --git a/jfbterm-0.4.7-pagemask_userspace.patch b/jfbterm-0.4.7-pagemask_userspace.patch index 2eec8ff..ac54774 100644 --- a/jfbterm-0.4.7-pagemask_userspace.patch +++ b/jfbterm-0.4.7-pagemask_userspace.patch @@ -1,3 +1,13 @@ +--- jfbterm-0.4.7/fbcommon.c.pagemask 2008-04-01 21:50:49.000000000 +0900 ++++ jfbterm-0.4.7/fbcommon.c 2008-04-01 21:51:12.000000000 +0900 +@@ -46,7 +46,6 @@ + #endif + #include + #include +-#include + + #include "mytypes.h" + #include "fbcommon.h" --- jfbterm-0.4.7/fbcommon.h.pagemask 2003-09-03 00:24:06.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.h 2007-08-22 17:30:49.000000000 +0900 @@ -30,6 +30,14 @@ diff --git a/jfbterm.spec b/jfbterm.spec index 1f8080a..144be61 100644 --- a/jfbterm.spec +++ b/jfbterm.spec @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 15%{?dist}.2 +Release: 16%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -189,6 +189,9 @@ iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %endif %changelog +* Tue Apr 1 2008 Mamoru Tasaka - 0.4.7-16 +- Remove asm/page.h include, replaced by using sysconf + * Sat Feb 9 2008 Mamoru Tasaka - Rebuild against gcc43