2006-07-17 08:49:22 +00:00
|
|
|
|
Summary: A terminal handling library
|
2004-09-09 09:02:06 +00:00
|
|
|
|
Name: ncurses
|
2007-01-10 16:13:34 +00:00
|
|
|
|
Version: 5.6
|
2007-01-21 17:20:22 +00:00
|
|
|
|
Release: 2.20070120%{?dist}
|
2004-09-09 09:03:40 +00:00
|
|
|
|
License: distributable
|
2004-09-09 09:02:06 +00:00
|
|
|
|
Group: System Environment/Libraries
|
2006-07-17 08:49:22 +00:00
|
|
|
|
URL: http://invisible-island.net/ncurses/ncurses.html
|
|
|
|
|
Source0: ftp://invisible-island.net/ncurses/ncurses-%{version}.tar.gz
|
2006-12-11 15:12:09 +00:00
|
|
|
|
|
2007-01-21 17:20:22 +00:00
|
|
|
|
Patch1: ncurses-5.6-20061223-20070120.patch.bz2
|
2006-12-11 15:12:09 +00:00
|
|
|
|
|
|
|
|
|
Patch6: ncurses-5.5-20061209-tgetent.patch
|
|
|
|
|
Patch8: ncurses-5.5-20061209-config.patch
|
2006-11-27 16:28:50 +00:00
|
|
|
|
Patch9: ncurses-5.5-liblinks.patch
|
2006-12-11 15:12:09 +00:00
|
|
|
|
Patch10: ncurses-5.5-20061209-xterm.patch
|
2007-01-21 17:20:22 +00:00
|
|
|
|
Patch11: ncurses-5.6-20070120-urxvt.patch
|
2006-12-11 15:12:09 +00:00
|
|
|
|
BuildRequires: gpm-devel
|
2006-08-31 12:06:11 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The curses library routines are a terminal-independent method of
|
2004-09-09 09:04:11 +00:00
|
|
|
|
updating character screens with reasonable optimization. The ncurses
|
2004-09-09 09:02:06 +00:00
|
|
|
|
(new curses) library is a freely distributable replacement for the
|
2004-09-09 09:05:26 +00:00
|
|
|
|
discontinued 4.4 BSD classic curses library.
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%package devel
|
2006-07-17 08:49:22 +00:00
|
|
|
|
Summary: Development files for the ncurses library
|
2004-09-09 09:02:06 +00:00
|
|
|
|
Group: Development/Libraries
|
2006-11-27 16:28:50 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 09:07:53 +00:00
|
|
|
|
Obsoletes: ncurses-c++-devel
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The header files and libraries for developing applications that use
|
2006-07-17 08:49:22 +00:00
|
|
|
|
the ncurses terminal handling library.
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
Install the ncurses-devel package if you want to develop applications
|
|
|
|
|
which will use ncurses.
|
|
|
|
|
|
2004-09-09 09:05:50 +00:00
|
|
|
|
Use the following compiler flags to build against the ncurses library:
|
|
|
|
|
|
|
|
|
|
-lncurses
|
|
|
|
|
(compile and link against the regular ncurses library)
|
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
-I %{_includedir}/ncursesw -lncursesw
|
2004-09-09 09:05:50 +00:00
|
|
|
|
(compile and link against the wide-character, UTF-8, library)
|
|
|
|
|
|
2004-09-09 09:02:06 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2006-12-11 15:12:09 +00:00
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
%patch1 -p1
|
2004-09-09 09:09:36 +00:00
|
|
|
|
|
2006-08-16 14:57:59 +00:00
|
|
|
|
%patch6 -p1 -b .tgetent
|
2006-12-11 15:12:09 +00:00
|
|
|
|
%patch8 -p1 -b .config
|
2006-11-27 16:28:50 +00:00
|
|
|
|
%patch9 -p1 -b .liblinks
|
2006-12-11 15:12:09 +00:00
|
|
|
|
%patch10 -p1 -b .xterm
|
2007-01-21 17:20:22 +00:00
|
|
|
|
%patch11 -p1 -b .urxvt
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2006-11-27 16:28:50 +00:00
|
|
|
|
%define rootdatadir /lib
|
|
|
|
|
%define ncurses_options \\\
|
|
|
|
|
--with-shared --without-ada --with-ospeed=unsigned \\\
|
|
|
|
|
--enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \\\
|
|
|
|
|
--with-install-prefix=$RPM_BUILD_ROOT \\\
|
2006-11-30 11:54:43 +00:00
|
|
|
|
--with-terminfo-dirs=%{_sysconfdir}/terminfo:%{_datadir}/terminfo:%{rootdatadir}/terminfo \\\
|
2006-12-11 15:12:09 +00:00
|
|
|
|
--includedir=%{_includedir}/ncursesw \\\
|
2006-11-27 16:28:50 +00:00
|
|
|
|
--enable-overwrite \\\
|
|
|
|
|
--with-chtype=long
|
|
|
|
|
|
2007-01-21 17:20:22 +00:00
|
|
|
|
mkdir narrowc widec
|
2004-09-09 09:05:50 +00:00
|
|
|
|
cd narrowc
|
|
|
|
|
ln -s ../configure .
|
2007-01-21 17:20:22 +00:00
|
|
|
|
%configure %{ncurses_options} --with-ticlib
|
2007-01-10 16:13:34 +00:00
|
|
|
|
make %{?_smp_mflags} libs
|
2007-01-21 17:20:22 +00:00
|
|
|
|
make %{?_smp_mflags} -C progs
|
|
|
|
|
make %{?_smp_mflags} -C tack
|
2006-11-27 16:28:50 +00:00
|
|
|
|
|
2004-09-09 09:05:50 +00:00
|
|
|
|
cd ../widec
|
|
|
|
|
ln -s ../configure .
|
2007-01-21 17:20:22 +00:00
|
|
|
|
%configure %{ncurses_options} --enable-widec --without-progs
|
2007-01-10 16:13:34 +00:00
|
|
|
|
make %{?_smp_mflags} libs
|
2004-09-09 09:05:50 +00:00
|
|
|
|
cd ..
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2004-09-09 09:05:50 +00:00
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
2007-01-21 17:20:22 +00:00
|
|
|
|
make -C narrowc install.{libs,progs,tack,data}
|
2007-01-10 16:13:34 +00:00
|
|
|
|
make -C widec install.{libs,includes,man}
|
2004-09-09 09:05:50 +00:00
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
chmod 755 ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.*.*
|
|
|
|
|
chmod 644 ${RPM_BUILD_ROOT}%{_libdir}/lib*.a
|
2004-09-09 09:05:50 +00:00
|
|
|
|
|
2006-11-27 16:28:50 +00:00
|
|
|
|
# move libncurses.so.* to /lib*
|
|
|
|
|
mkdir $RPM_BUILD_ROOT/%{_lib}
|
|
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/libncurses.so.* $RPM_BUILD_ROOT/%{_lib}
|
|
|
|
|
for l in $RPM_BUILD_ROOT%{_libdir}/libncurses.so; do
|
|
|
|
|
ln -sf $(echo %{_libdir} | \
|
|
|
|
|
sed 's,\(^/\|\)[^/][^/]*,..,g')/%{_lib}/$(readlink $l) $l
|
|
|
|
|
done
|
|
|
|
|
|
2006-11-30 11:54:43 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT{%{rootdatadir},%{_sysconfdir}}/terminfo
|
|
|
|
|
|
2006-11-27 16:28:50 +00:00
|
|
|
|
# move few basic terminfo entries to /lib
|
2006-11-30 11:54:43 +00:00
|
|
|
|
baseterms=""
|
2006-11-27 16:28:50 +00:00
|
|
|
|
for termname in \
|
|
|
|
|
ansi dumb linux vt100 vt100-nav vt220 xterm
|
|
|
|
|
do
|
2006-11-30 11:54:43 +00:00
|
|
|
|
linkedterms=$(find $RPM_BUILD_ROOT%{_datadir}/terminfo \
|
|
|
|
|
-samefile $RPM_BUILD_ROOT%{_datadir}/terminfo/${termname::1}/$termname)
|
|
|
|
|
for t in $linkedterms; do
|
|
|
|
|
baseterms="$baseterms $(basename $t)"
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
for termname in $baseterms; do
|
2006-11-27 16:28:50 +00:00
|
|
|
|
termpath=terminfo/${termname::1}/$termname
|
|
|
|
|
mkdir $RPM_BUILD_ROOT%{rootdatadir}/terminfo/${termname::1} || : &> /dev/null
|
2006-12-11 15:12:09 +00:00
|
|
|
|
mv $RPM_BUILD_ROOT%{_datadir}/$termpath $RPM_BUILD_ROOT%{rootdatadir}/$termpath
|
2006-11-27 16:28:50 +00:00
|
|
|
|
ln -s $(dirname %{_datadir}/$termpath | \
|
|
|
|
|
sed 's,\(^/\|\)[^/][^/]*,..,g')%{rootdatadir}/$termpath \
|
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/$termpath
|
|
|
|
|
done
|
2005-12-23 10:19:27 +00:00
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
ln -sf ncurses/{curses,unctrl,eti,form,menu,ncurses,panel,term}.h \
|
|
|
|
|
${RPM_BUILD_ROOT}%{_includedir}
|
2005-12-22 11:22:20 +00:00
|
|
|
|
|
2006-12-11 15:12:09 +00:00
|
|
|
|
# can't replace directory with symlink (rpm bug), symlink all headers
|
|
|
|
|
mkdir $RPM_BUILD_ROOT%{_includedir}/ncurses
|
|
|
|
|
for l in $RPM_BUILD_ROOT%{_includedir}/ncursesw/*.h; do
|
|
|
|
|
ln -s ../ncursesw/$(basename $l) $RPM_BUILD_ROOT%{_includedir}/ncurses
|
|
|
|
|
done
|
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 09:03:10 +00:00
|
|
|
|
%doc README ANNOUNCE doc/html/announce.html
|
2006-11-27 16:28:50 +00:00
|
|
|
|
/%{_lib}/libncurses*.so.*
|
2006-07-07 17:04:29 +00:00
|
|
|
|
%{_libdir}/lib*.so.*
|
2006-11-30 11:54:43 +00:00
|
|
|
|
%dir %{_sysconfdir}/terminfo
|
2006-11-27 16:28:50 +00:00
|
|
|
|
%{rootdatadir}/terminfo
|
2004-09-09 09:02:06 +00:00
|
|
|
|
%{_datadir}/terminfo
|
|
|
|
|
%{_datadir}/tabset
|
2006-12-11 15:12:09 +00:00
|
|
|
|
%{_bindir}/[cirt]*
|
2004-09-09 09:02:06 +00:00
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 09:04:11 +00:00
|
|
|
|
%doc test
|
2004-09-09 09:03:10 +00:00
|
|
|
|
%doc doc/html/hackguide.html
|
|
|
|
|
%doc doc/html/ncurses-intro.html
|
2004-09-09 09:07:53 +00:00
|
|
|
|
%doc c++/README*
|
2006-12-11 15:12:09 +00:00
|
|
|
|
%{_bindir}/ncurses*-config
|
2004-09-09 09:05:50 +00:00
|
|
|
|
%{_libdir}/lib*.a
|
2006-07-07 17:04:29 +00:00
|
|
|
|
%{_libdir}/lib*.so
|
2004-09-09 09:04:28 +00:00
|
|
|
|
%dir %{_includedir}/ncurses
|
2004-09-09 09:06:20 +00:00
|
|
|
|
%dir %{_includedir}/ncursesw
|
2004-09-09 09:05:50 +00:00
|
|
|
|
%{_includedir}/ncurses/*.h
|
|
|
|
|
%{_includedir}/ncursesw/*.h
|
2004-09-09 09:04:11 +00:00
|
|
|
|
%{_includedir}/curses.h
|
|
|
|
|
%{_includedir}/ncurses.h
|
|
|
|
|
%{_includedir}/eti.h
|
|
|
|
|
%{_includedir}/form.h
|
|
|
|
|
%{_includedir}/menu.h
|
|
|
|
|
%{_includedir}/panel.h
|
|
|
|
|
%{_includedir}/term.h
|
|
|
|
|
%{_includedir}/unctrl.h
|
2004-09-09 09:02:06 +00:00
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
2004-09-09 09:05:50 +00:00
|
|
|
|
|
2004-09-09 09:02:06 +00:00
|
|
|
|
%clean
|
2004-09-09 09:05:50 +00:00
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2007-01-21 17:20:22 +00:00
|
|
|
|
* Sun Jan 21 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-2.20070120
|
|
|
|
|
- update to patch 20070120
|
|
|
|
|
- don't depend on bash, drop resetall script
|
|
|
|
|
- include rxvt-unicode description
|
|
|
|
|
|
2007-01-10 16:13:34 +00:00
|
|
|
|
* Wed Jan 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.6-1.20070106
|
|
|
|
|
- update to 5.6, patch 20070106
|
|
|
|
|
|
2006-12-11 15:12:09 +00:00
|
|
|
|
* Mon Dec 11 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-27.20061209
|
|
|
|
|
- update to patch 20061209
|
|
|
|
|
- strip large tables from shared libraries, reduce number of relocations
|
|
|
|
|
- package utils linked with libncurses instead of libncursesw
|
|
|
|
|
- package only wide-character headers
|
|
|
|
|
|
2006-11-30 11:54:43 +00:00
|
|
|
|
* Thu Nov 30 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-26.20060715
|
|
|
|
|
- move also hardlinked entries (#217750)
|
|
|
|
|
- search /etc/terminfo for local terminfo entries
|
|
|
|
|
|
2006-11-27 16:28:50 +00:00
|
|
|
|
* Mon Nov 27 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-25.20060715
|
|
|
|
|
- move libncurses and some terminfo entries out of /usr
|
|
|
|
|
- drop console symlink and sparc terminfo entries
|
|
|
|
|
|
2006-08-31 12:06:11 +00:00
|
|
|
|
* Thu Aug 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-24.20060715
|
|
|
|
|
- modify tgetstr to make screen happy (#202480)
|
|
|
|
|
- use CFLAGS when linking (#199369)
|
|
|
|
|
- change BuildRoot tag to comply with Fedora packaging guidelines
|
|
|
|
|
|
2006-08-16 14:57:59 +00:00
|
|
|
|
* Wed Aug 16 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-23.20060715
|
|
|
|
|
- fix another crash in tgetent (#202480)
|
|
|
|
|
|
2006-07-17 08:49:22 +00:00
|
|
|
|
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-22.20060715
|
|
|
|
|
- update to patch 20060715
|
|
|
|
|
- fix package summary (#197655)
|
|
|
|
|
|
2006-07-08 16:03:13 +00:00
|
|
|
|
* Sat Jul 08 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-21
|
|
|
|
|
- fix crash in tgetent (#198032)
|
|
|
|
|
|
2006-07-07 17:04:29 +00:00
|
|
|
|
* Fri Jul 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.5-20
|
|
|
|
|
- update to patch 20060701
|
|
|
|
|
- don't strip libraries, chmod +x them
|
|
|
|
|
- move .so links to devel package
|
|
|
|
|
- add gpm-devel to buildrequires
|
|
|
|
|
- spec cleanup
|
|
|
|
|
|
2006-02-27 16:45:35 +00:00
|
|
|
|
* Mon Feb 27 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5.5-19
|
|
|
|
|
- avoid comparing padding in cchar_t structure (#182024)
|
|
|
|
|
|
2006-02-11 04:43:20 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.5-18.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-07 13:11:19 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.5-18.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2006-01-31 09:47:49 +00:00
|
|
|
|
* Fri Jan 31 2006 Jindrich Novy <jnovy@redhat.com> 5.5-18
|
|
|
|
|
- add --with-chtype=long to avoid type clashes on x86_64 (#178824)
|
|
|
|
|
- spec cleanup
|
2006-01-27 16:11:21 +00:00
|
|
|
|
|
2006-01-31 09:47:49 +00:00
|
|
|
|
* Fri Jan 27 2006 Petr Raszyk <praszyk@redhat.com> 5.5-17
|
2006-01-27 15:37:21 +00:00
|
|
|
|
- Rebuild.
|
|
|
|
|
|
2006-01-27 12:39:42 +00:00
|
|
|
|
* 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
|
2006-01-27 16:11:21 +00:00
|
|
|
|
Patch ncurses-5.5-chtypeaslong2.patch
|
2006-01-27 12:39:42 +00:00
|
|
|
|
See #178824
|
|
|
|
|
|
2005-12-23 10:36:18 +00:00
|
|
|
|
* Fri Dec 23 2005 Petr Raszyk <praszyk@redhat.com> 5.5-10
|
|
|
|
|
- Rebuild.
|
|
|
|
|
|
2005-12-22 15:54:04 +00:00
|
|
|
|
* Thu Dec 22 2005 Jindrich Novy <jnovy@redhat.com> 5.5-9
|
|
|
|
|
- helped Petr to strip libs.
|
|
|
|
|
|
2005-12-22 13:57:09 +00:00
|
|
|
|
* Thu Dec 22 2005 Petr Raszyk <praszyk@redhat.com> 5.5-8
|
|
|
|
|
- Strip *.so libs.
|
|
|
|
|
|
2005-12-21 12:12:25 +00:00
|
|
|
|
* Wed Dec 21 2005 Petr Raszyk <praszyk@redhat.com> 5.5-1
|
|
|
|
|
- Upgrade to ncurses 5.5
|
|
|
|
|
|
2005-12-16 23:21:52 +00:00
|
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt for new gcj
|
|
|
|
|
|
2005-12-01 16:01:26 +00:00
|
|
|
|
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-23
|
|
|
|
|
- Rebuild.
|
|
|
|
|
|
2005-12-01 13:47:48 +00:00
|
|
|
|
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-22
|
|
|
|
|
- Rebuild.
|
|
|
|
|
|
|
|
|
|
* Thu Dec 1 2005 Petr Raszyk <praszyk@redhat.com> 5.4-21
|
|
|
|
|
- Clear window after: filter()+'terminal-resizing'+endwin()
|
2005-12-01 13:44:07 +00:00
|
|
|
|
doupdate()+endwin()
|
|
|
|
|
See bug #174498, patch ncurses-5.4-endwinfilter.patch
|
|
|
|
|
|
2005-11-19 04:20:41 +00:00
|
|
|
|
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 5.4-20
|
|
|
|
|
- fix location for resize in ncurses-resetall.sh
|
|
|
|
|
|
2005-09-30 13:17:40 +00:00
|
|
|
|
* Fri Sep 30 2005 5.4-19 <praszyk@redhat.com> 5.4-19
|
|
|
|
|
- Clear window after: filter()+initscr()+endwin()+refresh()
|
|
|
|
|
See bug #2966, patch ncurses-5.4-filter.patch
|
|
|
|
|
|
2005-08-03 12:04:47 +00:00
|
|
|
|
* Wed Aug 03 2005 Karsten Hopp <karsten@redhat.de> 5.4-18
|
|
|
|
|
- rebuild with new rpm
|
|
|
|
|
|
2005-04-27 10:03:39 +00:00
|
|
|
|
* Wed Apr 27 2005 Petr Rockai <prockai@redhat.com> - 5.4-17
|
|
|
|
|
- apply patch from Hans de Goede, fixing BR142659 [The
|
|
|
|
|
terminfo data for kbs changed from \177 to ^H]
|
|
|
|
|
|
2005-03-06 15:58:13 +00:00
|
|
|
|
* Sun Mar 06 2005 Petr Rockai <prockai@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2005-01-27 21:17:46 +00:00
|
|
|
|
* Thu Jan 27 2005 Adrian Havill <havill@redhat.com> 5.4-15
|
|
|
|
|
- update to newest jumbo monthly patch + weeklies, fixing
|
|
|
|
|
new line cursor move problem (#140326)
|
|
|
|
|
|
2004-10-21 19:57:36 +00:00
|
|
|
|
* Wed Oct 21 2004 Adrian Havill <havill@redhat.com> 5.4-14
|
|
|
|
|
- escape rpm macros in the changelog (#135408)
|
|
|
|
|
|
2004-09-09 09:10:06 +00:00
|
|
|
|
* Tue Aug 31 2004 Adrian Havill <havill@redhat.com> 5.4-13
|
|
|
|
|
- term.sh can't detect CJK environment; revert
|
|
|
|
|
- gt 2.7 behaves better with xterm-new
|
|
|
|
|
|
|
|
|
|
* Tue Aug 3 2004 Adrian Havill <havill@redhat.com> 5.4-12
|
|
|
|
|
- make xterm same as xterm-r6
|
|
|
|
|
- detect for "dumb" in term.sh
|
|
|
|
|
|
2004-09-09 09:09:36 +00:00
|
|
|
|
* Thu Jul 29 2004 Adrian Havill <havill@redhat.com> 5.4-11
|
|
|
|
|
- add latest rollup patches and weekly patches
|
|
|
|
|
- remove home/end patch, which is now included in latest
|
|
|
|
|
terminfo.src and termcap.src
|
|
|
|
|
- add term.sh to /etc/profile.d, reference in /etc/bashrc
|
|
|
|
|
- modify term.sh to support rxvt (#122815 comment 93)
|
|
|
|
|
|
2004-09-09 09:09:13 +00:00
|
|
|
|
* Fri Jul 08 2004 Adrian Havill <havill@redhat.com> 5.4-10
|
|
|
|
|
- add home/end mappings to gnome definition (#122815)
|
|
|
|
|
|
2004-09-09 09:08:32 +00:00
|
|
|
|
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc3
|
|
|
|
|
- n-v-r
|
|
|
|
|
|
|
|
|
|
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9.fc2
|
|
|
|
|
- n-v-r
|
|
|
|
|
|
|
|
|
|
* Tue Jul 06 2004 Adrian Havill <havill@redhat.com> 5.4-9
|
|
|
|
|
- remove terminfo try-to-please-all xterm hackery; it's now ptty
|
|
|
|
|
and profile's job to point to the correct terminal. (#122815)
|
|
|
|
|
|
2004-09-09 09:07:59 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 09:07:53 +00:00
|
|
|
|
* Sun May 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- remove ncurses-c++-devel rpm, all files are also part of ncurses-devel
|
|
|
|
|
|
|
|
|
|
* Sat May 29 2004 Joe Orton <jorton@redhat.com> 5.4-6
|
|
|
|
|
- fix xterm terminfo entry (Hans de Geode, #122815)
|
|
|
|
|
|
2004-09-09 09:07:45 +00:00
|
|
|
|
* Thu May 06 2004 Adrian Havill <havill@redhat.com> 5.4-5
|
|
|
|
|
- remove --with-gpm from configure, as it adds a pkg
|
|
|
|
|
dependency (#122336) and causes too many problems vs its benefits
|
|
|
|
|
|
2004-09-09 09:07:06 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 5.4-3
|
|
|
|
|
- xterm-color is wrong for rh; inverted bs/del (#115499)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Adrian Havill <havill@redhat.com> 5.4-3
|
|
|
|
|
- link "xterm" to "xterm-color" as temp fix for escape problem (#115448)
|
|
|
|
|
- remove old zcat for PATCH1
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Feb 10 2004 Adrian Havill <havill@redhat.com> 5.4-1
|
|
|
|
|
- version update to 5.4
|
|
|
|
|
|
2004-09-09 09:06:20 +00:00
|
|
|
|
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 5.3-10
|
|
|
|
|
- add /usr/include/ncursesw (#112979)
|
|
|
|
|
- allow for non-gzipped man pages during the build process
|
|
|
|
|
|
|
|
|
|
* Sun Sep 21 2003 Matt Wilson <msw@redhat.com> 5.3-9.3
|
|
|
|
|
- remove the elf32/elf64 provides/obsoletes
|
|
|
|
|
|
|
|
|
|
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 5.3-9.2
|
|
|
|
|
- rebuild to fix gzipped file md5sums (#91211)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9.1
|
|
|
|
|
- RHEL bump
|
|
|
|
|
|
2004-09-09 09:05:50 +00:00
|
|
|
|
* Thu Sep 11 2003 Adrian Havill <havill@redhat.com> 5.3-9
|
|
|
|
|
- remove not-so safe-sprintf configure option because the code does
|
|
|
|
|
not appear to be stable enough for some apps. (#103790)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 5.3-8.1
|
|
|
|
|
- RHEL bump
|
|
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 5.3-8
|
|
|
|
|
- multilib patch (#91211)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 11 2003 Adrian Havill <havill@redhat.com> 5.3-7
|
|
|
|
|
- fixed the safe sprintf code that was enabled in the previous release
|
|
|
|
|
by the configure parameter. (#101486)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 16 2003 Elliot Lee <sopwith@redhat.com> 5.3-6.1
|
|
|
|
|
- Fix ac25 patch, make it easy to turn off GPM support
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu May 22 2003 Adrian Havill <havill@redhat.com> 5.3-5
|
|
|
|
|
- added latest rollup patch with widec/UTF8 centric weekly (20030517)
|
|
|
|
|
- added --enable-widec to configure (#86311)
|
|
|
|
|
original work done by Mr. Sam <sam@email-scan.com>
|
|
|
|
|
- require sharutils (#86605)
|
|
|
|
|
- add gpm, xmc support
|
|
|
|
|
- add debug syms back into package
|
|
|
|
|
- updated autoconf/configure patch
|
|
|
|
|
|
2004-09-09 09:05:26 +00:00
|
|
|
|
* Thu Feb 6 2003 Bill Nottingham <notting@redhat.com> 5.3-4
|
|
|
|
|
- fix debuginfo package
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2003 Adrian Havill <havill@redhat.com> 5.3-3
|
|
|
|
|
- remunged xterm changes from 5.2 patch for 5.3
|
|
|
|
|
- updated screen entry (#82951)
|
|
|
|
|
- fixed ka3, kb2 and kf0 entries (#77506)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Adrian Havill <havill@redhat.com> 5.3-1
|
|
|
|
|
- upgrade to 5.3 for sake of utf-8, wide chars (#77585 ...)
|
|
|
|
|
- spec file summary/desc grammar (#73583)
|
|
|
|
|
- add Requires: for c++ devel subpkg (#74002)
|
|
|
|
|
- terminfo.src patches no longer needed
|
|
|
|
|
- adjust autoconf patch
|
|
|
|
|
|
|
|
|
|
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 5.2-29
|
|
|
|
|
- Merge in multilib fixes
|
|
|
|
|
|
2004-09-09 09:04:56 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 09:04:44 +00:00
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 09:04:28 +00:00
|
|
|
|
* Mon Apr 8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-26
|
|
|
|
|
- Remove duplicated files (#62752)
|
|
|
|
|
- Don't strip libraries (#60398)
|
|
|
|
|
- Remove cbt capability from xterm description (#61077)
|
|
|
|
|
|
2004-09-09 09:04:19 +00:00
|
|
|
|
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-25
|
|
|
|
|
- Remove bogus man pages
|
|
|
|
|
- Remove bool hack, it breaks make menuconfig
|
|
|
|
|
|
2004-09-09 09:04:11 +00:00
|
|
|
|
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-24
|
|
|
|
|
- Rebuild for glibc 2.3/gcc 3.1
|
|
|
|
|
|
|
|
|
|
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-23
|
|
|
|
|
- Put the bool type back in for !c++, but leave TRUE/FALSE out
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-21
|
|
|
|
|
- Don't define TRUE/FALSE etc., we don't care about SVR4 compliance and
|
|
|
|
|
it breaks building gdb
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-20
|
|
|
|
|
- Rebuild for glibc 2.3/gcc 3.1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-19
|
|
|
|
|
- Patchlevel 20020218
|
2004-10-21 19:57:36 +00:00
|
|
|
|
- Re-add %%{_includedir}/ncurses.h (#60169)
|
2004-09-09 09:04:11 +00:00
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-18
|
|
|
|
|
- Add C++ bindings (#59751)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-17
|
|
|
|
|
- Patchlevel 20020209
|
|
|
|
|
- Fix zero-substitution of cf_cv_type_of_bool (#59450)
|
|
|
|
|
- Fix rebuilding of configure script with autoconf 2.5x
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-16
|
|
|
|
|
- Patchlevel 20020127
|
|
|
|
|
|
2004-09-09 09:04:03 +00:00
|
|
|
|
* Tue Nov 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-14
|
|
|
|
|
- Patchlevel 20011124
|
|
|
|
|
|
|
|
|
|
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-13
|
|
|
|
|
- Sync with patchlevel 20010908
|
|
|
|
|
|
2004-09-09 09:03:47 +00:00
|
|
|
|
* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-12
|
|
|
|
|
- Sync terminfo with termcap 11.0.1-10
|
|
|
|
|
|
2004-09-09 09:03:40 +00:00
|
|
|
|
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.2-11
|
|
|
|
|
- Update to patchlevel 20010623, fixes some lynx issues
|
|
|
|
|
|
|
|
|
|
* Mon Jun 18 2001 Helge Deller <hdeller@redhat.de>
|
|
|
|
|
- fixed tput -S segfaulting bug (#44669)
|
|
|
|
|
- use _tmppath for BuildRoot:
|
|
|
|
|
- Copyright -> License
|
|
|
|
|
|
|
|
|
|
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Update to patchlevel 20010407
|
|
|
|
|
|
2004-09-09 09:03:34 +00:00
|
|
|
|
* Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix up some terminfo entries containing includes to
|
|
|
|
|
"/var/tmp/ncurses-root/something" (#30771)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2001 Harald Hoyer <harald@redhat.de>
|
|
|
|
|
- fixed rxvt backspace setting
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- Update Japanese kterm patch
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Update
|
|
|
|
|
- Add japanese patch from termcap
|
|
|
|
|
- Fix ospeed handling
|
|
|
|
|
|
|
|
|
|
* Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Add libcurses.a -> libncurses.a symlink (RFE #23023)
|
|
|
|
|
|
|
|
|
|
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Use --with-ospeed='unsigned int'
|
2004-09-09 09:03:27 +00:00
|
|
|
|
|
2004-09-09 09:03:18 +00:00
|
|
|
|
* Fri Nov 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix alpha and ia64
|
|
|
|
|
- Rebuild with gcc 2.96-64
|
|
|
|
|
|
|
|
|
|
* Thu Nov 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.2
|
|
|
|
|
- Fix typo in man page (Bug #20205)
|
|
|
|
|
- update the "screen" terminfo entries to the version supplied with
|
|
|
|
|
screen 3.9.8
|
|
|
|
|
|
2004-09-09 09:03:10 +00:00
|
|
|
|
* Mon Oct 9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Update (fixes the "make menuconfig" bug introduced by the security fix)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix security problem (possible buffer overrun)
|
2004-09-09 09:03:07 +00:00
|
|
|
|
|
2004-09-09 09:02:06 +00:00
|
|
|
|
* Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Add the bugfix patches from the ncurses maintainer
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.1
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 5 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- *don't ship symlinks from lib*.so.5 to lib*.so.4!
|
|
|
|
|
- use FHS macros
|
|
|
|
|
|
|
|
|
|
* Fri Jun 2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- rebuild for 7.0
|
|
|
|
|
- /usr/share/man
|
|
|
|
|
- update URL for patches
|
|
|
|
|
- misc. fixes to spec file
|
|
|
|
|
|
|
|
|
|
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- use the real library version number
|
|
|
|
|
- update to 20000319
|
|
|
|
|
|
|
|
|
|
* Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- rebuild for sparc baud rates > 38400.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 18 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- xterm terminfo entries from XFree86 3.3.6
|
|
|
|
|
- final round of xterm fixes, follow debian policy.
|
|
|
|
|
|
|
|
|
|
* Sat Feb 5 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- strip libraries
|
|
|
|
|
|
|
|
|
|
* Thu Feb 3 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- More xterm fixes (Bug #9087)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 27 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- More xterm fixes from Hans de Goede (Bug #8633)
|
|
|
|
|
|
|
|
|
|
* Sat Jan 15 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- remove some broken symlinks (leftovers from libncurses.so.5)
|
2004-10-21 19:57:36 +00:00
|
|
|
|
- Use %%configure (Bug #8484)
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
* Tue Jan 11 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- Add xterm patch from Hans de Goede <hans@highrise.nl>
|
|
|
|
|
- Patch 20000108, this fixes a problem with a header file.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 5 2000 Bernhard Rosenkr<EFBFBD>nzer <bero@redhat.com>
|
|
|
|
|
- Add 20000101 patch, hopefully finally fixing the xterm description
|
|
|
|
|
|
|
|
|
|
* Wed Dec 22 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- revert to the old major number - because the ABI is not changed (and we
|
|
|
|
|
should be handling the changes via symbol versioning anyway)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 12 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix a typo in spec
|
|
|
|
|
- Add the 19991006 patch, fixing some C++ STL compatibility problems.
|
|
|
|
|
- get rid of profiling and debugging versions - we need to save space...
|
|
|
|
|
|
|
|
|
|
* Thu Nov 4 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- 5.0
|
|
|
|
|
- some spec cleanups to make updating easier
|
|
|
|
|
- add links *.so.5 to *.so.4 - they are fully binary compatible.
|
|
|
|
|
(Why did they change the invocation number???)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- make clean in the test dir - don't ship any binaries at all.
|
|
|
|
|
|
|
|
|
|
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- fixed stripping of test programs.
|
|
|
|
|
|
|
|
|
|
* Sun Aug 29 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- removed 'flash' capability for xterm; see bug #2820 for details.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 27 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- add the resetall script from Marc Merlin <marc@merlins.org>
|
|
|
|
|
|
|
|
|
|
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- added iris-ansi-net as alias for iris-ansi (bug #2561)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 30 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- added ncurses-intro.hmtl and hackguide.html to -devel package [bug #3929]
|
|
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- make sure ALL binaries are stripped (incl. test binaries)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- made xterm terminfo stuff MUCH better.
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 16)
|
|
|
|
|
|
|
|
|
|
* Sat Mar 13 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fixed header for C++ compiles
|
|
|
|
|
|
|
|
|
|
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add terminfo entries for linux/linux-m on sparc (obsolete termfile_sparc).
|
|
|
|
|
|
|
|
|
|
* Thu Feb 18 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- updated patchset from original site
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- don't build the C++ demo code
|
|
|
|
|
- update patch set to the current as of today (redid all the individual
|
|
|
|
|
patches in a single one)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- make sure to strip the binaries
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- added another zillion of patches. The spec file *is* ugly
|
|
|
|
|
- defattr
|
|
|
|
|
|
|
|
|
|
* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- added lots of patches. This spec file is starting to look ugly
|
|
|
|
|
|
|
|
|
|
* Wed Jul 01 1998 Alan Cox <alan@redhat.com>
|
|
|
|
|
- Fix setuid trusting. Open termcap/info files as the real user.
|
|
|
|
|
|
|
|
|
|
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- added terminfo entry for the poor guys using lat1 and/or lat-2 on their
|
|
|
|
|
consoles... Enjoy linux-lat ! Thanks, Erik !
|
|
|
|
|
|
|
|
|
|
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- new patch to get xterm-color and nxterm terminfo entries
|
|
|
|
|
- aliased them to rxvt, as that seems to satisfy everybody
|
|
|
|
|
|
|
|
|
|
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
|
2004-10-21 19:57:36 +00:00
|
|
|
|
- added %%clean section
|
2004-09-09 09:02:06 +00:00
|
|
|
|
|
|
|
|
|
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- removed /usr/lib/terminfo symlink - we shouldn't need that
|
|
|
|
|
|
|
|
|
|
* Mon Apr 06 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- updated to 4.2 + patches
|
|
|
|
|
- added BuildRoot
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- rebuilt with egcs on alpha
|
|
|
|
|
|
|
|
|
|
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- version 7 didn't rebuild properly on the Alpha somehow -- no real changes
|
|
|
|
|
are in this version
|
|
|
|
|
|
|
|
|
|
* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- TIOCGWINSZ wasn't used properly
|
|
|
|
|
|
|
|
|
|
* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc, linked shared libs against -lc
|
|
|
|
|
|