packages: SVGATextMode/SVGATextMode.spec, SVGATextMode/SVGATextMode-page.pa...

witekfl witekfl at pld-linux.org
Wed May 18 19:27:42 CEST 2011


Author: witekfl                      Date: Wed May 18 17:27:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added page.patch (probably wrong, but asm/page.h was not found)

---- Files affected:
packages/SVGATextMode:
   SVGATextMode.spec (1.50 -> 1.51) , SVGATextMode-page.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/SVGATextMode/SVGATextMode.spec
diff -u packages/SVGATextMode/SVGATextMode.spec:1.50 packages/SVGATextMode/SVGATextMode.spec:1.51
--- packages/SVGATextMode/SVGATextMode.spec:1.50	Mon Feb 12 22:23:45 2007
+++ packages/SVGATextMode/SVGATextMode.spec	Wed May 18 19:27:36 2011
@@ -7,7 +7,7 @@
 Summary(uk.UTF-8):	Утиліта для покращення зовнішнього вигляду текстових консолей
 Name:		SVGATextMode
 Version:	1.10
-Release:	18
+Release:	19
 License:	GPL
 Group:		Applications/System
 Source0:	ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}-src.tar.gz
@@ -24,6 +24,7 @@
 Patch9:		%{name}-alpha.patch
 Patch10:	%{name}-gcc33.patch
 Patch11:	%{name}-gcc4.patch
+Patch12:	%{name}-page.patch
 URL:		http://freshmeat.net/projects/svgatextmode/
 BuildRequires:	bison
 BuildRequires:	flex
@@ -107,6 +108,7 @@
 %endif
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %{__make} dep \
@@ -149,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2011/05/18 17:27:36  witekfl
+- added page.patch (probably wrong, but asm/page.h was not found)
+
 Revision 1.50  2007/02/12 21:23:45  glen
 - tabs in preamble
 

================================================================
Index: packages/SVGATextMode/SVGATextMode-page.patch
diff -u /dev/null packages/SVGATextMode/SVGATextMode-page.patch:1.1
--- /dev/null	Wed May 18 19:27:42 2011
+++ packages/SVGATextMode/SVGATextMode-page.patch	Wed May 18 19:27:36 2011
@@ -0,0 +1,11 @@
+--- SVGATextMode-1.10/ttyresize.c.old	2011-05-18 17:12:39.000000000 +0200
++++ SVGATextMode-1.10/ttyresize.c	2011-05-18 17:13:03.000000000 +0200
+@@ -42,7 +42,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <asm/page.h>	/* for PAGE_SIZE */
++#include <asm-generic/page.h>	/* for PAGE_SIZE */
+ #include <linux/vt.h>   /* for VT_RESIZE */
+ #include <sys/ioctl.h>
+ #include <sys/wait.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SVGATextMode/SVGATextMode.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list