Update to 1.0.15

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
This commit is contained in:
Daniel Borkmann 2013-05-12 11:48:06 +02:00
parent e88b4142b2
commit d3b173fb34
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,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
/lksctp-tools-1.0.15.tar.gz

View File

@ -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.14
export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.15
if ! ${BINDIR}/checksctp 2> /dev/null

View File

@ -1,6 +1,6 @@
Summary: User-space access to Linux Kernel SCTP
Name: lksctp-tools
Version: 1.0.14
Version: 1.0.15
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
* Sun May 12 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.15-1
- Update to 1.0.15
* Tue Apr 09 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.14-1
- Update to 1.0.14

View File

@ -1 +1 @@
12bc67f9b47ea631328a592ce7a53ca1 lksctp-tools-1.0.14.tar.gz
d829677541fb41061e7f4d61f8413b07 lksctp-tools-1.0.15.tar.gz