diff --git a/lksctp-tools-1.0.13.tar.gz b/lksctp-tools-1.0.13.tar.gz deleted file mode 100644 index 34c73a7..0000000 --- a/lksctp-tools-1.0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c681868a95afc420f941d2f7dc6bfe07658de109aba6969c407ddf213c2f2a5 -size 564530 diff --git a/lksctp-tools-1.0.15.tar.gz b/lksctp-tools-1.0.15.tar.gz new file mode 100644 index 0000000..b6b069f --- /dev/null +++ b/lksctp-tools-1.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef2330c8dc6bc454c26f6e9fb53bbe5a6a8372740aebd1be8c326b526106e78 +size 564837 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index 747039e..bdcb2a2 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -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 diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 56b861d..0b0579d 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -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 \