From 827d6c922f97a5c9c9be34697078cc1973def090 Mon Sep 17 00:00:00 2001 From: zhangying Date: Wed, 26 Apr 2023 14:44:10 +0800 Subject: [PATCH] %patchxxx -p1 automation in lwip.spec Signed-off-by: zhangying --- lwip.spec | 67 +++++-------------------------------------------------- 1 file changed, 5 insertions(+), 62 deletions(-) diff --git a/lwip.spec b/lwip.spec index cec369d..c918b58 100644 --- a/lwip.spec +++ b/lwip.spec @@ -4,7 +4,7 @@ Summary: lwip is a small independent implementation of the TCP/IP protocol suite Name: lwip Version: 2.1.3 -Release: 50 +Release: 51 License: BSD URL: http://savannah.nongnu.org/projects/lwip/ Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip @@ -85,67 +85,7 @@ lwip is a small independent implementation of the TCP/IP protocol suite. %setup -n %{name}-%{version} -q find %{_builddir}/%{name}-%{version} -type f -exec dos2unix -q {} \; -%patch6001 -p1 -%patch6002 -p1 -%patch9000 -p1 -%patch9001 -p1 -%patch9002 -p1 -%patch9003 -p1 -%patch9004 -p1 -%patch9005 -p1 -%patch9006 -p1 -%patch9007 -p1 -%patch9008 -p1 -%patch9009 -p1 -%patch9010 -p1 -%patch9011 -p1 -%patch9012 -p1 -%patch9013 -p1 -%patch9014 -p1 -%patch9015 -p1 -%patch9016 -p1 -%patch9017 -p1 -%patch9018 -p1 -%patch9019 -p1 -%patch9020 -p1 -%patch9021 -p1 -%patch9022 -p1 -%patch9023 -p1 -%patch9024 -p1 -%patch9025 -p1 -%patch9026 -p1 -%patch9027 -p1 -%patch9028 -p1 -%patch9029 -p1 -%patch9030 -p1 -%patch9031 -p1 -%patch9032 -p1 -%patch9033 -p1 -%patch9034 -p1 -%patch9035 -p1 -%patch9036 -p1 -%patch9037 -p1 -%patch9038 -p1 -%patch9039 -p1 -%patch9040 -p1 -%patch9041 -p1 -%patch9042 -p1 -%patch9043 -p1 -%patch9044 -p1 -%patch9045 -p1 -%patch9046 -p1 -%patch9047 -p1 -%patch9048 -p1 -%patch9049 -p1 -%patch9050 -p1 -%patch9051 -p1 -%patch9052 -p1 -%patch9053 -p1 -%patch9054 -p1 -%patch9055 -p1 -%patch9056 -p1 -%patch9057 -p1 -%patch9058 -p1 +%autopatch -p1 %build cd %{_builddir}/%{name}-%{version}/src @@ -161,6 +101,9 @@ cd %{_builddir}/%{name}-%{version}/src %{_libdir}/liblwip.a %changelog +* Wed Apr 26 2023 zhangying - 2.1.3-51 +- %patchxxx -p1 automation in lwip.spec + * Sat Apr 01 2023 jiangheng - 2.1.3-50 - fix last_unsent/last_unacked error - fix send failed due to pcb->nrtx > TCP_MAXRTX -- Gitee