diff --git a/.gitignore b/.gitignore index 98f943f..a510109 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lksctp-tools-1.0.11.tar.gz +/lksctp-tools-1.0.12.tar.gz diff --git a/lksctp-tools-1.0.6-libdir.patch b/lksctp-tools-1.0.6-libdir.patch index 016cef4..d2d6ffe 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.11 + export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.12 if ! ${BINDIR}/checksctp 2> /dev/null diff --git a/lksctp-tools.spec b/lksctp-tools.spec index dc7ad49..331a1d3 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -1,7 +1,7 @@ Summary: User-space access to Linux Kernel SCTP Name: lksctp-tools -Version: 1.0.11 -Release: 5%{?dist} +Version: 1.0.12 +Release: 1%{?dist} # src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification License: GPLv2 and GPLv2+ and LGPLv2 and MIT Group: System Environment/Libraries @@ -85,6 +85,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/ -name "*.la" | xargs rm -f %doc doc/*.txt %changelog +* Mon Jan 21 2013 Jan Safranek - 1.0.12-1 +- Update to 1.0.12 + * Thu Jul 19 2012 Fedora Release Engineering - 1.0.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 84757c5..31540d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9cf6c57402c9d4f1173a9529466e16d lksctp-tools-1.0.11.tar.gz +9be401f0841a6ab6c11682aa54c4381b lksctp-tools-1.0.12.tar.gz