- initialize variable before use
- fix subscript out of range bug (#147286)
This commit is contained in:
parent
e5201edc22
commit
268a179ad4
@ -5,11 +5,12 @@
|
||||
Summary: User-space access to Linux Kernel SCTP
|
||||
Name: lksctp-tools
|
||||
Version: %{lksctp_version}
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://lksctp.sourceforge.net
|
||||
Source0: %{name}-%{file_version}.tar.gz
|
||||
Patch0 : lksctp-tools-1.0.2-syntax.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: gcc
|
||||
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
|
||||
@ -54,6 +55,7 @@ Documents pertaining to LKSCTP & SCTP in general
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{file_version}
|
||||
$patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-shared --enable-static
|
||||
@ -93,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.txt
|
||||
|
||||
%changelog
|
||||
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-4
|
||||
- initialize variable before use
|
||||
- fix subscript out of range bug (#147286)
|
||||
|
||||
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-3
|
||||
- build for FC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user