Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Pod-Coverage-Moose for
openSUSE:Factory checked in at 2023-09-13 20:44:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Coverage-Moose (Old)
and /work/SRC/openSUSE:Factory/.perl-Pod-Coverage-Moose.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-Coverage-Moose"
Wed Sep 13 20:44:17 2023 rev:12 rq:1110664 version:0.80.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Pod-Coverage-Moose/perl-Pod-Coverage-Moose.changes
2015-09-08 18:06:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Pod-Coverage-Moose.new.1766/perl-Pod-Coverage-Moose.changes
2023-09-13 20:45:05.435203718 +0200
@@ -1,0 +2,10 @@
+Tue Sep 5 16:56:11 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.08
+ see /usr/share/doc/packages/perl-Pod-Coverage-Moose/Changes
+
+ 0.08 2023-08-25 22:44:37Z
+ - fix "Attempt to call undefined import method with arguments" error
+ on perl 5.39.1
+
+-------------------------------------------------------------------
Old:
----
Pod-Coverage-Moose-0.07.tar.gz
New:
----
Pod-Coverage-Moose-0.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Pod-Coverage-Moose.spec ++++++
--- /var/tmp/diff_new_pack.jlo3JF/_old 2023-09-13 20:45:06.467240409 +0200
+++ /var/tmp/diff_new_pack.jlo3JF/_new 2023-09-13 20:45:06.467240409 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-Coverage-Moose
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,55 +12,56 @@
# 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/
#
+%define cpan_name Pod-Coverage-Moose
Name: perl-Pod-Coverage-Moose
-Version: 0.07
+Version: 0.80.0
Release: 0
-%define cpan_name Pod-Coverage-Moose
+%define cpan_version 0.08
+License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Pod::Coverage extension for Moose
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Pod-Coverage-Moose/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Load)
BuildRequires: perl(Module::Build::Tiny) >= 0.034
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Moose) >= 2.1300
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Pod::Coverage)
BuildRequires: perl(Test::More) >= 0.88
-BuildRequires: perl(Test::Requires)
+BuildRequires: perl(Test::Needs)
BuildRequires: perl(namespace::autoclean) >= 0.08
Requires: perl(Class::Load)
Requires: perl(Moose) >= 2.1300
Requires: perl(Pod::Coverage)
Requires: perl(namespace::autoclean) >= 0.08
+Provides: perl(Pod::Coverage::Moose) = 0.80.0
+%define __perllib_provides /bin/true
%{perl_requires}
%description
-When using the Pod::Coverage manpage in combination with the Moose manpage,
-it will report any method imported from a Role. This is especially bad when
-used in combination with the Test::Pod::Coverage manpage, since it takes
-away its ease of use.
+When using Pod::Coverage in combination with Moose, it will report any
+method imported from a role. This is especially bad when used in
+combination with Test::Pod::Coverage, since it takes away its ease of use.
-To use this module in combination with the Test::Pod::Coverage manpage, use
-something like this:
+To use this module in combination with Test::Pod::Coverage, use something
+like this:
use Test::Pod::Coverage;
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::Moose'});
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
@@ -71,6 +72,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
++++++ Pod-Coverage-Moose-0.07.tar.gz -> Pod-Coverage-Moose-0.08.tar.gz ++++++
++++ 4914 lines of diff (skipped)