Hello community,
here is the log from the commit of package perl-Devel-Cover for
openSUSE:Factory checked in at 2020-06-03 20:34:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Cover"
Wed Jun 3 20:34:10 2020 rev:28 rq:810971 version:1.36
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2019-09-07 11:53:19.046275091 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.3606/perl-Devel-Cover.changes
2020-06-03 20:34:31.197548270 +0200
@@ -1,0 +2,22 @@
+Wed May 20 03:10:07 UTC 2020 - Tina Müller <[email protected]>
+
+updated to 1.36
+ see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+ 1.36 - 19 May 2020
+ - Fix pod error
+ - Quieten perltidy syntax highlighting errors
+ - Fix up minimum perl version (Dick Franks) (GH-268)
+ - Fix passing full path for cover DB (GH-267)
+
+ 1.35 - 17 May 2020
+ - Replace "use vars" with "our" (James Raspass) (GH-255)
+ - Remove tray db file from release
+ - Don't chdir when given a -dir flag (Dave Rolsky) (GH-253)
+ - Manage code references in @INC (Slaven Rezić) (GH-249, GH-250)
+
+ 1.34 - 16 May 2020
+ - Minimum supported version is now 5.10.0 (Karen Etheridge) (GH-226)
+ - Support 5.32 by accomodating signauture changes (GH-260)
+
+-------------------------------------------------------------------
Old:
----
Devel-Cover-1.33.tar.gz
New:
----
Devel-Cover-1.36.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.oggFWU/_old 2020-06-03 20:34:32.617552721 +0200
+++ /var/tmp/diff_new_pack.oggFWU/_new 2020-06-03 20:34:32.621552733 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-Cover
#
-# 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
@@ -17,22 +17,20 @@
Name: perl-Devel-Cover
-Version: 1.33
+Version: 1.36
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
-Url: https://metacpan.org/release/%{cpan_name}
+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(B::Debug)
BuildRequires: perl(HTML::Entities) >= 3.69
BuildRequires: perl(Test::More) >= 0.88
-Requires: perl(B::Debug)
Requires: perl(HTML::Entities) >= 3.69
Recommends: perl(Browser::Open)
Recommends: perl(Capture::Tiny)
@@ -107,7 +105,7 @@
%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 OPTIMIZE="%{optflags}"
++++++ Devel-Cover-1.33.tar.gz -> Devel-Cover-1.36.tar.gz ++++++
++++ 3943 lines of diff (skipped)