Diff between the two versions of curses.h on x86_64, see #178824

This commit is contained in:
praszyk 2006-01-27 12:39:42 +00:00
parent 63bc0030a8
commit b744ff159d

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
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 @@ Source3: ncurses-resetall.sh
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 @@ Use the following compiler flags to build against the ncurses library:
%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}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-11
- According Henrik Nordstrom (hno@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@redhat.com> 5.5-10
- Rebuild.