From ed9f636caa7038fbcbe161d2220eb64eec362ff8604040cd37f34d9b21f2d4f2 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 13 Nov 2020 22:30:35 +0000 Subject: [PATCH] fix build by regerating spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-ErrorString-Perl?expand=0&rev=9 --- perl-Parse-ErrorString-Perl.changes | 5 +++++ perl-Parse-ErrorString-Perl.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Parse-ErrorString-Perl.changes b/perl-Parse-ErrorString-Perl.changes index 6158237..fe2404a 100644 --- a/perl-Parse-ErrorString-Perl.changes +++ b/perl-Parse-ErrorString-Perl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 13 22:29:04 UTC 2020 - Dirk Stoecker + +- add missing perl(Pod::Find) to fix build with perl 5.32 + ------------------------------------------------------------------- Tue Oct 15 20:31:43 UTC 2019 - Tina Mueller diff --git a/perl-Parse-ErrorString-Perl.spec b/perl-Parse-ErrorString-Perl.spec index 45df630..c204920 100644 --- a/perl-Parse-ErrorString-Perl.spec +++ b/perl-Parse-ErrorString-Perl.spec @@ -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}