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:
parent
08876ab874
commit
220d098090
@ -1 +1 @@
|
||||
newt-0.50.39.tar.gz
|
||||
newt-0.51.0.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user