From ec2203e71794b7e39a7034e73d45327c178627e7 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Fri, 6 Nov 2020 16:37:01 +0800 Subject: [PATCH] Add Requires libev-help into libev --- libev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libev.spec b/libev.spec index cb2a0e2..8bf5014 100644 --- a/libev.spec +++ b/libev.spec @@ -3,14 +3,14 @@ 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 BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar - +Requires: %{name}-help = %{version}-%{release} Provides: bundled(libecb) = 1.05 %description @@ -76,6 +76,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Fri Nov 06 2020 leiju - 4.33-2 +- Add Requires libev-help into libev + * Wed Apr 15 2020 kangenbo - 4.33-1 - Type: bugfix - ID:NA -- Gitee