- avoid comparing padding in cchar_t structure (#182024)

This commit is contained in:
Miroslav Lichvar 2006-02-27 16:45:35 +00:00
parent 404ae74549
commit 99e9386d99

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses
Version: 5.5
%define includedirw %{_includedir}/ncursesw
Release: 18.2
Release: 19
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-cmppad.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 .cmppad
%build
CFLAGS="%{optflags} -DPURE_TERMINFO -DSVR4_CURSES"
@ -165,6 +167,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Mon Feb 27 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5.5-19
- avoid comparing padding in cchar_t structure (#182024)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.5-18.2
- bump again for double-long bug on ppc(64)