diff --git a/.gitignore b/.gitignore index 219ccfc..d148c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ lksctp-tools-1.0.11.tar.gz /lksctp-tools-1.0.12.tar.gz /lksctp-tools-1.0.13.tar.gz +/lksctp-tools-1.0.14.tar.gz diff --git a/lksctp-tools-1.0.6-libdir.patch b/lksctp-tools-1.0.6-libdir.patch index 259a38d..c674e44 100644 --- a/lksctp-tools-1.0.6-libdir.patch +++ b/lksctp-tools-1.0.6-libdir.patch @@ -7,5 +7,5 @@ diff -up lksctp-tools-1.0.11/src/withsctp/withsctp.in.orig lksctp-tools-1.0.11/s -LIBDIR=@libdir@/@PACKAGE@ +LIBDIR=`rpm --eval "%{_libdir}"`/@PACKAGE@ BINDIR=@bindir@ - export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.13 + export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.14 if ! ${BINDIR}/checksctp 2> /dev/null diff --git a/lksctp-tools.spec b/lksctp-tools.spec index e0b8a1b..f90a250 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -1,6 +1,6 @@ Summary: User-space access to Linux Kernel SCTP Name: lksctp-tools -Version: 1.0.13 +Version: 1.0.14 Release: 1%{?dist} # src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification License: GPLv2 and GPLv2+ and LGPLv2 and MIT @@ -85,6 +85,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/ -name "*.la" | xargs rm -f %doc doc/*.txt %changelog +* Tue Apr 09 2013 Daniel Borkmann - 1.0.14-1 +- Update to 1.0.14 + * Fri Jan 25 2013 Daniel Borkmann - 1.0.13-1 - Update to 1.0.13 diff --git a/sources b/sources index 525ebda..5f187e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96436a1b0d30ae588d0a13f6b646549a lksctp-tools-1.0.13.tar.gz +12bc67f9b47ea631328a592ce7a53ca1 lksctp-tools-1.0.14.tar.gz