From 15c6ba2a975f114be128f610770628edfe4772e5 Mon Sep 17 00:00:00 2001 From: zhanghua1831 Date: Thu, 26 Nov 2020 12:07:58 +0800 Subject: [PATCH] fix url requests timeout problem --- motif.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/motif.spec b/motif.spec index 8de024a..cf0e8bf 100644 --- a/motif.spec +++ b/motif.spec @@ -1,16 +1,16 @@ 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 BuildRequires: automake, libtool, autoconf, flex, flex-static, byacc, pkgconfig, libjpeg-devel libpng-devel BuildRequires: libXft-devel libXmu-devel libXp-devel libXt-devel libXext-devel, xorg-x11-xbitmaps, perl-interpreter Requires: xorg-x11-xbitmaps, xorg-x11-xinit -Requires: %{name}-help = %{version}-%{release} +Requires: %{name}-help = %{version}-%{release} Provides: openmotif = %{version}-%{release} Obsoletes: openmotif < %{version} Conflicts: lesstif <= 0.92.32-6 @@ -89,8 +89,11 @@ 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 montif package's install require +- Set help package as motif package's install require * Fri Nov 29 2019 openEuler Buildteam - 2.3.4-18 - Package init -- Gitee