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