rpms/ncurses/devel ncurses-5.5-chtypeaslong2.patch, NONE, 1.1 ncurses.spec, 1.52, 1.53

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 16:11:23 UTC 2006


Author: praszyk

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

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


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

--- NEW FILE ncurses-5.5-chtypeaslong2.patch ---
--- ncurses-5.5/widec/include/curses.h.rasold	2006-01-27 17:05:32.000000000 +0100
+++ ncurses-5.5/widec/include/curses.h	2006-01-27 17:05:40.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 17:05:00.000000000 +0100
+++ ncurses-5.5/narrowc/include/curses.h	2006-01-27 17:05:09.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.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ncurses.spec	27 Jan 2006 15:58:32 -0000	1.52
+++ ncurses.spec	27 Jan 2006 16:11:21 -0000	1.53
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 14
+Release: 15
 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-chtypeaslongint.patch
+Patch4: ncurses-5.5-chtypeaslong2.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 .chtypeaslongint
+%patch4 -p1 -b .chtypeaslong2
 
 %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-15
+- Rebuild.
+
 * Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-14
 - Rebuild.
 
@@ -177,7 +180,7 @@
 * Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-11
 - According Henrik Nordstrom (hno at squid-cache.org)
   Diff between the two versions of curses.h on x86_64
-  Patch ncurses-5.5-chtypeaslong.patch
+  Patch ncurses-5.5-chtypeaslong2.patch
   See #178824
 
 * Fri Dec 23 2005 Petr Raszyk <praszyk at redhat.com> 5.5-10




More information about the fedora-cvs-commits mailing list