rpms/ncurses/devel ncurses-5.5-chtypeaslongint.patch, NONE, 1.1 ncurses.spec, 1.50, 1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 15:49:19 UTC 2006


Author: praszyk

Update of /cvs/dist/rpms/ncurses/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1429

Modified Files:
	ncurses.spec 
Added Files:
	ncurses-5.5-chtypeaslongint.patch 
Log Message:
Rebuild.


ncurses-5.5-chtypeaslongint.patch:
 narrowc/include/curses.h |    2 +-
 widec/include/curses.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ncurses-5.5-chtypeaslongint.patch ---
--- ncurses-5.5/widec/include/curses.h.rasold	2006-01-27 16:27:26.000000000 +0100
+++ ncurses-5.5/widec/include/curses.h	2006-01-27 16:27:35.000000000 +0100
@@ -115,7 +115,7 @@
 typedef unsigned chtype;
 typedef unsigned mmask_t;
 #else
-typedef unsigned long chtype;
+typedef unsigned long int chtype;
 typedef unsigned long mmask_t;
 #endif
 
--- ncurses-5.5/narrowc/include/curses.h.rasold	2006-01-27 16:26:29.000000000 +0100
+++ ncurses-5.5/narrowc/include/curses.h	2006-01-27 16:27:00.000000000 +0100
@@ -115,7 +115,7 @@
 typedef unsigned chtype;
 typedef unsigned mmask_t;
 #else
-typedef unsigned long chtype;
+typedef unsigned long int chtype;
 typedef unsigned long mmask_t;
 #endif
 


Index: ncurses.spec
===================================================================
RCS file: /cvs/dist/rpms/ncurses/devel/ncurses.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ncurses.spec	27 Jan 2006 15:37:21 -0000	1.50
+++ ncurses.spec	27 Jan 2006 15:49:16 -0000	1.51
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 12
+Release: 13
 License: distributable
 Group: System Environment/Libraries
 URL: http://dickey.his.com/ncurses/ncurses.html
@@ -14,7 +14,7 @@
 Patch1: ncurses-5.4-xterm-kbs.patch
 Patch2: ncurses-5.4-filter.patch
 Patch3: ncurses-5.4-endwinfilter.patch
-Patch4: ncurses-5.5-chtypeaslong.patch
+Patch4: ncurses-5.5-chtypeaslongint.patch
 BuildRequires: sharutils
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -52,7 +52,7 @@
 %patch1 -p1 -b .xterm-kbs
 %patch2 -p1 -b .filter
 %patch3 -p1 -b .endwinfilter
-%patch4 -p1 -b .chtypeaslong
+%patch4 -p1 -b .chtypeaslongint
 
 %build
 CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@@ -165,6 +165,9 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-13
+- Rebuild.
+
 * Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-12
 - Rebuild.
 




More information about the fedora-cvs-commits mailing list