- 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
|
Summary: User-space access to Linux Kernel SCTP
|
||||||
Name: lksctp-tools
|
Name: lksctp-tools
|
||||||
Version: %{lksctp_version}
|
Version: %{lksctp_version}
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://lksctp.sourceforge.net
|
URL: http://lksctp.sourceforge.net
|
||||||
Source0: %{name}-%{file_version}.tar.gz
|
Source0: %{name}-%{file_version}.tar.gz
|
||||||
|
Patch0 : lksctp-tools-1.0.2-syntax.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
|
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
|
||||||
@ -54,6 +55,7 @@ Documents pertaining to LKSCTP & SCTP in general
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{file_version}
|
%setup -q -n %{name}-%{file_version}
|
||||||
|
$patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --enable-static
|
%configure --enable-shared --enable-static
|
||||||
@ -93,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/*.txt
|
%doc doc/*.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-3
|
||||||
- build for FC
|
- build for FC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user