rpms/ncurses/devel ncurses-5.5-chtypeaslong.patch, 1.1, 1.2 ncurses.spec, 1.49, 1.50

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 15:37:24 UTC 2006


Author: praszyk

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

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


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

Index: ncurses-5.5-chtypeaslong.patch
===================================================================
RCS file: /cvs/dist/rpms/ncurses/devel/ncurses-5.5-chtypeaslong.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncurses-5.5-chtypeaslong.patch	27 Jan 2006 12:39:42 -0000	1.1
+++ ncurses-5.5-chtypeaslong.patch	27 Jan 2006 15:37:21 -0000	1.2
@@ -1,11 +1,22 @@
---- ncurses-5.5/configure.in.rasold	2006-01-27 13:22:31.000000000 +0100
-+++ ncurses-5.5/configure.in	2006-01-27 13:23:28.000000000 +0100
-@@ -673,7 +673,7 @@
- ###   use option --with-chtype to override chtype's type
- AC_MSG_CHECKING(for type of chtype)
- AC_ARG_WITH(chtype,
--	[  --with-chtype=TYPE      override type of chtype],
-+	[  --with-chtype="  unsigned  long  "
- 	[NCURSES_CHTYPE="$withval"],
- 	[NCURSES_CHTYPE=auto])
- AC_MSG_RESULT($NCURSES_CHTYPE)
+--- 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.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ncurses.spec	27 Jan 2006 12:39:42 -0000	1.49
+++ ncurses.spec	27 Jan 2006 15:37:21 -0000	1.50
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 11
+Release: 12
 License: distributable
 Group: System Environment/Libraries
 URL: http://dickey.his.com/ncurses/ncurses.html
@@ -165,6 +165,9 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* Fri Jan 27 2006 Petr Raszyk <praszyk at redhat.com> 5.5-12
+- Rebuild.
+
 * 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




More information about the fedora-cvs-commits mailing list