Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Pod-Coverage for
openSUSE:Factory checked in at 2026-06-09 14:12:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Pod-Coverage (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Pod-Coverage.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Pod-Coverage"
Tue Jun 9 14:12:07 2026 rev:24 rq:1357694 version:1.100.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-Pod-Coverage/perl-Test-Pod-Coverage.changes
2014-07-28 06:31:07.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Pod-Coverage.new.2375/perl-Test-Pod-Coverage.changes
2026-06-09 14:12:33.753346653 +0200
@@ -1,0 +2,5 @@
+Sat Jun 6 17:36:31 UTC 2026 - Tina Müller <[email protected]>
+
+- See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Pod-Coverage.spec ++++++
--- /var/tmp/diff_new_pack.cNQvzy/_old 2026-06-09 14:12:34.909394542 +0200
+++ /var/tmp/diff_new_pack.cNQvzy/_new 2026-06-09 14:12:34.909394542 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Pod-Coverage
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,28 @@
# 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 Test-Pod-Coverage
Name: perl-Test-Pod-Coverage
-Version: 1.10
+Version: 1.100.0
Release: 0
-%define cpan_name Test-Pod-Coverage
-Summary: Check for pod coverage in your distribution.
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test-Pod-Coverage/
-Source:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+# 1.10 -> normalize -> 1.100.0
+%define cpan_version 1.10
+License: Artistic-2.0
+Summary: Check for pod coverage in your distribution
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
+Source100: README.md
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Pod::Coverage)
Requires: perl(Pod::Coverage)
+Provides: perl(Test::Pod::Coverage) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -38,7 +41,7 @@
ensure that all relevant files in your distribution are appropriately
documented in pod.
-Can also be called with the Pod::Coverage manpage parms.
+Can also be called with Pod::Coverage parms.
use Test::Pod::Coverage tests=>1;
pod_coverage_ok(
@@ -47,9 +50,8 @@
"Foo::Bar, with all-caps functions as privates",
);
-The the Pod::Coverage manpage parms are also useful for subclasses that
-don't re-document the parent class's methods. Here's an example from the
-Mail::SRS manpage.
+The Pod::Coverage parms are also useful for subclasses that don't
+re-document the parent class's methods. Here's an example from Mail::SRS.
pod_coverage_ok( "Mail::SRS" ); # No exceptions
@@ -60,9 +62,9 @@
pod_coverage_ok( "Mail::SRS::Reversable", $trustme );
pod_coverage_ok( "Mail::SRS::Shortcut", $trustme );
-Alternately, you could use the Pod::Coverage::CountParents manpage, which
-always allows a subclass to reimplement its parents' methods without
-redocumenting them. For example:
+Alternately, you could use Pod::Coverage::CountParents, which always allows
+a subclass to reimplement its parents' methods without redocumenting them.
+For example:
my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
pod_coverage_ok( "IO::Handle::Frayed", $trustparents );
@@ -91,14 +93,14 @@
all_pod_coverage_ok();
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -106,6 +108,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1780767407
commit: e8c48b1b44d7532e7e6ba1b366177fa6dc00ffd6fcd45598fd2b2bb0d825925b
url: https://src.opensuse.org/perl/perl-Test-Pod-Coverage
revision: e8c48b1b44d7532e7e6ba1b366177fa6dc00ffd6fcd45598fd2b2bb0d825925b
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-06-06 19:36:47.000000000 +0200
@@ -0,0 +1 @@
+.osc