Updated to 1.0.19
Patches dropped since changes are now incorporated in the upstream
This commit is contained in:
parent
2c91be595c
commit
2c346ba094
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ lksctp-tools-1.0.11.tar.gz
|
||||
/lksctp-tools-1.0.15.tar.gz
|
||||
/lksctp-tools-1.0.16.tar.gz
|
||||
/lksctp-tools-1.0.18.tar.gz
|
||||
/lksctp-tools-1.0.19.tar.gz
|
||||
|
||||
@ -1,22 +1,13 @@
|
||||
Name: lksctp-tools
|
||||
Summary: User-space access to Linux Kernel SCTP
|
||||
Version: 1.0.18
|
||||
Release: 12%{?dist}
|
||||
Version: 1.0.19
|
||||
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
|
||||
URL: http://lksctp.sourceforge.net
|
||||
|
||||
Source0: https://github.com/sctp/lksctp-tools/archive/%{name}-%{version}.tar.gz
|
||||
Patch0: lksctp-tools-1.0.16-libdir.patch
|
||||
Patch1: lksctp-tools-1.0.18-withsctp-use-PACKAGE_VERSION-in-withsctp.h.patch
|
||||
Patch2: lksctp-tools-1.0.18-configure.ac-add-CURRENT-REVISION-and-AGE-for-libsct.patch
|
||||
Patch3: lksctp-tools-1.0.18-build-fix-netinet-sctp.h-not-to-be-installed.patch
|
||||
Patch4: lksctp-tools-1.0.18-build-remove-v4.12-secondary-defines-in-favor-of-HAV.patch
|
||||
Patch5: lksctp-tools-1.0.18-build-fix-probing-for-HAVE_SCTP_SENDV.patch
|
||||
Patch6: lksctp-tools-1.0.18-build-0b0dce7a36fb-actually-belongs-to-v4.19.patch
|
||||
Patch7: lksctp-tools-symver.patch
|
||||
Patch8: lksctp-tools-1.0.18-autoconf_2_70.patch
|
||||
BuildRequires: libtool, automake, autoconf, make
|
||||
|
||||
%description
|
||||
@ -51,15 +42,6 @@ Drafts).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
[ ! -x ./configure ] && sh bootstrap
|
||||
@ -96,6 +78,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
%doc doc/*.txt
|
||||
|
||||
%changelog
|
||||
* Sun Jun 5 2022 Peter Hanecak <hany@hany.sk> - 1.0.19-1
|
||||
- Updated to 1.0.19
|
||||
- Patches dropped since changes are now incorporated in the upstream
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.18-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lksctp-tools-1.0.18.tar.gz) = a47dbdf5082ce056c3749237ab83889a134f30b3b4a4c66701fa8c6dc955cf06a1f406677320e6e3535d4e635a89344b67ee461991a10a95460ea191cf5b71f6
|
||||
SHA512 (lksctp-tools-1.0.19.tar.gz) = dc4b3e4cc7e7b0348e4a71297154cf25cb11b583832220281807d90a9f65a24003a8bc2a8c30f1d5d22bf9c182a877c955fb87d5c318e4bb7ad52557628db16b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user