- revert bidi patch, objections by Jeremy Katz about anaconda breaking

- this version still only exists as a "ghastly" upstream tarball; the
    patches are now cleaned up and will be integrated into rhlinux cvs
    unless some more breakage akin to bidi occurs
- the if1close patch is now part of upstream tarball too
This commit is contained in:
prockai 2005-09-30 14:29:37 +00:00
parent b0b298bf7b
commit 8c6d09949e
3 changed files with 11 additions and 3 deletions

View File

@ -1,2 +1,3 @@
newt-0.51.6.tar.gz
newt-0.52.0.tar.gz
newt-0.52.1.tar.gz

View File

@ -2,13 +2,12 @@
Summary: A development library for text mode user interfaces.
Name: newt
%define version 0.52.0
%define version 0.52.1
Version: %{version}
Release: 0
License: LGPL
Group: System Environment/Libraries
Source: newt-%{version}.tar.gz
Patch1: newt-0.51.6-if1close.patch
BuildRequires: python,python-devel,perl, slang-devel, tcl-devel
Requires: slang
Provides: snack
@ -40,7 +39,6 @@ newt.
%prep
%setup -q
%patch1 -p1 -b .if1close
%build
# gpm support seems to smash the stack w/ we use help in anaconda??
@ -87,6 +85,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libnewt.so
%changelog
* Fri Sep 30 2005 Petr Rockai <prockai@redhat.com> - 0.52.1-0
- revert bidi patch, objections by Jeremy Katz about
anaconda breaking
- this version still only exists as a "ghastly" upstream tarball;
the patches are now cleaned up and will be integrated into
rhlinux cvs unless some more breakage akin to bidi occurs
- the if1close patch is now part of upstream tarball too
* Wed Sep 21 2005 Petr Rockai <prockai@redhat.com> - 0.52.0-0
- new upstream version

View File

@ -1 +1,2 @@
8ffb4b908093f1ee793aad4527411453 newt-0.52.0.tar.gz
7fb56172d587187943c0cd86f71948c3 newt-0.52.1.tar.gz