rpms/ncurses/devel ncurses-5.5-chtypeaslong3.patch, NONE, 1.1 ncurses.spec, 1.53, 1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 16:21:52 UTC 2006


Author: praszyk

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

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


ncurses-5.5-chtypeaslong3.patch:
 curses.h.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ncurses-5.5-chtypeaslong3.patch ---
--- ncurses-5.5/include/curses.h.in.rasold	2006-01-27 17:20:05.000000000 +0100
+++ ncurses-5.5/include/curses.h.in	2006-01-27 17:20:35.000000000 +0100
@@ -115,7 +115,7 @@
 typedef unsigned chtype;
 typedef unsigned mmask_t;
 #else
-typedef unsigned @cf_cv_typeof_chtype@ chtype;
+typedef unsigned long int chtype;
 typedef unsigned @cf_cv_typeof_mmask_t@ mmask_t;
 #endif
 


Index: ncurses.spec
===================================================================
RCS file: /cvs/dist/rpms/ncurses/devel/ncurses.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ncurses.spec	27 Jan 2006 16:11:21 -0000	1.53
+++ ncurses.spec	27 Jan 2006 16:21:50 -0000	1.54
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 15
+Release: 16
 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-chtypeaslong2.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 .chtypeaslong2
+#%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-16
+- Rebuild.
+
 * Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-15
 - Rebuild.
 




More information about the fedora-cvs-commits mailing list