rpms/ncurses/devel ncurses-5.5-chtypeaslong.patch, NONE, 1.1 ncurses.spec, 1.48, 1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 12:39:44 UTC 2006


Author: praszyk

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

Modified Files:
	ncurses.spec 
Added Files:
	ncurses-5.5-chtypeaslong.patch 
Log Message:
Diff between the two versions of curses.h on x86_64, see #178824


ncurses-5.5-chtypeaslong.patch:
 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ncurses-5.5-chtypeaslong.patch ---
--- 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)


Index: ncurses.spec
===================================================================
RCS file: /cvs/dist/rpms/ncurses/devel/ncurses.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ncurses.spec	23 Dec 2005 10:36:18 -0000	1.48
+++ ncurses.spec	27 Jan 2006 12:39:42 -0000	1.49
@@ -2,7 +2,7 @@
 Name: ncurses
 Version: 5.5
 %define includedirw %{_includedir}/ncursesw
-Release: 10
+Release: 11
 License: distributable
 Group: System Environment/Libraries
 URL: http://dickey.his.com/ncurses/ncurses.html
@@ -14,6 +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
 BuildRequires: sharutils
 BuildRoot: %{_tmppath}/%{name}-root
 
@@ -51,6 +52,7 @@
 %patch1 -p1 -b .xterm-kbs
 %patch2 -p1 -b .filter
 %patch3 -p1 -b .endwinfilter
+%patch4 -p1 -b .chtypeaslong
 
 %build
 CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@@ -163,6 +165,12 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* 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
+  See #178824
+
 * Fri Dec 23 2005 Petr Raszyk <praszyk at redhat.com> 5.5-10
 - Rebuild.
 




More information about the fedora-cvs-commits mailing list