2020-11-13 22:30:35 +00:00
committed by Git OBS Bridge
parent a829bfbc52
commit ed9f636caa
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 13 22:29:04 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- add missing perl(Pod::Find) to fix build with perl 5.32
-------------------------------------------------------------------
Tue Oct 15 20:31:43 UTC 2019 - Tina Mueller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Parse-ErrorString-Perl
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@ Release: 0
Summary: Parse error messages from the perl interpreter
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -31,9 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Pod::POM) >= 0.27
BuildRequires: perl(Test::Differences)
Requires: perl(Class::XSAccessor)
Requires: perl(Pod::Find)
Requires: perl(Pod::POM) >= 0.27
%{perl_requires}