diff --git a/.cvsignore b/.cvsignore index 7abeeae..ea48aad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,4 @@ -ncurses-5.2-20010714.tar.bz2 +ncurses-5.2-20011110.patch.gz +ncurses-5.2-20011117.patch.gz +ncurses-5.2-20011124.patch.gz +ncurses-5.2.tar.bz2 diff --git a/ncurses.spec b/ncurses.spec index 2db9735..a0a95df 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -1,24 +1,26 @@ Summary: A CRT screen handling and optimization package. Name: ncurses Version: 5.2 -%define PATCHDATE 20010714 -Release: 12 +%define PATCHDATE 20011103 +Release: 13.72.14 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html -Source0: ftp://dickey.his.com/ncurses/ncurses-5.2-%{PATCHDATE}.tar.bz2 +Source0: ftp://dickey.his.com/ncurses/ncurses-5.2.tar.bz2 Source2: ncurses-linux Source3: ncurses-linux-m Source4: ncurses-resetall.sh -Patch2: ncurses-5.0-setuid2.patch -Patch3: ncurses-5.2-20010623-xtermchanges.patch -Patch6: ncurses-5.2-rxvt.patch -Patch7: ncurses-5.2-20010407-tput-S.patch +Patch1: ftp://dickey.his.com/ncurses/5.2/patch-5.2-%{PATCHDATE}.sh +Patch2: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20011110.patch.gz +Patch3: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20011117.patch.gz +Patch4: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20011124.patch.gz +Patch10: ncurses-5.2-20010623-xtermchanges.patch +Patch11: ncurses-5.2-rxvt.patch BuildRoot: %{_tmppath}/%{name}-root %description The curses library routines are a terminal-independent method of -updating character screens with reasonable optimization. The ncurses +updating character screens with reasonable optimization. The ncurses (new curses) library is a freely distributable replacement for the discontinued 4.4BSD classic curses library. @@ -36,10 +38,12 @@ which will use ncurses. %prep %setup -q -%patch2 -p1 -b .setuid -%patch3 -p1 -b .xterm -%patch6 -p1 -b .rxvt -%patch7 -p1 -b .put_S +source %{PATCH1} +%patch2 -p1 -b .pl1 +%patch3 -p1 -b .pl2 +%patch4 -p1 -b .pl3 +%patch10 -p1 -b .xterm +%patch11 -p1 -b .rxvt find . -name "*.orig" -exec rm -f {} \; %build @@ -102,6 +106,12 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/resetall rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 27 2001 Bernhard Rosenkraenzer 5.2-14 +- Patchlevel 20011124 + +* Thu Sep 13 2001 Bernhard Rosenkraenzer 5.2-13 +- Sync with patchlevel 20010908 + * Fri Jul 20 2001 Bernhard Rosenkraenzer 5.2-12 - Sync terminfo with termcap 11.0.1-10 diff --git a/sources b/sources index 132cd4f..032e1f5 100644 --- a/sources +++ b/sources @@ -1 +1,4 @@ -f12b7396b417fa0d2cab72345968f1bb ncurses-5.2-20010714.tar.bz2 +c41565527ed77212a206a02992e4a93e ncurses-5.2-20011110.patch.gz +02b651d99e2749dbd7f65d420da5cb4f ncurses-5.2-20011117.patch.gz +ab351132474356de53bf07632dde777b ncurses-5.2-20011124.patch.gz +b3dfb89d242408cca09c85447563d9c1 ncurses-5.2.tar.bz2