Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2013-06-09 16:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2012-05-31 17:08:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2013-06-09 16:52:41.000000000 +0200
@@ -1,0 +2,64 @@
+Tue Jun  4 08:18:45 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+  - Fix return code from cover (Kan Fushihara) (guthub 61).
+  - Fix pod coverage for multiple packages in a file. (rt 34888).
+  - Speed improvements.
+ 
+ Release 1.03 - 20 May 2013
+  - Fixes for correct operation with 5.17.11, 5.18.0 and 5.19.0.
+ 
+ Release 1.02 - 28 April 2013
+  - Make -silent even quieter (Sergiy Borodych) (guthub 49).
+  - mod_perl2 on Debian sets $^X to apache2 (Lasse Makholm) (github 47).
+  - Add csv file for use with metacpan (Dinis Rebolo) (github 56).
+  - cover -test exists with the staus of the underlying test run (Kan 
Fushihara)
+    (github 57, 58).
+  - Quieten a warning (Jim Keenan) (github 59).
+ 
+ Release 1.01 - 30 March 2013
+  - Test against 5.14.4, 5.16.3, 5.17.8, 5.17.9 and 5.17.10.
+  - Ignore PERL5OPT during tests.  And other make targets. (rt 43833).
+  - &&=, ||= and //= operators now require RHS to be true and false.
+  - Fix some "uninitialized value" warnings.
+ 
+ Release 1.00 - 10 February 2013
+  - Fix segv in constant folding of xor ops (github 40).
+  - Fix various problems running Devel::Cover under tainting (github 41).
+  - Add JavaScript to filter results in html_basic (David Cantrell) (github 
42).
+    Use -norestrict option to keep previous behaviour.
+  - Document ability to mark code as uncoverable (github 45).
+ 
+ Release 0.99 - 31 December 2012
+  - Improve documentation (Olaf Alders) (github 34).
+  - Thank Bytemark for the cpancover server.
+  - Test against 5.17.7.
+  - Provide coverage for subs removed from the symbol table (rt 13207).
+ 
+ Release 0.98 - 25 November 2012
+  - Fix links on html_basic report.
+  - Fix setting Inc under taint mode (Guillaume Aubert) (guthub 26, 33).
+  - Test against 5.17.6.
+  - Improve warnings from Devel::Cover and reduce duplicates.
+  - Make cover -test -nodelete work.
+  - Run cpancover with 5.16.2.
+  - Prefer bugs on github rather than RT.
+ 
+ Release 0.97 - 10 November 2012
+  - Filter paths contained in CWD out of @Inc (Christian Walde) (github 32).
+  - Test against 5.12.5, 5.14.3, 5.16.2, and 5.17.5.
+  - Improve parallelism for cpancover.
+ 
+ Release 0.96 - 24 September 2012
+  - JSON:PP should have been JSON::PP (Paul Hirst) (github 28).
+  - Correct when some new tests should be skipped.
+  - Quieten some debugging output.
+  - Fix infinite loop during global destruction (github 29).
+ 
+ Release 0.95 - 22 September 2012
+  - Fix loss of condition coverage data when first operand calls into ignored
+    file (Celogeek, Christian Walde) (rt 63090) (github 15, 20).
+  - Fix similar problem with branch coverage (Robert Freimuth) (rt 72027).
+  - More similar problems (Brian Cassidy, Florian Ragwitz, Heikki J Laaksonen)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.0ax0lT/_old  2013-06-09 16:52:42.000000000 +0200
+++ /var/tmp/diff_new_pack.0ax0lT/_new  2013-06-09 16:52:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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:        0.87
+Version:        1.04
 Release:        0
 %define cpan_name Devel-Cover
 Summary:        Code coverage metrics for Perl
@@ -29,6 +29,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Warn)
+#BuildRequires: perl(Browser::Open)
 #BuildRequires: perl(DC::Test::Dist)
 #BuildRequires: perl(DC::Test::Dist::M1)
 #BuildRequires: perl(Devel::Cover)
@@ -46,6 +47,7 @@
 #BuildRequires: perl(Devel::Cover::DB::IO)
 #BuildRequires: perl(Devel::Cover::DB::Structure)
 #BuildRequires: perl(Devel::Cover::Dumper)
+#BuildRequires: perl(Devel::Cover::Html_Common)
 #BuildRequires: perl(Devel::Cover::Inc)
 #BuildRequires: perl(Devel::Cover::Pod)
 #BuildRequires: perl(Devel::Cover::Report::Html_minimal)
@@ -54,11 +56,13 @@
 #BuildRequires: perl(Devel::Cover::Test)
 #BuildRequires: perl(Devel::Cover::Time)
 #BuildRequires: perl(Devel::Cover::Truth_Table)
+#BuildRequires: perl(Devel::Cover::Util)
 #BuildRequires: perl(Devel::Cover::Web)
 #BuildRequires: perl(Module1)
 #BuildRequires: perl(Template) >= 2.00
 #BuildRequires: perl(Template::Provider)
 Requires:       perl(Test::Warn)
+Recommends:     perl(Browser::Open)
 Recommends:     perl(JSON::PP)
 Recommends:     perl(Parallel::Iterator)
 Recommends:     perl(Perl::Tidy) >= 20060719
@@ -73,19 +77,19 @@
 This module provides code coverage metrics for Perl. Code coverage metrics
 describe how thoroughly tests exercise code. By using Devel::Cover you can
 discover areas of code not exercised by your tests and determine which
-tests to create to increase coverage. Code coverage can be considered as an
+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.
 
 Statement, branch, condition, subroutine, and pod coverage information is
-reported. Statement coverage data should be reasonable. Branch and
-condition coverage data should be mostly accurate too, although not always
-what one might initially expect. Subroutine coverage should be as accurate
-as statement coverage. 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.
+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.
 
 The _cover_ program can be used to generate coverage reports. Devel::Cover
 ships with a number of different reports including various types of HTML
@@ -93,36 +97,31 @@
 format as compilation errors and a report to display coverage information
 within the Vim editor.
 
-It is possible to add annotations to reports, for example you could add a
+It is possible to add annotations to reports, for example you can add a
 column to an HTML report showing who last changed a line, as determined by
 git blame. Some annotation modules are shipped with Devel::Cover and you
 can easily create your own.
 
 The _gcov2perl_ program can be used to convert gcov files to 'Devel::Cover'
 databases. This allows you to display your C or XS code coverage together
-with your Perl coverage, or to use any of the Devel::Cvoer reports to
+with your Perl coverage, or to use any of the Devel::Cover reports to
 display your C coverage data.
 
-You may find that the coverage results don't match your expectations. This
-could be due to a bug in Devel::Cover, but code coverage can be unintuitive
-to newcomers, and especially so with Perl, so you may want to reconsider
-your expectations as well.
-
 Code coverage data are collected by replacing perl ops with functions which
 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
-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 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.
 
 The most appropriate mailing list on which to discuss this module would be
-perl-qa. Discussion has migrated there from perl-qa-metrics which is now
-defunct. See the http://lists.perl.org/list/perl-qa.html manpage.
+perl-qa. See the http://lists.perl.org/list/perl-qa.html manpage.
 
 The Devel::Cover repository can be found at the
-http://github.com/pjcj/Devel--Cover manpage.
+http://github.com/pjcj/Devel--Cover manpage. This is also where problems
+should be reported.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++++++ Devel-Cover-0.87.tar.gz -> Devel-Cover-1.04.tar.gz ++++++
++++ 12526 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to