Accepting request 1000845 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1000845 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lksctp-tools?expand=0&rev=28
This commit is contained in:
commit
423ba07036
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15
|
|
||||||
size 795762
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 10:16:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.0.19
|
||||||
|
* Added support for sctp_peeloff_flags function
|
||||||
|
* Added macro definitions indicating which kernel features were
|
||||||
|
detected during build
|
||||||
|
* Fixes ignored parameter on sctp_sendv
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 28 10:26:08 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
Mon Mar 28 10:26:08 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lksctp-tools
|
Name: lksctp-tools
|
||||||
Version: 1.0.17
|
Version: 1.0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
URL: http://lksctp.sourceforge.net
|
URL: http://lksctp.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
|
#Git-Clone: https://github.com/sctp/lksctp-tools
|
||||||
|
Source: https://github.com/sctp/lksctp-tools/archive/refs/tags/v%version.tar.gz
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,7 +38,7 @@ transparent multihoming, and multiple ordered streams of messages.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for SCTP (Stream Control Transmission Protocol)
|
Summary: Development files for SCTP (Stream Control Transmission Protocol)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -53,6 +54,7 @@ transparent multi-homing, and multiple ordered streams of messages.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
autoreconf -fi
|
||||||
%configure --prefix=%{_prefix} \
|
%configure --prefix=%{_prefix} \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
BIN
v1.0.19.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.0.19.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user