Accepting request 185542 from network:utilities

upgrade to 1.0.15 (forwarded request 185540 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/185542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lksctp-tools?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2013-08-04 18:40:16 +00:00 committed by Git OBS Bridge
commit 6966ba4459
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c681868a95afc420f941d2f7dc6bfe07658de109aba6969c407ddf213c2f2a5
size 564530

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ef2330c8dc6bc454c26f6e9fb53bbe5a6a8372740aebd1be8c326b526106e78
size 564837

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 1 19:49:35 UTC 2013 - andreas.stieger@gmx.de
- upgrade to 1.0.15
* withsctp: fix quoted command line arguments
* sctp_status: fix printstatus output
* do not returns an error if AM_SILENT_RULES does not exist
- include changes from 1.0.14
* build: only use AM_CPPFLAGS instead of a mixture of AM_CFLAGS and AM_CPPFLAGS
* test_sctp_sendrecvmsg: fix bug in msg_flag passing
* build: fix out-of-tree build of withsctp.
* test_1_to_1_threads: fixup pthread hung by giving an array instead of a pointer
* test_1_to_1_threads: remove unused variable for t_recv and t_send
* sctp: Add new spinfo state values to enumeration
* build: Modernize autotools
-------------------------------------------------------------------
Sat Jan 26 11:01:29 UTC 2013 - meissner@suse.com

View File

@ -20,7 +20,7 @@ Name: lksctp-tools
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
License: LGPL-2.1+
Group: Productivity/Networking/Other
Version: 1.0.13
Version: 1.0.15
Release: 0
Url: http://lksctp.sourceforge.net
Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
@ -55,7 +55,7 @@ transparent multi-homing, and multiple ordered streams of messages.
%patch0 -p1
%build
autoreconf --force --install
./bootstrap
CPPFLAGS="-I`pwd`/include" \
%configure --prefix=/usr \
--enable-shared \