Accepting request 185540 from home:AndreasStieger:branches:network:utilities
upgrade to 1.0.15 OBS-URL: https://build.opensuse.org/request/show/185540 OBS-URL: https://build.opensuse.org/package/show/network:utilities/lksctp-tools?expand=0&rev=16
This commit is contained in:
parent
83e531690d
commit
cd52b6a79d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c681868a95afc420f941d2f7dc6bfe07658de109aba6969c407ddf213c2f2a5
|
|
||||||
size 564530
|
|
3
lksctp-tools-1.0.15.tar.gz
Normal file
3
lksctp-tools-1.0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ef2330c8dc6bc454c26f6e9fb53bbe5a6a8372740aebd1be8c326b526106e78
|
||||||
|
size 564837
|
@ -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
|
Sat Jan 26 11:01:29 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: lksctp-tools
|
|||||||
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Version: 1.0.13
|
Version: 1.0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://lksctp.sourceforge.net
|
Url: http://lksctp.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
|
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
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
./bootstrap
|
||||||
CPPFLAGS="-I`pwd`/include" \
|
CPPFLAGS="-I`pwd`/include" \
|
||||||
%configure --prefix=/usr \
|
%configure --prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user