From 3eb2f2d9999125919036a9dd2734df71a6fd7c4a Mon Sep 17 00:00:00 2001 From: zhanghua1831 Date: Thu, 26 Nov 2020 14:03:20 +0800 Subject: [PATCH] fix url requests timeout problem --- motif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/motif.spec b/motif.spec index 8679b25..cf0e8bf 100644 --- a/motif.spec +++ b/motif.spec @@ -1,9 +1,9 @@ Name: motif Version: 2.3.4 -Release: 19 +Release: 20 Summary: Run-time libraries and programs License: LGPLv2+ -URL: http://www.motifzone.net/ +URL: https://motif.ics.com/ Source0: http://downloads.sf.net/motif/motif-%{version}-src.tgz Source1: xmbind @@ -89,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man*/* %changelog +* Thu Nov 26 2020 zhanghua - 2.3.4-20 +- fix url requests timeout problem + * Sat Nov 07 2020 Ge Wang - 2.3.4-19 - Set help package as motif package's install require -- Gitee