From 695925229d72ce04adcb78b6e8405d6786c8a3ee Mon Sep 17 00:00:00 2001 From: lcrpkking Date: Fri, 10 Feb 2023 03:26:08 +0000 Subject: [PATCH 1/2] fix build Signed-off-by: lcrpkking --- perl-Event.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Event.spec b/perl-Event.spec index 4ba8823..c3c627c 100644 --- a/perl-Event.spec +++ b/perl-Event.spec @@ -8,6 +8,7 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Event/ Source0: http://www.cpan.org/authors/id/E/ET/ETJ/Event-%{version}.tar.gz BuildRequires: perl >= 0:5.008000 +BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) >= 1 From 145a320132eacd5b5e7e4d311ef91d2d9914681b Mon Sep 17 00:00:00 2001 From: lcrpkking Date: Wed, 15 Feb 2023 08:12:02 +0000 Subject: [PATCH 2/2] add changelog Signed-off-by: lcrpkking --- perl-Event.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Event.spec b/perl-Event.spec index c3c627c..025757d 100644 --- a/perl-Event.spec +++ b/perl-Event.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Event Version: 1.28 -Release: 1 +Release: 2 Summary: Event loop processing License: GPL-1.0-only or Artistic-1.0-Perl Group: Development/Libraries @@ -72,5 +72,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Feb 15 2023 lichaoran 1.28-2 +- add perl-devel as BuildRequires + * Sun May 23 2021 Perl_Bot 1.28-1 - Specfile autogenerated by Perl_Bot