[lksctp-tools] Update to 1.0.13

dborkmann dborkmann at fedoraproject.org
Fri Jan 25 15:56:49 UTC 2013


commit 41e984255971a328f8c1a70a391039bf2172ff9a
Author: Daniel Borkmann <dborkman at redhat.com>
Date:   Fri Jan 25 16:52:21 2013 +0100

    Update to 1.0.13

 .gitignore                      |    1 +
 lksctp-tools-1.0.6-libdir.patch |    2 +-
 lksctp-tools.spec               |    5 ++++-
 sources                         |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
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 <dborkman at redhat.com> - 1.0.13-1
+- Update to 1.0.13
+
 * Mon Jan 21 2013 Jan Safranek <jsafrane at redhat.com> - 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


More information about the scm-commits mailing list