Hello community,
here is the log from the commit of package perl-Pod-MinimumVersion for
openSUSE:Factory checked in at 2020-10-29 09:22:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-MinimumVersion (Old)
and /work/SRC/openSUSE:Factory/.perl-Pod-MinimumVersion.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-MinimumVersion"
Thu Oct 29 09:22:47 2020 rev:2 rq:844656 version:50
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Pod-MinimumVersion/perl-Pod-MinimumVersion.changes
2017-02-28 23:50:15.407921598 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Pod-MinimumVersion.new.3463/perl-Pod-MinimumVersion.changes
2020-10-29 09:22:55.018722887 +0100
@@ -1,0 +2,5 @@
+Wed Oct 28 17:24:36 UTC 2020 - Dirk Stoecker <[email protected]>
+
+Refresh spec file with cpanspec to fix build with perl 5.32
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Pod-MinimumVersion.spec ++++++
--- /var/tmp/diff_new_pack.wWRsyP/_old 2020-10-29 09:22:56.534724340 +0100
+++ /var/tmp/diff_new_pack.wWRsyP/_new 2020-10-29 09:22:56.538724343 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-MinimumVersion
#
-# Copyright (c) 2017 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
@@ -12,18 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Pod-MinimumVersion
Version: 50
Release: 0
+#Upstream: GPL-1.0-or-later
%define cpan_name Pod-MinimumVersion
Summary: Perl version for POD directives used
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Pod-MinimumVersion/
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -31,8 +32,10 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IO::String) >= 1.02
+BuildRequires: perl(Pod::Parser)
BuildRequires: perl(version)
Requires: perl(IO::String) >= 1.02
+Requires: perl(Pod::Parser)
Requires: perl(version)
%{perl_requires}
@@ -43,14 +46,14 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install