Update to 1.0.12
This commit is contained in:
parent
8f68025427
commit
4d8a8a82c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
lksctp-tools-1.0.11.tar.gz
|
lksctp-tools-1.0.11.tar.gz
|
||||||
|
/lksctp-tools-1.0.12.tar.gz
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user