Update to 1.0.12

This commit is contained in:
Jan Safranek 2013-01-21 09:47:31 +01:00
parent 8f68025427
commit 4d8a8a82c3
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
lksctp-tools-1.0.11.tar.gz lksctp-tools-1.0.11.tar.gz
/lksctp-tools-1.0.12.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=@libdir@/@PACKAGE@
+LIBDIR=`rpm --eval "%{_libdir}"`/@PACKAGE@ +LIBDIR=`rpm --eval "%{_libdir}"`/@PACKAGE@
BINDIR=@bindir@ 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 if ! ${BINDIR}/checksctp 2> /dev/null

View File

@ -1,7 +1,7 @@
Summary: User-space access to Linux Kernel SCTP Summary: User-space access to Linux Kernel SCTP
Name: lksctp-tools Name: lksctp-tools
Version: 1.0.11 Version: 1.0.12
Release: 5%{?dist} Release: 1%{?dist}
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification # src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
License: GPLv2 and GPLv2+ and LGPLv2 and MIT License: GPLv2 and GPLv2+ and LGPLv2 and MIT
Group: System Environment/Libraries Group: System Environment/Libraries
@ -85,6 +85,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/ -name "*.la" | xargs rm -f
%doc doc/*.txt %doc doc/*.txt
%changelog %changelog
* Mon Jan 21 2013 Jan Safranek <jsafrane@redhat.com> - 1.0.12-1
- Update to 1.0.12
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-5 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
e9cf6c57402c9d4f1173a9529466e16d lksctp-tools-1.0.11.tar.gz 9be401f0841a6ab6c11682aa54c4381b lksctp-tools-1.0.12.tar.gz