Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Devel-Cover for openSUSE:Factory checked in at 2022-06-16 18:21:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Cover" Thu Jun 16 18:21:11 2022 rev:29 rq:983151 version:1.38 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes 2020-06-03 20:34:31.197548270 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.1548/perl-Devel-Cover.changes 2022-06-16 18:22:30.400275744 +0200 @@ -1,0 +2,22 @@ +Mon Jun 6 03:06:12 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.38 + see /usr/share/doc/packages/perl-Devel-Cover/Changes + + 1.38 - 5 June 2022 + - Improve documentation + + 1.37 - 5 June 2022 + - Fix Subroutine module docs (bkerin) (GH-262) + - Use github actions instead of travis (Zakariyya Mughal) (GH-291) + - Improve mkdir error messages (Felipe Gasper) (GH-296) + - Remove asterisk from gcov count (Zakariyya Mughal) (GH-294) + - Test against 5.36.0 + - Avoid warnings from check_files (Nicolas R) (GH-292) + - Support __SUB__ (Graham Knop) (GH-290, GH-243, GH-285) + - Support uncoverable count ranges (Tina M??ller) (GH-288) + - Improve gcov support for XS code (Ed J) (GH-280) + - Allow overriding of HTML code highlighting (Jes??s Alonso Abad) (GH-271) + - Improve contributing docs + +------------------------------------------------------------------- Old: ---- Devel-Cover-1.36.tar.gz New: ---- Devel-Cover-1.38.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-Cover.spec ++++++ --- /var/tmp/diff_new_pack.gP0umd/_old 2022-06-16 18:22:30.832276359 +0200 +++ /var/tmp/diff_new_pack.gP0umd/_new 2022-06-16 18:22:30.836276364 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-Cover # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # +%define cpan_name Devel-Cover Name: perl-Devel-Cover -Version: 1.36 +Version: 1.38 Release: 0 -%define cpan_name Devel-Cover -Summary: Code coverage metrics for Perl License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Code coverage metrics for Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTML::Entities) >= 3.69 @@ -38,16 +36,16 @@ Recommends: perl(HTML::Parser) Recommends: perl(JSON::MaybeXS) >= 1.003003 Recommends: perl(Moo) -Recommends: perl(namespace::clean) +Recommends: perl(PPI::HTML) >= 1.07 Recommends: perl(Parallel::Iterator) Recommends: perl(Perl::Tidy) >= 20060719 Recommends: perl(Pod::Coverage) >= 0.06 Recommends: perl(Pod::Coverage::CountParents) -Recommends: perl(PPI::HTML) >= 1.07 Recommends: perl(Sereal::Decoder) Recommends: perl(Sereal::Encoder) Recommends: perl(Template) >= 2.00 Recommends: perl(Test::Differences) +Recommends: perl(namespace::clean) %{perl_requires} # MANUAL BEGIN BuildRequires: perl-B-Debug @@ -61,15 +59,15 @@ tests to create to increase coverage. Code coverage can be considered an indirect measure of quality. -Although it is still being developed, Devel::Cover is now quite stable and -provides many of the features to be expected in a useful coverage tool. +Devel::Cover is now quite stable and provides many of the features to be +expected in a useful coverage tool. Statement, branch, condition, subroutine, and pod coverage information is reported. Statement and subroutine coverage data should be accurate. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used -instead. Coverage data for other criteria are not yet collected. +instead. The _cover_ program can be used to generate coverage reports. Devel::Cover ships with a number of reports including various types of HTML output, @@ -104,12 +102,12 @@ reported. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -120,7 +118,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes Contributors docs README.md %license LICENCE ++++++ Devel-Cover-1.36.tar.gz -> Devel-Cover-1.38.tar.gz ++++++ ++++ 6263 lines of diff (skipped)