Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2019-09-07 11:53:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-Cover"

Sat Sep  7 11:53:17 2019 rev:27 rq:728587 version:1.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes        
2018-12-20 09:55:28.962154005 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.7948/perl-Devel-Cover.changes  
    2019-09-07 11:53:19.046275091 +0200
@@ -1,0 +2,34 @@
+Wed Sep  4 23:02:57 UTC 2019 - Tina Mueller <[email protected]>
+
+- Explicitly require perl-B-Debug because B::Debug was in core and is
+   deprecated since perl 5.28 and will generate a warning
+
+-------------------------------------------------------------------
+Mon May  6 05:05:33 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.33
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.33 - 26 April 2019
+   - Fix pod error (Mohammad S Anwar) (github 240)
+   - Work with cperl where class is a keyword (Reini Urban) (github 238)
+   - Restore correct behaviour on merging DBs (Daniel Egeberg) (github 232)
+   - Fix gcov output being on incorrect lines
+   - Fix cover -test with Build.PL (Dagfinn Ilmari Mannsåker) (github 241)
+
+-------------------------------------------------------------------
+Fri Apr 26 05:07:42 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.32
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.32 - 25 April 2019
+   - Test up to 5.26.3, 5.28.3 and  5.29.10
+   - Get dev environment working on MacOS
+   - Fix up tests with recent Math::BigInt versions (Ed J) (github 219)
+   - Add progress text when processing coverage (Christian Walde) (github 221)
+   - Optionally use Term::Size (Paul "LeoNerd" Evans) (github 228)
+   - Fix indentation in pod (Graham Knop) (github 229)
+   - Fix warn precedence (Alexandr Evstigneev) (github 231)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.6nHwZI/_old  2019-09-07 11:53:19.806274983 +0200
+++ /var/tmp/diff_new_pack.6nHwZI/_new  2019-09-07 11:53:19.810274983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.31
+Version:        1.33
 Release:        0
 %define cpan_name Devel-Cover
 Summary:        Code coverage metrics for Perl
@@ -29,10 +29,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(B::Debug) >= 1.26
-# soon to be CPAN-only
-BuildRequires:  perl-B-Debug
+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)
@@ -51,6 +51,10 @@
 Recommends:     perl(Template) >= 2.00
 Recommends:     perl(Test::Differences)
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  perl-B-Debug
+Requires:       perl-B-Debug
+# MANUAL END
 
 %description
 This module provides code coverage metrics for Perl. Code coverage metrics
@@ -119,6 +123,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE queue.db README.md tests utils
+%doc Changes Contributors docs README.md
+%license LICENCE
 
 %changelog

++++++ Devel-Cover-1.31.tar.gz -> Devel-Cover-1.33.tar.gz ++++++
++++ 7471 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.6nHwZI/_old  2019-09-07 11:53:20.078274946 +0200
+++ /var/tmp/diff_new_pack.6nHwZI/_new  2019-09-07 11:53:20.078274946 +0200
@@ -7,7 +7,9 @@
 #patches:
 #  foo.patch: -p1
 #  bar.patch:
-#preamble: |-
+preamble: |-
+  BuildRequires:  perl-B-Debug
+  Requires:       perl-B-Debug
 # BuildRequires:  gcc-c++
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`


Reply via email to