From fba0b32bb9725286605275b95cd197082dcd0828 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:13:28 +0000 Subject: [PATCH] auto-import changelog data from newt-0.50.17-2j2.src.rpm Thu Sep 07 2000 Erik Troan - removed unneeded call to newtResize() [patch in CVS already] Thu Aug 31 2000 ISHIKAWA Mutsumi - rebuild with slang-j Tue Aug 29 2000 ISHIKAWA Mutsumi - Inport JP patches from Vine Linux --- newt.spec | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/newt.spec b/newt.spec index a8e7b9a..6fcf2d1 100644 --- a/newt.spec +++ b/newt.spec @@ -2,16 +2,20 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.50.17 Version: %{version} -Release: 1 +Release: 2j2 Copyright: LGPL Group: System Environment/Libraries Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz -Requires: slang +Patch: newt-0.50.17_jp.patch +Patch1: newt-0.50.17_jp.euc.patch +Patch2: newt-0.50.17_jp.libname.patch +Patch3: newt-0.50.17-noresize.patch +Requires: slang-j Provides: snack %package devel Summary: Newt windowing toolkit development files. -Requires: slang-devel %{name} = %{version} +Requires: slang-j-devel %{name} = %{version} Group: Development/Libraries BuildRoot: /var/tmp/newtroot @@ -35,6 +39,10 @@ newt. %prep %setup +%patch -p1 -b .jp +%patch1 -p1 -b .euc +%patch2 -p1 -b .libname +%patch3 -p1 -b .oot %build # gpm support seems to smash the stack w/ we use help in anaconda?? @@ -57,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Thu Sep 07 2000 Erik Troan +- removed unneeded call to newtResize() [patch in CVS already] + +* Thu Aug 31 2000 ISHIKAWA Mutsumi +- rebuild with slang-j + +* Tue Aug 29 2000 ISHIKAWA Mutsumi +- Inport JP patches from Vine Linux + * Tue Aug 22 2000 Erik Troan - fixed cursor disappearing in suspend (again)