diff --git a/lksctp-fixes.patch b/lksctp-fixes.patch new file mode 100644 index 0000000..26651e9 --- /dev/null +++ b/lksctp-fixes.patch @@ -0,0 +1,12 @@ +Index: lksctp-tools-1.0.13/src/withsctp/checksctp.c +=================================================================== +--- lksctp-tools-1.0.13.orig/src/withsctp/checksctp.c ++++ lksctp-tools-1.0.13/src/withsctp/checksctp.c +@@ -30,6 +30,7 @@ + */ + #include + #include ++#include + #include + #include + diff --git a/lksctp-tools-1.0.12.tar.gz b/lksctp-tools-1.0.12.tar.gz deleted file mode 100644 index 2d981c4..0000000 --- a/lksctp-tools-1.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a33ba8ea714b0c1bd159b2f8fa78629a103e925c0fa50d5c8b91bef3c3a5987 -size 564316 diff --git a/lksctp-tools-1.0.13.tar.gz b/lksctp-tools-1.0.13.tar.gz new file mode 100644 index 0000000..34c73a7 --- /dev/null +++ b/lksctp-tools-1.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c681868a95afc420f941d2f7dc6bfe07658de109aba6969c407ddf213c2f2a5 +size 564530 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index e8f7764..747039e 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 26 11:01:29 UTC 2013 - meissner@suse.com + +- upgraded to 1.0.13 (bugfixes) + T:BUILD Use silent rules + T:BUILD Fix build warnings all over the place + T:APP Fix memory leak in sctp_xconnect + T:TEST Fix deprecated values in test cases +- lskctp-fixes.patch: implicit warning fix + ------------------------------------------------------------------- Mon Jan 21 10:38:43 UTC 2013 - meissner@suse.com diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 6b95f9d..56b861d 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -20,10 +20,11 @@ Name: lksctp-tools Summary: Utilities for SCTP (Stream Control Transmission Protocol) License: LGPL-2.1+ Group: Productivity/Networking/Other -Version: 1.0.12 +Version: 1.0.13 Release: 0 Url: http://lksctp.sourceforge.net Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz +Patch0: lksctp-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool @@ -51,6 +52,7 @@ transparent multi-homing, and multiple ordered streams of messages. %prep %setup -q +%patch0 -p1 %build autoreconf --force --install @@ -58,7 +60,7 @@ CPPFLAGS="-I`pwd`/include" \ %configure --prefix=/usr \ --enable-shared \ --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make install DESTDIR=$RPM_BUILD_ROOT