From 8e022b954eeecfe517416cbdbc3bf7af3bbbb971 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:04:19 +0000 Subject: [PATCH] auto-import changelog data from ncurses-5.2-25.src.rpm Mon Feb 25 2002 Bernhard Rosenkraenzer 5.2-25 - Remove bogus man pages - Remove bool hack, it breaks make menuconfig --- .cvsignore | 1 + ncurses.spec | 12 ++++++++---- sources | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 278d237..56aec9a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ ncurses-5.2-20020218.patch.gz +ncurses-5.2-20020223.patch.gz ncurses-5.2.tar.bz2 patch-5.2-20020216.sh.gz diff --git a/ncurses.spec b/ncurses.spec index 25a6249..745372c 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package. Name: ncurses Version: 5.2 %define PATCHDATE 20020216 -Release: 23 +Release: 25 License: distributable Group: System Environment/Libraries URL: http://dickey.his.com/ncurses/ncurses.html @@ -12,9 +12,9 @@ Source3: ncurses-linux-m Source4: ncurses-resetall.sh Patch1: ftp://dickey.his.com/ncurses/5.2/patch-5.2-%{PATCHDATE}.sh.gz Patch2: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20020218.patch.gz +Patch3: ftp://dickey.his.com/ncurses/5.2/ncurses-5.2-20020223.patch.gz Patch10: ncurses-5.2-20010623-xtermchanges.patch Patch11: ncurses-5.2-rxvt.patch -Patch12: ncurses-5.2-nobool.patch Patch13: ncurses-5.2-autoconf25.patch BuildRoot: %{_tmppath}/%{name}-root @@ -47,10 +47,10 @@ C++ bindings to ncurses %prep %setup -q zcat %{PATCH1} |sh -%patch2 -p1 -b .pl1 +%patch2 -p1 +%patch3 -p1 %patch10 -p1 -b .xterm %patch11 -p1 -b .rxvt -%patch12 -p1 -b .bool %patch13 -p1 -b .ac25 find . -name "*.orig" -exec rm -f {} \; @@ -130,6 +130,10 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/resetall rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 25 2002 Bernhard Rosenkraenzer 5.2-25 +- Remove bogus man pages +- Remove bool hack, it breaks make menuconfig + * Fri Feb 22 2002 Bernhard Rosenkraenzer 5.2-24 - Rebuild for glibc 2.3/gcc 3.1 diff --git a/sources b/sources index de76014..1225b45 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ 8c2a598ed21133b27b9ed29179a121f3 ncurses-5.2-20020218.patch.gz +13e358643396607d32189757b73039c4 ncurses-5.2-20020223.patch.gz b3dfb89d242408cca09c85447563d9c1 ncurses-5.2.tar.bz2 ad80e5b0cace664191631abe201d0095 patch-5.2-20020216.sh.gz