Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2016-04-28 16:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-Cover"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes        
2015-09-24 06:14:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2016-04-28 16:58:05.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr 12 13:28:29 UTC 2016 - [email protected]
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.22 - 9 April 2016
+   - Test against 5.20.3, 5.21.1 - 5.21.9, 5.22.1.
+   - Improve uncoverable docs (Alex Balhatchet) (github 148).
+   - Improve cpancover.
+
+-------------------------------------------------------------------

Old:
----
  Devel-Cover-1.21.tar.gz

New:
----
  Devel-Cover-1.22.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.EWtmXe/_old  2016-04-28 16:58:07.000000000 +0200
+++ /var/tmp/diff_new_pack.EWtmXe/_new  2016-04-28 16:58:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Devel-Cover
-Version:        1.21
+Version:        1.22
 Release:        0
 %define cpan_name Devel-Cover
 Summary:        Code coverage metrics for Perl
@@ -59,10 +59,9 @@
 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 the
-Pod::Coverage manpage. If the Pod::Coverage::CountParents manpage is
-available it will be used instead. Coverage data for other criteria are not
-yet collected.
+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.
 
 The _cover_ program can be used to generate coverage reports. Devel::Cover
 ships with a number of different reports including various types of HTML
@@ -84,21 +83,21 @@
 count how many times the ops are executed. These data are then mapped back
 to reality using the B compiler modules. There is also a statement
 profiling facility which should not be relied on. For proper profiling use
-the Devel::NYTProf manpage. Previous versions of Devel::Cover collected
-coverage data by replacing perl's runops function. It is still possible to
-switch to that mode of operation, but this now gets little testing and will
-probably be removed soon. You probably don't care about any of this.
+Devel::NYTProf. Previous versions of Devel::Cover collected coverage data
+by replacing perl's runops function. It is still possible to switch to that
+mode of operation, but this now gets little testing and will probably be
+removed soon. You probably don't care about any of this.
 
 The most appropriate mailing list on which to discuss this module would be
-perl-qa. See the http://lists.perl.org/list/perl-qa.html manpage.
+perl-qa. See http://lists.perl.org/list/perl-qa.html.
 
-The Devel::Cover repository can be found at the
-http://github.com/pjcj/Devel--Cover manpage. This is also where problems
-should be reported.
+The Devel::Cover repository can be found at
+http://github.com/pjcj/Devel--Cover. This is also where problems should be
+reported.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Devel-Cover-1.21.tar.gz -> Devel-Cover-1.22.tar.gz ++++++
++++ 6161 lines of diff (skipped)


Reply via email to