add new missing BuildRequires perl(Safe)

This commit is contained in:
Pokorra, Gerd 2020-03-11 07:49:28 +01:00
parent e052e69a5d
commit 438d07ac73
1 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Pegex
Version: 0.75
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Pegex Parser Generator
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pegex
@ -17,6 +17,7 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Tie::IxHash)
BuildRequires: perl(XXX) >= 0.33
BuildRequires: perl(YAML::PP) >= 0.018
BuildRequires: perl(Safe)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Carp)
@ -58,12 +59,12 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Mar 11 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.75-2
- Add BuildRequires perl(Safe)
* Mon Feb 17 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.75-1
- Update to 0.75
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.74-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jan 27 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.74-1
- Update to 0.74
- Change a lot of BuildRequires and Requires
@ -71,9 +72,6 @@ make test
* Mon Jan 06 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> 0.72-1
- Update to 0.72
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.70-4
- Perl 5.30 rebuild