From 6d699e1d78fbc9525ba7a0e9417794d299297f41 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 15 Sep 2020 16:19:15 +0800 Subject: [PATCH 1/2] Replace invalid url of Source0 --- libev.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libev.spec b/libev.spec index cb2a0e2..bafe92e 100644 --- a/libev.spec +++ b/libev.spec @@ -3,11 +3,11 @@ Name: libev Version: 4.33 -Release: 1 +Release: 2 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ -URL: http://software.schmorp.de/pkg/libev.html -Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz +URL: https://github.com/enki/libev +Source0: https://fossies.org/linux/misc/libev-%{version].tar.gz BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar @@ -76,6 +76,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Mon Sep 14 2020 chengzihan - 4.33-2 +- Replace invalid url of Source0 + * Wed Apr 15 2020 kangenbo - 4.33-1 - Type: bugfix - ID:NA -- Gitee From aed593ad65edef75b1dacb14aeb1bd9481b22b3a Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 15 Sep 2020 16:42:38 +0800 Subject: [PATCH 2/2] Replace invalid url of Source0 --- libev.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libev.spec b/libev.spec index bafe92e..24fe108 100644 --- a/libev.spec +++ b/libev.spec @@ -7,7 +7,7 @@ Release: 2 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ URL: https://github.com/enki/libev -Source0: https://fossies.org/linux/misc/libev-%{version].tar.gz +Source0: https://fossies.org/linux/misc/libev-%{version}.tar.gz BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar -- Gitee