|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Devel-CheckLib
|
|
|
|
Name: perl-Devel-CheckLib
|
|
|
|
Version: 1.13
|
|
|
|
Version: 1.14
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Check that a library is available
|
|
|
|
Summary: Check that a library is available
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -22,9 +22,9 @@ BuildRequires: perl(Text::ParseWords)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(IO::CaptureOutput) >= 1.0801
|
|
|
|
BuildRequires: perl(Capture::Tiny)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
# Optional tests
|
|
|
|
# Optional tests
|
|
|
|
BuildRequires: perl(Mock::Config)
|
|
|
|
BuildRequires: perl(Mock::Config)
|
|
|
|
|
|
|
|
|
|
|
@ -57,6 +57,9 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Denis Fateyev <denis@fateyev.com> - 1.14-1
|
|
|
|
|
|
|
|
- Update to 1.14
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-6
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|