auto-import changelog data from slang-1.4.5-11.src.rpm

Wed Jul 24 2002 Bill Nottingham <notting@redhat.com> 1.4.5-11
- fix write-before-beginning-of-string in SLsmg_write_nwchars
This commit is contained in:
cvsdist 2004-09-09 12:28:34 +00:00
parent 9ad29f311e
commit e8c46e401e

View File

@ -1,13 +1,14 @@
Summary: The shared library for the S-Lang extension language.
Name: slang
Version: 1.4.5
Release: 10
Release: 11
Copyright: GPL
Group: System Environment/Libraries
Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2
Source2: README.UTF-8
Patch: slang-debian-utf8.patch
Patch2: slang-utf8-acs.patch
Patch3: slang-1.4.5-utf8-segv.patch
Url: http://www.s-lang.org/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -37,6 +38,7 @@ based on the S-Lang extension language.
%setup -n slang-%{version} -q
%patch -p1 -b .utf8
%patch2 -p1 -b .acs
%patch3 -p1 -b .segv
cp %{SOURCE2} .
@ -76,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/slang
%changelog
* Wed Jul 24 2002 Bill Nottingham <notting@redhat.com> 1.4.5-11
- fix write-before-beginning-of-string in SLsmg_write_nwchars
* Tue Jul 9 2002 Bill Nottingham <notting@redhat.com> 1.4.5-10
- fix segfault in odd environments