457cbe
%global revision 20180224
457cbe
Summary: Ncurses support utilities
457cbe
Name: ncurses
457cbe
Version: 6.1
6772ca
Release: 9.%{revision}%{?dist}
457cbe
License: MIT
457cbe
Group: System Environment/Base
457cbe
URL: https://invisible-island.net/ncurses/ncurses.html
457cbe
Source0: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz
457cbe
457cbe
Patch1: ncurses-usecap.patch
457cbe
Patch8: ncurses-config.patch
457cbe
Patch9: ncurses-libs.patch
457cbe
Patch11: ncurses-urxvt.patch
457cbe
Patch12: ncurses-kbs.patch
6772ca
Patch13: ncurses-cve-2019-17594.patch
6772ca
Patch14: ncurses-cve-2019-17595.patch
6772ca
Patch15: ncurses-tputx.patch
457cbe
BuildRequires: gcc gcc-c++ gpm-devel pkgconfig
457cbe
457cbe
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
457cbe
457cbe
%description
457cbe
The curses library routines are a terminal-independent method of
457cbe
updating character screens with reasonable optimization.  The ncurses
457cbe
(new curses) library is a freely distributable replacement for the
457cbe
discontinued 4.4 BSD classic curses library.
457cbe
457cbe
This package contains support utilities, including a terminfo compiler
457cbe
tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion
457cbe
tool captoinfo.
457cbe
457cbe
%package libs
457cbe
Summary: Ncurses libraries
457cbe
Group: System Environment/Libraries
457cbe
Requires: %{name}-base = %{version}-%{release}
457cbe
# libs introduced in 5.6-13 
457cbe
Obsoletes: ncurses < 5.6-13
457cbe
Conflicts: ncurses < 5.6-13
457cbe
Obsoletes: libtermcap < 2.0.8-48
457cbe
457cbe
%description libs
457cbe
The curses library routines are a terminal-independent method of
457cbe
updating character screens with reasonable optimization.  The ncurses
457cbe
(new curses) library is a freely distributable replacement for the
457cbe
discontinued 4.4 BSD classic curses library.
457cbe
457cbe
This package contains the ncurses libraries.
457cbe
457cbe
%package compat-libs
457cbe
Summary: Ncurses compatibility libraries
457cbe
Group: System Environment/Libraries
457cbe
Requires: %{name}-base = %{version}-%{release}
457cbe
457cbe
%description compat-libs
457cbe
The curses library routines are a terminal-independent method of
457cbe
updating character screens with reasonable optimization.  The ncurses
457cbe
(new curses) library is a freely distributable replacement for the
457cbe
discontinued 4.4 BSD classic curses library.
457cbe
457cbe
This package contains the ABI version 5 of the ncurses libraries for
457cbe
compatibility.
457cbe
457cbe
%package c++-libs
457cbe
Summary: Ncurses C++ bindings
457cbe
Group: System Environment/Libraries
457cbe
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
457cbe
457cbe
%description c++-libs
457cbe
The curses library routines are a terminal-independent method of
457cbe
updating character screens with reasonable optimization.  The ncurses
457cbe
(new curses) library is a freely distributable replacement for the
457cbe
discontinued 4.4 BSD classic curses library.
457cbe
457cbe
This package contains C++ bindings of the ncurses ABI version 6 libraries.
457cbe
457cbe
%package base
457cbe
Summary: Descriptions of common terminals
457cbe
Group: System Environment/Base
457cbe
Obsoletes: termcap < 1:5.5-2
457cbe
# base introduced in 5.6-13 
457cbe
Conflicts: ncurses < 5.6-13
457cbe
# /lib -> /usr/lib move
457cbe
Conflicts: filesystem < 3
457cbe
BuildArch: noarch
457cbe
457cbe
%description base
457cbe
This package contains descriptions of common terminals. Other terminal
457cbe
descriptions are included in the ncurses-term package.
457cbe
457cbe
%package term
457cbe
Summary: Terminal descriptions
457cbe
Group: System Environment/Base
457cbe
Requires: %{name}-base = %{version}-%{release}
457cbe
BuildArch: noarch
457cbe
457cbe
%description term
457cbe
This package contains additional terminal descriptions not found in
457cbe
the ncurses-base package.
457cbe
457cbe
%package devel
457cbe
Summary: Development files for the ncurses library
457cbe
Group: Development/Libraries
457cbe
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
457cbe
Requires: %{name}-c++-libs%{?_isa} = %{version}-%{release}
457cbe
Requires: pkgconfig
457cbe
Obsoletes: libtermcap-devel < 2.0.8-48
457cbe
Provides: libtermcap-devel = 2.0.8-48
457cbe
457cbe
%description devel
457cbe
The header files and libraries for developing applications that use
457cbe
the ncurses terminal handling library.
457cbe
457cbe
Install the ncurses-devel package if you want to develop applications
457cbe
which will use ncurses.
457cbe
457cbe
%package static
457cbe
Summary: Static libraries for the ncurses library
457cbe
Group: Development/Libraries
457cbe
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
457cbe
457cbe
%description static
457cbe
The ncurses-static package includes static libraries of the ncurses library.
457cbe
457cbe
%prep
457cbe
%setup -q -n %{name}-%{version}-%{revision}
457cbe
457cbe
%patch1 -p1 -b .usecap
457cbe
%patch8 -p1 -b .config
457cbe
%patch9 -p1 -b .libs
457cbe
%patch11 -p1 -b .urxvt
457cbe
%patch12 -p1 -b .kbs
6772ca
%patch13 -p1 -b .cve-2019-17594
6772ca
%patch14 -p1 -b .cve-2019-17595
6772ca
%patch15 -p1 -b .tputx
457cbe
457cbe
for f in ANNOUNCE; do
457cbe
    iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
457cbe
        touch -r ${f}{,_} && mv -f ${f}{_,}
457cbe
done
457cbe
457cbe
%build
457cbe
common_options="\
457cbe
    --enable-colorfgbg \
457cbe
    --enable-hard-tabs \
457cbe
    --enable-overwrite \
457cbe
    --enable-pc-files \
457cbe
    --enable-xmc-glitch \
457cbe
    --disable-stripping \
457cbe
    --disable-wattr-macros \
457cbe
    --with-cxx-shared \
457cbe
    --with-ospeed=unsigned \
457cbe
    --with-pkg-config-libdir=%{_libdir}/pkgconfig \
457cbe
    --with-shared \
457cbe
    --with-terminfo-dirs=%{_sysconfdir}/terminfo:%{_datadir}/terminfo \
457cbe
    --with-termlib=tinfo \
457cbe
    --with-ticlib=tic \
457cbe
    --with-xterm-kbs=DEL \
457cbe
    --without-ada"
457cbe
abi5_options="--with-chtype=long"
457cbe
457cbe
for abi in 5 6; do
457cbe
    for char in narrowc widec; do
457cbe
        mkdir $char$abi
457cbe
        pushd $char$abi
457cbe
        ln -s ../configure .
457cbe
457cbe
        [ $abi = 6 -a $char = widec ] && progs=yes || progs=no
457cbe
457cbe
        %configure $(
457cbe
            echo $common_options --with-abi-version=$abi
457cbe
            [ $abi = 5 ] && echo $abi5_options
457cbe
            [ $char = widec ] && echo --enable-widec
457cbe
            [ $progs = yes ] || echo --without-progs
457cbe
        )
457cbe
457cbe
        make %{?_smp_mflags} libs
457cbe
        [ $progs = yes ] && make %{?_smp_mflags} -C progs
457cbe
457cbe
        popd
457cbe
    done
457cbe
done
457cbe
457cbe
%install
457cbe
make -C narrowc5 DESTDIR=$RPM_BUILD_ROOT install.libs
457cbe
make -C widec5 DESTDIR=$RPM_BUILD_ROOT install.libs
457cbe
make -C narrowc6 DESTDIR=$RPM_BUILD_ROOT install.libs
457cbe
make -C widec6 DESTDIR=$RPM_BUILD_ROOT install.{libs,progs,data,includes,man}
457cbe
457cbe
chmod 755 ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*.*
457cbe
chmod 644 ${RPM_BUILD_ROOT}%{_libdir}/lib*.a
457cbe
457cbe
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/terminfo
457cbe
457cbe
baseterms=
457cbe
457cbe
# prepare -base and -term file lists
457cbe
for termname in \
457cbe
    ansi dumb linux vt100 vt100-nav vt102 vt220 vt52 \
457cbe
    Eterm\* aterm bterm cons25 cygwin eterm\* gnome gnome-256color hurd jfbterm \
457cbe
    konsole konsole-256color mach\* mlterm mrxvt nsterm putty{,-256color} pcansi \
457cbe
    rxvt{,-\*} screen{,-\*color,.[^mlp]\*,.linux,.mlterm\*,.putty{,-256color},.mrxvt} \
457cbe
    st{,-\*color} sun teraterm teraterm2.3 tmux{,-\*} vte vte-256color vwmterm \
457cbe
    wsvt25\* xfce xterm xterm-\*
457cbe
do
457cbe
    for i in $RPM_BUILD_ROOT%{_datadir}/terminfo/?/$termname; do
457cbe
        for t in $(find $RPM_BUILD_ROOT%{_datadir}/terminfo -samefile $i); do
457cbe
            baseterms="$baseterms $(basename $t)"
457cbe
        done
457cbe
    done
457cbe
done 2> /dev/null
457cbe
for t in $baseterms; do
457cbe
    echo "%dir %{_datadir}/terminfo/${t::1}"
457cbe
    echo %{_datadir}/terminfo/${t::1}/$t
457cbe
done 2> /dev/null | sort -u > terms.base
457cbe
find $RPM_BUILD_ROOT%{_datadir}/terminfo \! -type d | \
457cbe
    sed "s|^$RPM_BUILD_ROOT||" | while read t
457cbe
do
457cbe
    echo "%dir $(dirname $t)"
457cbe
    echo $t
457cbe
done 2> /dev/null | sort -u | comm -2 -3 - terms.base > terms.term
457cbe
457cbe
# can't replace directory with symlink (rpm bug), symlink all headers
457cbe
mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses{,w}
457cbe
for l in $RPM_BUILD_ROOT%{_includedir}/*.h; do
457cbe
    ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncurses
457cbe
    ln -s ../$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncursesw
457cbe
done
457cbe
457cbe
# don't require -ltinfo when linking with --no-add-needed
457cbe
for l in $RPM_BUILD_ROOT%{_libdir}/libncurses{,w}.so; do
457cbe
    soname=$(basename $(readlink $l))
457cbe
    rm -f $l
457cbe
    echo "INPUT($soname -ltinfo)" > $l
457cbe
done
457cbe
457cbe
rm -f $RPM_BUILD_ROOT%{_libdir}/libcurses{,w}.so
457cbe
echo "INPUT(-lncurses)" > $RPM_BUILD_ROOT%{_libdir}/libcurses.so
457cbe
echo "INPUT(-lncursesw)" > $RPM_BUILD_ROOT%{_libdir}/libcursesw.so
457cbe
457cbe
echo "INPUT(-ltinfo)" > $RPM_BUILD_ROOT%{_libdir}/libtermcap.so
457cbe
457cbe
rm -f $RPM_BUILD_ROOT%{_bindir}/ncurses*5-config
457cbe
rm -f $RPM_BUILD_ROOT%{_libdir}/terminfo
457cbe
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*_g.pc
457cbe
457cbe
bzip2 NEWS
457cbe
457cbe
%ldconfig_scriptlets libs
457cbe
457cbe
%ldconfig_scriptlets c++-libs
457cbe
457cbe
%ldconfig_scriptlets compat-libs
457cbe
457cbe
%files
457cbe
%doc ANNOUNCE AUTHORS NEWS.bz2 README TO-DO
457cbe
%{_bindir}/[cirt]*
457cbe
%{_mandir}/man1/[cirt]*
457cbe
%{_mandir}/man5/*
457cbe
%{_mandir}/man7/*
457cbe
457cbe
%files libs
457cbe
%exclude %{_libdir}/libncurses++*.so.6*
457cbe
%{_libdir}/lib*.so.6*
457cbe
457cbe
%files compat-libs
457cbe
%{_libdir}/lib*.so.5*
457cbe
457cbe
%files c++-libs
457cbe
%{_libdir}/libncurses++*.so.6*
457cbe
457cbe
%files base -f terms.base
457cbe
%{!?_licensedir:%global license %%doc}
457cbe
%license COPYING
457cbe
%doc README
457cbe
%dir %{_sysconfdir}/terminfo
457cbe
%{_datadir}/tabset
457cbe
%dir %{_datadir}/terminfo
457cbe
457cbe
%files term -f terms.term
457cbe
457cbe
%files devel
457cbe
%doc doc/html/hackguide.html
457cbe
%doc doc/html/ncurses-intro.html
457cbe
%doc c++/README*
457cbe
%doc misc/ncurses.supp
457cbe
%{_bindir}/ncurses*-config
457cbe
%{_libdir}/lib*.so
457cbe
%{_libdir}/pkgconfig/*.pc
457cbe
%dir %{_includedir}/ncurses
457cbe
%dir %{_includedir}/ncursesw
457cbe
%{_includedir}/ncurses/*.h
457cbe
%{_includedir}/ncursesw/*.h
457cbe
%{_includedir}/*.h
457cbe
%{_mandir}/man1/ncurses*-config*
457cbe
%{_mandir}/man3/*
457cbe
457cbe
%files static
457cbe
%{_libdir}/lib*.a
457cbe
457cbe
%changelog
6772ca
* Tue May 18 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.1-9.20180224
6772ca
- fix tput to accept -x option (#1916340)
6772ca
6772ca
* Tue May 18 2021 Miroslav Lichvar <mlichvar@redhat.com> 6.1-8.20180224
6772ca
- fix buffer overflow in terminfo entry hashtable (CVE-2019-17594)
6772ca
- handle missing character after backslash in terminfo entry (CVE-2019-17595)
6772ca
457cbe
* Wed Jan 16 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-7.20180224
457cbe
- disable stripping on program installation (#1665177)
457cbe
457cbe
* Tue Jan 08 2019 Miroslav Lichvar <mlichvar@redhat.com> 6.1-6.20180224
457cbe
- rebuild with latest gcc (#1648947)
457cbe
457cbe
* Fri Jul 27 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-5.20180224
457cbe
- fix crash in parsing of terminfo use capability (CVE-2018-10754)
457cbe
- add gcc-c++ to build requirements
457cbe
457cbe
* Mon Feb 26 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-4.20180224
457cbe
- update to 6.1-20180224
457cbe
- add gcc to build requirements
457cbe
457cbe
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-3.20180129
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
457cbe
457cbe
* Tue Jan 30 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-2.20180129
457cbe
- update to 6.1-20180129
457cbe
- use macro for ldconfig scriptlets
457cbe
457cbe
* Mon Jan 29 2018 Miroslav Lichvar <mlichvar@redhat.com> 6.1-1.20180127
457cbe
- update to 6.1-20180127
457cbe
457cbe
* Thu Nov 30 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-15.20171125
457cbe
- update to 6.0-20171125 (CVE-2017-16879)
457cbe
457cbe
* Wed Sep 20 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-14.20170916
457cbe
- update to 6.0-20170916 (CVE-2017-13728 CVE-2017-13729 CVE-2017-13730
457cbe
  CVE-2017-13731 CVE-2017-13732 CVE-2017-13733 CVE-2017-13734)
457cbe
457cbe
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-13.20170722
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
457cbe
457cbe
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 6.0-12.20170722
457cbe
- Rebuild with binutils fix for ppc64le (#1475636)
457cbe
457cbe
* Wed Jul 26 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-11.20170722
457cbe
- update to 6.0-20170722 (CVE-2017-10684 CVE-2017-10685 CVE-2017-11112
457cbe
  CVE-2017-11113)
457cbe
457cbe
* Mon May 29 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-10.20170520
457cbe
- fix compatibility between libtinfo and libncurses (#1456340)
457cbe
457cbe
* Fri May 26 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-9.20170520
457cbe
- update to 6.0-20170520
457cbe
457cbe
* Tue Feb 14 2017 Miroslav Lichvar <mlichvar@redhat.com> 6.0-8.20170212
457cbe
- update to 6.0-20170212
457cbe
457cbe
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-7.20160709
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
457cbe
457cbe
* Tue Jul 19 2016 Miroslav Lichvar <mlichvar@redhat.com> 6.0-6.20160709
457cbe
- update to 6.0-20160709
457cbe
457cbe
* Fri Apr 08 2016 Yaakov Selkowitz <yselkowi@redhat.com> 6.0-5.20160116
457cbe
- separate ncurses-c++-libs subpackage (#1324575)
457cbe
457cbe
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-4.20160116
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
457cbe
457cbe
* Tue Jan 26 2016 Miroslav Lichvar <mlichvar@redhat.com> 6.0-3.20160116
457cbe
- make installed ncurses.h compatible with narrow-char libncurses (#1270534)
457cbe
457cbe
* Mon Jan 18 2016 Miroslav Lichvar <mlichvar@redhat.com> 6.0-2.20160116
457cbe
- update to 6.0-20160116
457cbe
457cbe
* Thu Aug 13 2015 Miroslav Lichvar <mlichvar@redhat.com> 6.0-1.20150810
457cbe
- update to 6.0-20150810
457cbe
- build ABI 5 and ABI 6 libraries
457cbe
- add compat-libs subpackage for ABI 5 libraries
457cbe
- update rxvt-unicode terminfo
457cbe
- don't include tests in devel documentation
457cbe
457cbe
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-21.20150214
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
457cbe
457cbe
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.9-20.20150214
457cbe
- Rebuilt for GCC 5 C++11 ABI change
457cbe
457cbe
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.9-19.20150214
457cbe
- Rebuilt for Fedora 23 Change
457cbe
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
457cbe
457cbe
* Fri Feb 20 2015 Miroslav Lichvar <mlichvar@redhat.com> 5.9-18.20150214
457cbe
- update to 5.9-20150214
457cbe
457cbe
* Fri Sep 12 2014 Miroslav Lichvar <mlichvar@redhat.com> 5.9-17.20140906
457cbe
- update to 5.9-20140906
457cbe
457cbe
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-16.20140323
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
457cbe
457cbe
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 5.9-15.20140323
457cbe
- fix license handling
457cbe
457cbe
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-14.20140323
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
457cbe
457cbe
* Wed Mar 26 2014 Miroslav Lichvar <mlichvar@redhat.com> 5.9-13.20140323
457cbe
- update to 20140323
457cbe
457cbe
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-12.20130511
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
457cbe
457cbe
* Mon May 13 2013 Miroslav Lichvar <mlichvar@redhat.com> 5.9-11.20130511
457cbe
- update to 20130511
457cbe
457cbe
* Mon Apr 15 2013 Miroslav Lichvar <mlichvar@redhat.com> 5.9-10.20130413
457cbe
- update to 20130413
457cbe
457cbe
* Mon Mar 18 2013 Miroslav Lichvar <mlichvar@redhat.com> 5.9-9.20130316
457cbe
- update to 20130316
457cbe
- include shared ncurses C++ libraries (#911540)
457cbe
457cbe
* Wed Jan 30 2013 Miroslav Lichvar <mlichvar@redhat.com> 5.9-8.20130126
457cbe
- update to 20130126
457cbe
- clear scrollback buffer in clear (#815790)
457cbe
- make -base and -term subpackages noarch
457cbe
- make some dependencies arch-specific
457cbe
457cbe
* Thu Oct 18 2012 Miroslav Lichvar <mlichvar@redhat.com> 5.9-7.20121017
457cbe
- update to 20121017
457cbe
457cbe
* Mon Oct 15 2012 Miroslav Lichvar <mlichvar@redhat.com> 5.9-6.20121013
457cbe
- update to 20121013
457cbe
- move st entries to -base
457cbe
- remove obsolete macros
457cbe
457cbe
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-5.20120204
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
457cbe
457cbe
* Wed Feb 08 2012 Miroslav Lichvar <mlichvar@redhat.com> 5.9-4.20120204
457cbe
- move libs and terms to /usr
457cbe
- update to patch 20120204
457cbe
457cbe
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-3.20110716
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
457cbe
457cbe
* Mon Jul 18 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.9-2.20110716
457cbe
- update to patch 20110716
457cbe
- update rxvt-unicode entry
457cbe
457cbe
* Tue Apr 05 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.9-1
457cbe
- update to 5.9
457cbe
457cbe
* Tue Mar 22 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-2.20110319
457cbe
- update to patch 20110319
457cbe
457cbe
* Wed Mar 02 2011 Miroslav Lichvar <mlichvar@redhat.com> 5.8-1
457cbe
- update to 5.8
457cbe
457cbe
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.7-11.20101211
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
457cbe
457cbe
* Mon Dec 13 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-10.20101211
457cbe
- update to patch 20101211
457cbe
457cbe
* Mon Nov 29 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-9.20101128
457cbe
- update to patch 20101128
457cbe
- update rxvt-unicode entry (#653081)
457cbe
457cbe
* Wed Jul 14 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-8.20100703
457cbe
- update to patch 20100703
457cbe
- add README to base subpackage
457cbe
457cbe
* Wed Feb 03 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-7.20100130
457cbe
- update to patch 20100130
457cbe
- fix ncursesw5-config and pc files to use correct tinfo
457cbe
457cbe
* Mon Jan 25 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-6.20100123
457cbe
- update to patch 20100123
457cbe
- remove AS_NEEDED from linker scripts
457cbe
457cbe
* Wed Jan 20 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-5.20100116
457cbe
- fix narrow/wide libtinfo compatibility
457cbe
- fix wattrset macro to not produce warning with current gcc (#556645)
457cbe
457cbe
* Mon Jan 18 2010 Miroslav Lichvar <mlichvar@redhat.com> 5.7-4.20100116
457cbe
- update to patch 20100116
457cbe
- don't require -ltinfo when linking with --no-add-needed
457cbe
457cbe
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.7-3.20090207
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
457cbe
457cbe
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.7-2.20090207
457cbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
457cbe
457cbe
* Tue Feb 10 2009 Miroslav Lichvar <mlichvar@redhat.com> 5.7-1.20090207
457cbe
- update to 5.7, patch 20090207
457cbe
- use default pcf in xterm description
457cbe
- include NEWS
457cbe
457cbe
* Thu Oct 02 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-20.20080927
457cbe
- update to patch 20080927
457cbe
457cbe
* Wed Jul 23 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-19.20080628
457cbe
- rebuild with new gpm
457cbe
457cbe
* Mon Jul 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-18.20080628
457cbe
- update to patch 20080628
457cbe
- move mlterm and screen.* entries to -base
457cbe
- change kbs to ^? in rxvt and screen entries
457cbe
457cbe
* Mon May 26 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-17.20080524
457cbe
- update to patch 20080524
457cbe
- force installing wide libtinfo
457cbe
457cbe
* Fri Mar 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-16.20080301
457cbe
- update to patch 20080301
457cbe
- provide libtermcap.so (#428898)
457cbe
- move all headers to /usr/include
457cbe
- move libncursesw out of /usr
457cbe
- make examples in documentation compilable (#436355)
457cbe
457cbe
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.6-15.20080112
457cbe
- Autorebuild for GCC 4.3
457cbe
457cbe
* Tue Jan 15 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-14.20080112
457cbe
- obsolete libtermcap-devel (#428898)
457cbe
457cbe
* Mon Jan 14 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.6-13.20080112
457cbe
- update to patch 20080112
457cbe
- make -libs, -base, -term subpackages
457cbe
- obsolete termcap and libtermcap
457cbe
- update urxvt entry
457cbe
457cbe
* Tue Oct 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-12.20070812
457cbe
- allocate additional working buffers in new_field (#310071)
457cbe
457cbe
* Wed Oct 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-11.20070812
457cbe
- don't write beyond field buffer in form driver (#310071)
457cbe
457cbe
* Thu Oct 04 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-10.20070812
457cbe
- fix comp_hash string output
457cbe
- avoid comparing padding in cchar_t structure
457cbe
- remove gawk from buildrequires
457cbe
457cbe
* Thu Aug 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-9.20070812
457cbe
- rebuild
457cbe
- buildrequire gawk
457cbe
457cbe
* Mon Aug 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-8.20070812
457cbe
- update to patch 20070812
457cbe
457cbe
* Wed Jun 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-7.20070612
457cbe
- update to patch 20070612
457cbe
457cbe
* Thu Mar 08 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-6.20070303
457cbe
- update to patch 20070303
457cbe
- use one libtinfo for both libncurses and libncursesw
457cbe
- shorten -devel description
457cbe
457cbe
* Mon Feb 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-5.20070217
457cbe
- update to patch 20070217
457cbe
- replace libcurses.so symlink with linker script (#228891)
457cbe
457cbe
* Mon Feb 12 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-4.20070210
457cbe
- update to patch 20070210
457cbe
- generate separate terminfo library
457cbe
- move static libraries to -static subpackage
457cbe
- avoid unnecessary linking with libdl 
457cbe
457cbe
* Tue Feb 06 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-3.20070203
457cbe
- update to patch 20070203
457cbe
- spec cleanup (#226188)
457cbe
457cbe
* Sun Jan 21 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-2.20070120
457cbe
- update to patch 20070120
457cbe
- don't depend on bash, drop resetall script
457cbe
- include rxvt-unicode description
457cbe
457cbe
* Wed Jan 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-1.20070106
457cbe
- update to 5.6, patch 20070106
457cbe
457cbe
* Mon Dec 11 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-27.20061209
457cbe
- update to patch 20061209
457cbe
- strip large tables from shared libraries, reduce number of relocations
457cbe
- package utils linked with libncurses instead of libncursesw
457cbe
- package only wide-character headers
457cbe
457cbe
* Thu Nov 30 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-26.20060715
457cbe
- move also hardlinked entries (#217750)
457cbe
- search /etc/terminfo for local terminfo entries
457cbe
457cbe
* Mon Nov 27 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-25.20060715
457cbe
- move libncurses and some terminfo entries out of /usr
457cbe
- drop console symlink and sparc terminfo entries
457cbe
457cbe
* Thu Aug 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-24.20060715
457cbe
- modify tgetstr to make screen happy (#202480)
457cbe
- use CFLAGS when linking (#199369)
457cbe
- change BuildRoot tag to comply with Fedora packaging guidelines
457cbe
457cbe
* Wed Aug 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-23.20060715
457cbe
- fix another crash in tgetent (#202480)
457cbe
457cbe
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-22.20060715
457cbe
- update to patch 20060715
457cbe
- fix package summary (#197655)
457cbe
457cbe
* Sat Jul 08 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-21
457cbe
- fix crash in tgetent (#198032)
457cbe
457cbe
* Fri Jul 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-20
457cbe
- update to patch 20060701
457cbe
- don't strip libraries, chmod +x them
457cbe
- move .so links to devel package
457cbe
- add gpm-devel to buildrequires
457cbe
- spec cleanup
457cbe
457cbe
* Mon Feb 27 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5.5-19
457cbe
- avoid comparing padding in cchar_t structure (#182024)
457cbe
457cbe
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.5-18.2
457cbe
- bump again for double-long bug on ppc(64)
457cbe
457cbe
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.5-18.1
457cbe
- rebuilt for new gcc4.1 snapshot and glibc changes
457cbe
457cbe
* Tue Jan 31 2006 Jindrich Novy <jnovy@redhat.com> 5.5-18
457cbe
- add --with-chtype=long to avoid type clashes on x86_64 (#178824)
457cbe
- spec cleanup
457cbe
457cbe
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-17
457cbe
- Rebuild.
457cbe
457cbe
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-11
457cbe
- According Henrik Nordstrom (hno@squid-cache.org)
457cbe
  Diff between the two versions of curses.h on x86_64
457cbe
  Patch ncurses-5.5-chtypeaslong2.patch
457cbe
  See #178824
457cbe
457cbe
* Fri Dec 23 2005 Petr Raszyk <praszyk@redhat.com> 5.5-10
457cbe
- Rebuild.
457cbe
457cbe
* Thu Dec 22 2005 Jindrich Novy <jnovy@redhat.com> 5.5-9
457cbe
- helped Petr to strip libs. 
457cbe
457cbe
* Thu Dec 22 2005 Petr Raszyk <praszyk@redhat.com> 5.5-8
457cbe
- Strip *.so libs.
457cbe
457cbe
* Wed Dec 21 2005 Petr Raszyk <praszyk@redhat.com> 5.5-1
457cbe
- Upgrade to ncurses 5.5
457cbe
457cbe
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
457cbe
- rebuilt for new gcj
457cbe
457cbe
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-23
457cbe
- Rebuild.
457cbe
457cbe
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-22
457cbe
- Rebuild.
457cbe
457cbe
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-21
457cbe
- Clear window after: filter()+'terminal-resizing'+endwin()
457cbe
  doupdate()+endwin()
457cbe
  See bug #174498, patch ncurses-5.4-endwinfilter.patch
457cbe
457cbe
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 5.4-20
457cbe
- fix location for resize in ncurses-resetall.sh
457cbe
457cbe
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-19
457cbe
- Clear window after: filter()+initscr()+endwin()+refresh()
457cbe
  See bug #2966, patch ncurses-5.4-filter.patch
457cbe
457cbe
* Wed Aug 03 2005 Karsten Hopp <karsten@redhat.de> 5.4-18
457cbe
- rebuild with new rpm
457cbe
457cbe
* Wed Apr 27 2005 Petr Rockai <prockai@redhat.com> - 5.4-17
457cbe
- apply patch from Hans de Goede, fixing BR142659 [The
457cbe
  terminfo data for kbs changed from \177 to ^H]
457cbe
457cbe
* Sun Mar 06 2005 Petr Rockai <prockai@redhat.com>
457cbe
- rebuild
457cbe
457cbe
* Thu Jan 27 2005 Adrian Havill <havill@redhat.com> 5.4-15
457cbe
- update to newest jumbo monthly patch + weeklies, fixing
457cbe
  new line cursor move problem (#140326)
457cbe
457cbe
* Thu Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
457cbe
- escape rpm macros in the changelog (#135408)
457cbe
457cbe
* Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13
457cbe
- term.sh can't detect CJK environment; revert
457cbe
- gt 2.7 behaves better with xterm-new
457cbe
457cbe
* Tue Aug  3 2004 Adrian Havill <havill@redhat.com> 5.4-12
457cbe
- make xterm same as xterm-r6
457cbe
- detect for "dumb" in term.sh
457cbe
457cbe
* Thu Jul 29 2004 Adrian Havill <havill@redhat.com> 5.4-11
457cbe
- add latest rollup patches and weekly patches
457cbe
- remove home/end patch, which is now included in latest
457cbe
  terminfo.src and termcap.src
457cbe
- add term.sh to /etc/profile.d, reference in /etc/bashrc
457cbe
- modify term.sh to support rxvt (#122815 comment 93)
457cbe
457cbe
* Thu Jul 08 2004 Adrian Havill <havill@redhat.com> 5.4-10
457cbe
- add home/end mappings to gnome definition (#122815)
457cbe
457cbe
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
457cbe
- n-v-r
457cbe
457cbe
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc2
457cbe
- n-v-r
457cbe
457cbe
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
457cbe
- remove terminfo try-to-please-all xterm hackery; it's now ptty
457cbe
  and profile's job to point to the correct terminal. (#122815)
457cbe
457cbe
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
457cbe
- rebuilt
457cbe
457cbe
* Sun May 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
457cbe
- remove ncurses-c++-devel rpm, all files are also part of ncurses-devel
457cbe
457cbe
* Sat May 29 2004 Joe Orton <jorton@redhat.com> 5.4-6
457cbe
- fix xterm terminfo entry (Hans de Geode, #122815)
457cbe
457cbe
* Thu May 06 2004 Adrian Havill <havill@redhat.com> 5.4-5
457cbe
- remove --with-gpm from configure, as it adds a pkg
457cbe
  dependency (#122336) and causes too many problems vs its benefits
457cbe
457cbe
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
457cbe
- rebuilt
457cbe
457cbe
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 5.4-3
457cbe
- xterm-color is wrong for rh; inverted bs/del (#115499)
457cbe
457cbe
* Wed Feb 25 2004 Adrian Havill <havill@redhat.com> 5.4-3
457cbe
- link "xterm" to "xterm-color" as temp fix for escape problem (#115448)
457cbe
- remove old zcat for PATCH1
457cbe
457cbe
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
457cbe
- rebuilt
457cbe
457cbe
* Tue Feb 10 2004 Adrian Havill <havill@redhat.com> 5.4-1
457cbe
- version update to 5.4
457cbe
457cbe
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 5.3-10
457cbe
- add /usr/include/ncursesw (#112979)
457cbe
- allow for non-gzipped man pages during the build process
457cbe
457cbe
* Sun Sep 21 2003 Matt Wilson <msw@redhat.com> 5.3-9.3
457cbe
- remove the elf32/elf64 provides/obsoletes
457cbe
457cbe
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 5.3-9.2
457cbe
- rebuild to fix gzipped file md5sums (#91211)
457cbe
457cbe
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9.1
457cbe
- RHEL bump
457cbe
457cbe
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9
457cbe
- remove not-so safe-sprintf configure option because the code does
457cbe
  not appear to be stable enough for some apps. (#103790)
457cbe
457cbe
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 5.3-8.1
457cbe
- RHEL bump
457cbe
457cbe
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 5.3-8
457cbe
- multilib patch (#91211)
457cbe
457cbe
* Mon Aug 11 2003 Adrian Havill <havill@redhat.com> 5.3-7
457cbe
- fixed the safe sprintf code that was enabled in the previous release
457cbe
  by the configure parameter. (#101486)
457cbe
457cbe
* Mon Jun 16 2003 Elliot Lee <sopwith@redhat.com> 5.3-6.1
457cbe
- Fix ac25 patch, make it easy to turn off GPM support
457cbe
457cbe
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
457cbe
- rebuilt
457cbe
457cbe
* Thu May 22 2003 Adrian Havill <havill@redhat.com> 5.3-5
457cbe
- added latest rollup patch with widec/UTF8 centric weekly (20030517)
457cbe
- added --enable-widec to configure (#86311)
457cbe
  original work done by Mr. Sam <sam@email-scan.com>
457cbe
- require sharutils (#86605)
457cbe
- add gpm, xmc support
457cbe
- add debug syms back into package
457cbe
- updated autoconf/configure patch
457cbe
457cbe
* Thu Feb  6 2003 Bill Nottingham <notting@redhat.com> 5.3-4
457cbe
- fix debuginfo package
457cbe
457cbe
* Fri Jan 31 2003 Adrian Havill <havill@redhat.com> 5.3-3
457cbe
- remunged xterm changes from 5.2 patch for 5.3
457cbe
- updated screen entry (#82951)
457cbe
- fixed ka3, kb2 and kf0 entries (#77506)
457cbe
457cbe
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
457cbe
- rebuilt
457cbe
457cbe
* Wed Jan 22 2003 Adrian Havill <havill@redhat.com> 5.3-1
457cbe
- upgrade to 5.3 for sake of utf-8, wide chars (#77585 ...)
457cbe
- spec file summary/desc grammar (#73583)
457cbe
- add Requires: for c++ devel subpkg (#74002)
457cbe
- terminfo.src patches no longer needed
457cbe
- adjust autoconf patch
457cbe
457cbe
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 5.2-29
457cbe
- Merge in multilib fixes
457cbe
457cbe
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
457cbe
- automated rebuild
457cbe
457cbe
* Thu May 23 2002 Tim Powers <timp@redhat.com>
457cbe
- automated rebuild
457cbe
457cbe
* Mon Apr  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-26
457cbe
- Remove duplicated files (#62752)
457cbe
- Don't strip libraries (#60398)
457cbe
- Remove cbt capability from xterm description (#61077)
457cbe
457cbe
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-25
457cbe
- Remove bogus man pages
457cbe
- Remove bool hack, it breaks make menuconfig
457cbe
457cbe
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-24
457cbe
- Rebuild for glibc 2.3/gcc 3.1
457cbe
457cbe
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-23
457cbe
- Put the bool type back in for !c++, but leave TRUE/FALSE out
457cbe
457cbe
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-21
457cbe
- Don't define TRUE/FALSE etc., we don't care about SVR4 compliance and
457cbe
  it breaks building gdb
457cbe
457cbe
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-20
457cbe
- Rebuild for glibc 2.3/gcc 3.1
457cbe
457cbe
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-19
457cbe
- Patchlevel 20020218
457cbe
- Re-add %%{_includedir}/ncurses.h (#60169)
457cbe
457cbe
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-18
457cbe
- Add C++ bindings (#59751)
457cbe
457cbe
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-17
457cbe
- Patchlevel 20020209
457cbe
- Fix zero-substitution of cf_cv_type_of_bool (#59450)
457cbe
- Fix rebuilding of configure script with autoconf 2.5x
457cbe
457cbe
* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-16
457cbe
- Patchlevel 20020127
457cbe
457cbe
* Tue Nov 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-14
457cbe
- Patchlevel 20011124
457cbe
457cbe
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-13
457cbe
- Sync with patchlevel 20010908
457cbe
457cbe
* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-12
457cbe
- Sync terminfo with termcap 11.0.1-10
457cbe
457cbe
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-11
457cbe
- Update to patchlevel 20010623, fixes some lynx issues
457cbe
457cbe
* Mon Jun 18 2001 Helge Deller <hdeller@redhat.de>
457cbe
- fixed tput -S segfaulting bug (#44669)
457cbe
- use _tmppath for BuildRoot:
457cbe
- Copyright -> License
457cbe
457cbe
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Update to patchlevel 20010407
457cbe
457cbe
* Tue Mar  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Fix up some terminfo entries containing includes to
457cbe
  "/var/tmp/ncurses-root/something" (#30771)
457cbe
457cbe
* Thu Feb 22 2001 Harald Hoyer <harald@redhat.de>
457cbe
- fixed rxvt backspace setting
457cbe
457cbe
* Fri Feb  9 2001 Yukihiro Nakai <ynakai@redhat.com>
457cbe
- Update Japanese kterm patch
457cbe
457cbe
* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Update
457cbe
- Add japanese patch from termcap
457cbe
- Fix ospeed handling
457cbe
457cbe
* Mon Jan  1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Add libcurses.a -> libncurses.a symlink (RFE #23023)
457cbe
457cbe
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Use --with-ospeed='unsigned int'
457cbe
457cbe
* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Fix alpha and ia64
457cbe
- Rebuild with gcc 2.96-64
457cbe
457cbe
* Thu Nov  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- 5.2
457cbe
- Fix typo in man page (Bug #20205)
457cbe
- update the "screen" terminfo entries to the version supplied with
457cbe
  screen 3.9.8
457cbe
457cbe
* Mon Oct  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Update (fixes the "make menuconfig" bug introduced by the security fix)
457cbe
457cbe
* Tue Oct  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Fix security problem (possible buffer overrun)
457cbe
457cbe
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Add the bugfix patches from the ncurses maintainer
457cbe
457cbe
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- 5.1
457cbe
457cbe
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
457cbe
- automatic rebuild
457cbe
457cbe
* Mon Jun  5 2000 Matt Wilson <msw@redhat.com>
457cbe
- *don't ship symlinks from lib*.so.5 to lib*.so.4!
457cbe
- use FHS macros
457cbe
457cbe
* Fri Jun  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- rebuild for 7.0
457cbe
- /usr/share/man
457cbe
- update URL for patches
457cbe
- misc. fixes to spec file
457cbe
457cbe
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- use the real library version number
457cbe
- update to 20000319
457cbe
457cbe
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
457cbe
- rebuild for sparc baud rates > 38400.
457cbe
457cbe
* Fri Feb 18 2000 Preston Brown <pbrown@redhat.com>
457cbe
- xterm terminfo entries from XFree86 3.3.6
457cbe
- final round of xterm fixes, follow debian policy.
457cbe
457cbe
* Sat Feb  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- strip libraries
457cbe
457cbe
* Thu Feb  3 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- More xterm fixes (Bug #9087)
457cbe
457cbe
* Thu Jan 27 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- More xterm fixes from Hans de Goede (Bug #8633)
457cbe
457cbe
* Sat Jan 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- remove some broken symlinks (leftovers from libncurses.so.5)
457cbe
- Use %%configure (Bug #8484)
457cbe
457cbe
* Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- Add xterm patch from Hans de Goede <hans@highrise.nl>
457cbe
- Patch 20000108, this fixes a problem with a header file.
457cbe
457cbe
* Wed Jan  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
457cbe
- Add 20000101 patch, hopefully finally fixing the xterm description
457cbe
457cbe
* Wed Dec 22 1999 Cristian Gafton <gafton@redhat.com>
457cbe
- revert to the old major number - because the ABI is not changed (and we
457cbe
  should be handling the changes via symbol versioning anyway)
457cbe
457cbe
* Fri Nov 12 1999 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- Fix a typo in spec
457cbe
- Add the 19991006 patch, fixing some C++ STL compatibility problems.
457cbe
- get rid of profiling and debugging versions - we need to save space...
457cbe
457cbe
* Thu Nov  4 1999 Bernhard Rosenkraenzer <bero@redhat.com>
457cbe
- 5.0
457cbe
- some spec cleanups to make updating easier
457cbe
- add links *.so.5 to *.so.4 - they are fully binary compatible.
457cbe
  (Why did they change the invocation number???)
457cbe
457cbe
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
457cbe
- make clean in the test dir - don't ship any binaries at all.
457cbe
457cbe
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
457cbe
- fixed stripping of test programs.
457cbe
457cbe
* Sun Aug 29 1999 Preston Brown <pbrown@redhat.com>
457cbe
- removed 'flash' capability for xterm; see bug #2820 for details.
457cbe
457cbe
* Fri Aug 27 1999 Cristian Gafton <gafton@redhat.com>
457cbe
- add the resetall script from Marc Merlin <marc@merlins.org>
457cbe
457cbe
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
457cbe
- added iris-ansi-net as alias for iris-ansi (bug #2561)
457cbe
457cbe
* Fri Jul 30 1999 Michael K. Johnson <johnsonm@redhat.com>
457cbe
- added ncurses-intro.hmtl and hackguide.html to -devel package [bug #3929]
457cbe
457cbe
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
457cbe
- make sure ALL binaries are stripped (incl. test binaries)
457cbe
457cbe
* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
457cbe
- made xterm terminfo stuff MUCH better.
457cbe
457cbe
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
457cbe
- auto rebuild in the new build environment (release 16)
457cbe
457cbe
* Sat Mar 13 1999 Cristian Gafton <gafton@redhat.com>
457cbe
- fixed header for C++ compiles
457cbe
457cbe
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
457cbe
- add terminfo entries for linux/linux-m on sparc (obsolete termfile_sparc).
457cbe
457cbe
* Thu Feb 18 1999 Cristian Gafton <gafton@redhat.com>
457cbe
- updated patchset from original site
457cbe
457cbe
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- don't build the C++ demo code
457cbe
- update patch set to the current as of today (redid all the individual
457cbe
  patches in a single one)
457cbe
457cbe
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- make sure to strip the binaries
457cbe
457cbe
* Wed Sep 23 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- added another zillion of patches. The spec file *is* ugly
457cbe
- defattr
457cbe
457cbe
* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- added lots of patches. This spec file is starting to look ugly
457cbe
457cbe
* Wed Jul 01 1998 Alan Cox <alan@redhat.com>
457cbe
- Fix setuid trusting. Open termcap/info files as the real user.
457cbe
457cbe
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- added terminfo entry for the poor guys using lat1 and/or lat-2 on their
457cbe
  consoles... Enjoy linux-lat ! Thanks, Erik !
457cbe
457cbe
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- new patch to get xterm-color and nxterm terminfo entries
457cbe
- aliased them to rxvt, as that seems to satisfy everybody
457cbe
457cbe
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- added %%clean section
457cbe
457cbe
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- removed /usr/lib/terminfo symlink - we shouldn't need that
457cbe
457cbe
* Mon Apr 06 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- updated to 4.2 + patches
457cbe
- added BuildRoot
457cbe
457cbe
* Sat Apr 04 1998 Cristian Gafton <gafton@redhat.com>
457cbe
- rebuilt with egcs on alpha
457cbe
457cbe
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
457cbe
- version 7 didn't rebuild properly on the Alpha somehow -- no real changes
457cbe
  are in this version
457cbe
457cbe
* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
457cbe
- TIOCGWINSZ wasn't used properly
457cbe
457cbe
* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
457cbe
- built against glibc, linked shared libs against -lc
457cbe