auto-import changelog data from newt-0.51.0-1.src.rpm

Thu Aug 15 2002 Bill Nottingham <notting@redhat.com> 0.51.0-1
- changes for element width calculation for UTF-8
- fix textwrap for UTF-8 in general
- bump soname to avoid shared library collisions with slang
This commit is contained in:
cvsdist 2004-09-09 09:16:51 +00:00
parent 08876ab874
commit 220d098090
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
newt-0.50.39.tar.gz
newt-0.51.0.tar.gz

View File

@ -1,11 +1,11 @@
Summary: A development library for text mode user interfaces.
Name: newt
%define version 0.50.39
%define version 0.51.0
Version: %{version}
Release: 1
License: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
Source: newt-%{version}.tar.gz
BuildRequires: python,python-devel,perl, slang-devel
Requires: slang
Provides: snack
@ -81,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/lib/libnewt.so
%changelog
* Thu Aug 15 2002 Bill Nottingham <notting@redhat.com> 0.51.0-1
- changes for element width calculation for UTF-8
- fix textwrap for UTF-8 in general
- bump soname to avoid shared library collisions with slang
* Wed Jul 01 2002 Michael Fulbright <msf@redhat.com> 0.50.39-1
- Changed a test to check for 'None' the correct way

View File

@ -1 +1 @@
d21566d8b226ff25906f8ec00833455a newt-0.50.39.tar.gz
33e9bbf29126dfdc0bd4b6bd1509b62d newt-0.51.0.tar.gz