From 04d53caf3ca3ac65ec0d471b257ccb21d47c3ef5 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 15 Sep 2020 16:36:37 +0800 Subject: [PATCH 1/2] Replace invalid url of Source0 add yaml to 20.03 --- libev.spec | 9 ++++++--- libev.yaml | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 libev.yaml 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 diff --git a/libev.yaml b/libev.yaml new file mode 100644 index 0000000..bf8908d --- /dev/null +++ b/libev.yaml @@ -0,0 +1,4 @@ +version_control: cvs +src_repo: http://cvs.schmorp.de/libev +tag_prefix: "rel-" +seperator: "_" -- Gitee From b80d99c8ad12c9e2dfe537c82d8d8b1c428a0385 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 15 Sep 2020 16:43:23 +0800 Subject: [PATCH 2/2] Replace invalid url of Source0 add yaml to 20.03 --- 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