diff --git a/.gitignore b/.gitignore index a510109..219ccfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ lksctp-tools-1.0.11.tar.gz /lksctp-tools-1.0.12.tar.gz +/lksctp-tools-1.0.13.tar.gz diff --git a/lksctp-tools-1.0.6-libdir.patch b/lksctp-tools-1.0.6-libdir.patch index d2d6ffe..259a38d 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.12 + export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.13 if ! ${BINDIR}/checksctp 2> /dev/null diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 331a1d3..e0b8a1b 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.12 +Version: 1.0.13 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 +* Fri Jan 25 2013 Daniel Borkmann - 1.0.13-1 +- Update to 1.0.13 + * Mon Jan 21 2013 Jan Safranek - 1.0.12-1 - Update to 1.0.12 diff --git a/sources b/sources index 31540d1..525ebda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9be401f0841a6ab6c11682aa54c4381b lksctp-tools-1.0.12.tar.gz +96436a1b0d30ae588d0a13f6b646549a lksctp-tools-1.0.13.tar.gz