commit perl-Devel-Cover for openSUSE:Factory

2020-06-03 Thread root
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 
+
+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)




commit perl-Devel-Cover for openSUSE:Factory

2019-09-07 Thread root
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 
+
+- 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 
+
+- 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 
+
+- 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'`




commit perl-Devel-Cover for openSUSE:Factory

2018-12-20 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2018-12-20 09:55:27

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.28833 (New)


Package is "perl-Devel-Cover"

Thu Dec 20 09:55:27 2018 rev:26 rq:660223 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2018-09-24 13:13:58.781631888 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.28833/perl-Devel-Cover.changes 
2018-12-20 09:55:28.962154005 +0100
@@ -1,0 +2,6 @@
+Thu Dec 20 08:45:19 UTC 2018 - Stephan Kulow 
+
+- Buildrequire perl-B-Debug as B::Debug spits out a warning if used
+  from perl core
+
+---



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.JSfDZz/_old  2018-12-20 09:55:29.830153142 +0100
+++ /var/tmp/diff_new_pack.JSfDZz/_new  2018-12-20 09:55:29.834153138 +0100
@@ -23,12 +23,15 @@
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Devel-Cover/
+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) >= 1.26
+# soon to be CPAN-only
+BuildRequires:  perl-B-Debug
 BuildRequires:  perl(HTML::Entities) >= 3.69
 Requires:   perl(HTML::Entities) >= 3.69
 Recommends: perl(Browser::Open)
@@ -103,11 +106,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install




commit perl-Devel-Cover for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2018-09-24 13:13:56

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Mon Sep 24 13:13:56 2018 rev:25 rq:637206 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2018-07-28 12:39:25.476313036 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2018-09-24 13:13:58.781631888 +0200
@@ -1,0 +2,6 @@
+Sat Sep 22 05:16:02 UTC 2018 - Stephan Kulow 
+
+- updated to 1.31
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+---

Old:

  Devel-Cover-1.30.tar.gz

New:

  Devel-Cover-1.31.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.ZqRJnh/_old  2018-09-24 13:13:59.157631236 +0200
+++ /var/tmp/diff_new_pack.ZqRJnh/_new  2018-09-24 13:13:59.157631236 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Devel-Cover
-Version:1.30
+Version:1.31
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -116,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README.md tests utils
+%doc Changes Contributors docs LICENCE queue.db README.md tests utils
 
 %changelog

++ Devel-Cover-1.30.tar.gz -> Devel-Cover-1.31.tar.gz ++
 5054 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2018-07-28 12:39:22

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Sat Jul 28 12:39:22 2018 rev:24 rq:623031 version:1.30

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-10-18 16:16:44.832001044 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2018-07-28 12:39:25.476313036 +0200
@@ -1,0 +2,16 @@
+Sun Jul 15 05:19:45 UTC 2018 - co...@suse.com
+
+- updated to 1.30
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.30 - 14 July 2018
+   - Fix incorrect merging of structure (Emiliya Boyadjieva) (github 199)
+   - Fix up compiler warnings (Jens Rehsack) (github 211)
+   - Test against 5.28.0, 5.29.0 and some other versions
+   - Compress and then delete old cpancover data
+   - Clarify some docs around ignore (Olaf Alders) (github 207)
+   - Run coverage on cpp and hpp files (Jacques Germishuys) (github 203)
+   - Add docs for coverage of modules on command line (Slaven Rezić) (github 
204)
+   - Ignore .AppleDouble files (David Cantrell) (github 200)
+
+---

Old:

  Devel-Cover-1.29.tar.gz

New:

  Devel-Cover-1.30.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.cj1veU/_old  2018-07-28 12:39:25.984314012 +0200
+++ /var/tmp/diff_new_pack.cj1veU/_new  2018-07-28 12:39:25.984314012 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.29
+Version:1.30
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
 Source0:
https://cpan.metacpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz

++ Devel-Cover-1.29.tar.gz -> Devel-Cover-1.30.tar.gz ++
 3143 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-10-18 16:16:43

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Wed Oct 18 16:16:43 2017 rev:23 rq:534746 version:1.29

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-10-09 19:48:09.191763115 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-10-18 16:16:44.832001044 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 05:16:09 UTC 2017 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.29 - 15 October 2017
+   - Lock using read and append mode (Stephan Loyd) (github 196)
+   - Clean up lock files when running cover command
+
+---

Old:

  Devel-Cover-1.28.tar.gz

New:

  Devel-Cover-1.29.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.vMJTzR/_old  2017-10-18 16:16:45.391974843 +0200
+++ /var/tmp/diff_new_pack.vMJTzR/_new  2017-10-18 16:16:45.395974655 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.28
+Version:1.29
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -116,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README.md
+%doc Changes Contributors docs LICENCE README.md tests utils
 
 %changelog

++ Devel-Cover-1.28.tar.gz -> Devel-Cover-1.29.tar.gz ++
 1738 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-10-09 19:45:48

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Mon Oct  9 19:45:48 2017 rev:22 rq:532531 version:1.28

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-10-03 23:17:37.771509590 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-10-09 19:48:09.191763115 +0200
@@ -1,0 +2,10 @@
+Sun Oct  8 08:04:21 UTC 2017 - co...@suse.com
+
+- updated to 1.28
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.28 - 5 October 2017
+   - Fix typo in docs (Gregor Herrmann) (github 195)
+   - Fix up options to cover program (github 194)
+
+---

Old:

  Devel-Cover-1.27.tar.gz

New:

  Devel-Cover-1.28.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.N5cSZe/_old  2017-10-09 19:48:10.223717760 +0200
+++ /var/tmp/diff_new_pack.N5cSZe/_new  2017-10-09 19:48:10.227717584 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.27
+Version:1.28
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl

++ Devel-Cover-1.27.tar.gz -> Devel-Cover-1.28.tar.gz ++
 1721 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-10-03 23:17:34

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Tue Oct  3 23:17:34 2017 rev:21 rq:530063 version:1.27

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-08-28 15:04:56.587848939 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-10-03 23:17:37.771509590 +0200
@@ -1,0 +2,21 @@
+Thu Sep 21 05:20:14 UTC 2017 - co...@suse.com
+
+- updated to 1.27
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.27 - 20 September 2017
+   - Test against 5.27.3
+   - Add dependency on B::Debug (Ryan Voots) (github 189)
+   - Remove obsolete dev and cpancover code
+   - Manage multiple ignore and select options (Sullivan Beck) (github 163)
+   - Write top-level html last for better sorting (Christian Walde) (github 
158)
+   - Restore XS coverage in cpancover (H.Merijn Brand) (github 188)
+   - Allow cpancover to run fully from local directory
+   - Handle missing start times in runs (Chad Granum) (github 190)
+   - Add test for string eval (Sebastian Paaske Tørholm) (github 145)
+   - Improve uncoverable tests and docs (Kevin Brannen) (github 167)
+   - The cover program accepts multiple reports (Eden Hochbaum) (github 172)
+   - Add -prefer_lib option to cover script (Kent Fredric) (github 91)
+   - Fix low-level file locking (Graham Knop) (github 90)
+
+---

Old:

  Devel-Cover-1.26.tar.gz

New:

  Devel-Cover-1.27.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.0ls1nY/_old  2017-10-03 23:17:38.483409401 +0200
+++ /var/tmp/diff_new_pack.0ls1nY/_new  2017-10-03 23:17:38.487408838 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.26
+Version:1.27
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -67,10 +67,10 @@
 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
-output, textual reports, a report to display missing coverage in the same
-format as compilation errors and a report to display coverage information
-within the Vim editor.
+ships with a number of reports including various types of HTML output,
+textual reports, a report to display missing coverage in the same 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 can add a
 column to an HTML report showing who last changed a line, as determined by
@@ -116,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README tests utils
+%doc Changes Contributors docs LICENCE README.md
 
 %changelog

++ Devel-Cover-1.26.tar.gz -> Devel-Cover-1.27.tar.gz ++
 7854 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-08-28 15:04:41

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Mon Aug 28 15:04:41 2017 rev:20 rq:514098 version:1.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-05-31 12:17:38.150240819 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-08-28 15:04:56.587848939 +0200
@@ -1,0 +2,13 @@
+Tue Jul 25 05:22:07 UTC 2017 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.26 - 24 July 2017
+   - Untaint $DEVEL_COVER_OPTIONS (Alexey Sokolov) (github 187).
+   - Add loose_perms option (Todd Rinaldo) (github 185).
+   - Set EXTENDED_TESTING during cpancover runs.
+   - Improve version parsing for cpancover (Helmut Wollmersdorfer) (github 
124).
+   - Improve cpancover code and documentation
+
+---

Old:

  Devel-Cover-1.25.tar.gz

New:

  Devel-Cover-1.26.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.eeBqtU/_old  2017-08-28 15:04:57.575709991 +0200
+++ /var/tmp/diff_new_pack.eeBqtU/_new  2017-08-28 15:04:57.587708302 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -116,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README
+%doc Changes Contributors docs LICENCE README tests utils
 
 %changelog

++ Devel-Cover-1.25.tar.gz -> Devel-Cover-1.26.tar.gz ++
 3180 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-05-31 12:16:21

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Wed May 31 12:16:21 2017 rev:19 rq:494761 version:1.25

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-04-29 10:52:59.124795611 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-05-31 12:17:38.150240819 +0200
@@ -1,0 +2,16 @@
+Fri May 12 05:32:21 UTC 2017 - co...@suse.com
+
+- updated to 1.25
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.25 - 11 May 2017
+   - Fix C code to work with MSVC (Marc-Philip) (github 177).
+   - Fix cover command using Module::Build on Win32 (sago35) (github 160).
+   - Add file and line info to keep ops unique (Niko Tyni) (github 143).
+   - Report coverage for all declarations (Heinz Knutzen) (github 166).
+   - Fix spelling mistakes (Gregor Herrmann) (github 171).
+   - Fix condition coverage for complex conditions (Heinz Knutzen) (github 
165).
+   - Use JSON::MaybeXS for sppen and flexibility (Olivier Mengué) (github 139).
+   - Add CONTRIBUTING file (Gabor Szabó) (github 100).
+
+---

Old:

  Devel-Cover-1.24.tar.gz

New:

  Devel-Cover-1.25.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.72MmJl/_old  2017-05-31 12:17:38.650170248 +0200
+++ /var/tmp/diff_new_pack.72MmJl/_new  2017-05-31 12:17:38.654169684 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.24
+Version:1.25
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -35,7 +35,7 @@
 Recommends: perl(Capture::Tiny)
 Recommends: perl(Class::XSAccessor)
 Recommends: perl(HTML::Parser)
-Recommends: perl(JSON::PP)
+Recommends: perl(JSON::MaybeXS) >= 1.003003
 Recommends: perl(Moo)
 Recommends: perl(namespace::clean)
 Recommends: perl(Parallel::Iterator)

++ Devel-Cover-1.24.tar.gz -> Devel-Cover-1.25.tar.gz ++
 5398 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-04-29 10:52:58

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is "perl-Devel-Cover"

Sat Apr 29 10:52:58 2017 rev:18 rq:490180 version:1.24

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2016-05-12 09:33:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-04-29 10:52:59.124795611 +0200
@@ -1,0 +2,10 @@
+Wed Apr 19 05:29:38 UTC 2017 - co...@suse.com
+
+- updated to 1.24
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.24 - 18 April 2017
+   - Work with 5.25.x (op_sibling) (Dan Collins, Matthew Horsfall) (github 
162).
+   - Perl versions below 5.10.0 are now unsupported.
+
+---

Old:

  Devel-Cover-1.23.tar.gz

New:

  Devel-Cover-1.24.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.kCPNsa/_old  2017-04-29 10:52:59.872689957 +0200
+++ /var/tmp/diff_new_pack.kCPNsa/_new  2017-04-29 10:52:59.876689392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.23
+Version:1.24
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
-Source0:
http://www.cpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
+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
@@ -34,6 +34,7 @@
 Recommends: perl(Browser::Open)
 Recommends: perl(Capture::Tiny)
 Recommends: perl(Class::XSAccessor)
+Recommends: perl(HTML::Parser)
 Recommends: perl(JSON::PP)
 Recommends: perl(Moo)
 Recommends: perl(namespace::clean)
@@ -42,6 +43,8 @@
 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)
 %{perl_requires}
@@ -113,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README tests utils
+%doc Changes Contributors docs LICENCE README
 
 %changelog

++ Devel-Cover-1.23.tar.gz -> Devel-Cover-1.24.tar.gz ++
 14777 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2016-05-12 09:33:25

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
2016-04-28 16:58:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2016-05-12 09:33:26.0 +0200
@@ -1,0 +2,11 @@
+Thu May  5 09:06:47 UTC 2016 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.23 - 24 April 2016
+   - Enhance html coverage popups (Haydn Newport) (guthub 156).
+   - Add cpamcover about page (Guillermo O. Freschi) (github 146).
+   - Perl versions below 5.8.1 are now unsupported.
+
+---

Old:

  Devel-Cover-1.22.tar.gz

New:

  Devel-Cover-1.23.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.FSL73Q/_old  2016-05-12 09:33:27.0 +0200
+++ /var/tmp/diff_new_pack.FSL73Q/_new  2016-05-12 09:33:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -113,6 +113,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README
+%doc Changes Contributors docs LICENCE README tests utils
 
 %changelog

++ Devel-Cover-1.22.tar.gz -> Devel-Cover-1.23.tar.gz ++
 16747 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2016-04-28 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2016-04-28 16:58:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 12 13:28:29 UTC 2016 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.EWtmXe/_new  2016-04-28 16:58:07.0 +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)




commit perl-Devel-Cover for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2015-09-24 06:14:58

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-03 18:07:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2015-09-24 06:14:59.0 +0200
@@ -1,0 +2,11 @@
+Sun Sep 20 08:46:44 UTC 2015 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.21 - 20 September 2015
+   - Test more versions on travis.
+   - Fix things up with cpancover for new docker release.
+   - Fix problem under 5.22 (Dick Franks) (github 140).
+
+---

Old:

  Devel-Cover-1.20.tar.gz

New:

  Devel-Cover-1.21.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.vNoZLb/_old  2015-09-24 06:15:00.0 +0200
+++ /var/tmp/diff_new_pack.vNoZLb/_new  2015-09-24 06:15:00.0 +0200
@@ -16,36 +16,34 @@
 #
 
 
-%define cpan_name Devel-Cover
 Name:   perl-Devel-Cover
-Version:1.20
+Version:1.21
 Release:0
+%define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
 Source0:
http://www.cpan.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
-BuildRequires:  perl(Test::Warn)
 Requires:   perl(HTML::Entities) >= 3.69
-Requires:   perl(Test::Warn)
 Recommends: perl(Browser::Open)
 Recommends: perl(Capture::Tiny)
 Recommends: perl(Class::XSAccessor)
 Recommends: perl(JSON::PP)
 Recommends: perl(Moo)
-Recommends: perl(PPI::HTML) >= 1.07
+Recommends: perl(namespace::clean)
 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(Template) >= 2.00
 Recommends: perl(Test::Differences)
-Recommends: perl(namespace::clean)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
 %description
@@ -103,11 +101,11 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} test
+%{__make} test
 
 %install
 %perl_make_install
@@ -116,6 +114,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs README tests utils
+%doc Changes Contributors docs LICENCE README
 
 %changelog

++ Devel-Cover-1.20.tar.gz -> Devel-Cover-1.21.tar.gz ++
 2507 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2015-09-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2015-09-03 18:02: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
2015-06-11 08:22:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2015-09-03 18:07:40.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug 29 09:36:31 UTC 2015 - i...@marguerite.su
+
+- update version 1.20
+  * Document setting PerlSwitches for mod_perl
+- changes in 1.19
+  * Get things working with 5.22.0.
+  * Test against 5.23.0.
+  * Remove dependency on Test::Warn.
+- golang-org-x-tools has no cover/vet now, manpage does not conflict,
+  remove the update-alternatives stuff.
+
+---

Old:

  Devel-Cover-1.18.tar.gz

New:

  Devel-Cover-1.20.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.Kccdgi/_old  2015-09-03 18:07:42.0 +0200
+++ /var/tmp/diff_new_pack.Kccdgi/_new  2015-09-03 18:07:42.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
+%define cpan_name Devel-Cover
 Name:   perl-Devel-Cover
-Version:1.18
+Version:1.20
 Release:0
-%define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
 Source0:
http://www.cpan.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,19 +37,15 @@
 Recommends: perl(Class::XSAccessor)
 Recommends: perl(JSON::PP)
 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(Template) >= 2.00
 Recommends: perl(Test::Differences)
-# MANUAL BEGIN
-BuildRequires:  update-alternatives
-Requires(post):update-alternatives
-Requires(postun):  update-alternatives
-# MANUAL END
+Recommends: perl(namespace::clean)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
 %description
@@ -108,35 +103,17 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make %{?_smp_mflags} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
-# MANUAL BEGIN
-# update-alternatives
-mv %{buildroot}%{_mandir}/man1/cover.1 %{buildroot}%{_mandir}/man1/cover-perl.1
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-touch %{buildroot}%{_sysconfdir}/alternatives/cover.1.gz
-ln -sf %{_sysconfdir}/alternatives/cover.1.gz 
%{buildroot}%{_mandir}/man1/cover.1.gz
-echo "%ghost %{_sysconfdir}/alternatives/cover.1.gz" >> %{name}.files
-echo "%{_mandir}/man1/cover-perl.1*" >> %{name}.files
-echo "%{_mandir}/man1/cover.1*" >> %{name}.files
-
-%post
-update-alternatives --install %{_mandir}/man1/cover.1.gz cover.1.gz \
-  %{_mandir}/man1/cover-perl.1.gz 40
-
-%postun
-if [ $1 -eq 0 ] ; then
-  update-alternatives --remove cover.1.gz %{_mandir}/man1/cover-perl.1.gz
-fi
-# MANUAL END
+
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes Contributors docs README tests utils

++ Devel-Cover-1.18.tar.gz -> Devel-Cover-1.20.tar.gz ++
 4101 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.Kccdgi/_old  2015-09-03 18:07:42.0 +0200
+++ /var/tmp/diff_new_pack.Kccdgi/_new  2015-09-03 18:07:42.0 +0200
@@ -8,29 +8,11 @@
 #  foo.patch: -p1
 #  bar.patch:
 #preamble: |-
- %post
- update-alternatives \
---install %{_mandir}/man1/cover.1.gz cover.1.gz \
-   %{_mandir}/man1/cover-perl.1.gz 40
- %postun
- if [ $1 -eq 0 ] ; then
-   update-alternatives --remove cover.1.gz %{_mandir}/man1/cover-perl.1.gz
- fi
- BuildRequires:update-alternatives
- Requires(post): update-alternatives
- Requires(postun):   update-alternatives
+# BuildRequires:  gcc-c++
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; 

commit perl-Devel-Cover for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2015-04-18 10:39:59

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-02-16 21:48:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2015-04-18 10:40:01.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 19:29:26 UTC 2015 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.18 - 6 April 2015
+   - Remove dependency on CGI (use HTML::Entities instead) (Lee Johnson).
+   - Fix a use of the wrong type of null constant (Zefram) (RT #103102).
+   - Link to next uncovered statement in html_basic (H.Merijn Brand) (github 
112).
+   - Add provides to metadata (Ivan Wills) (github 119).
+
+---

Old:

  Devel-Cover-1.17.tar.gz

New:

  Devel-Cover-1.18.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.EVbVIo/_old  2015-04-18 10:40:02.0 +0200
+++ /var/tmp/diff_new_pack.EVbVIo/_new  2015-04-18 10:40:02.0 +0200
@@ -17,18 +17,21 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
-Source: 
http://www.cpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.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
 BuildRequires:  perl(Test::Warn)
+Requires:   perl(HTML::Entities) = 3.69
 Requires:   perl(Test::Warn)
 Recommends: perl(Browser::Open)
 Recommends: perl(Capture::Tiny)

++ Devel-Cover-1.17.tar.gz - Devel-Cover-1.18.tar.gz ++
 6105 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-Devel-Cover for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2015-02-16 21:48:16

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
2014-03-19 08:02:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2015-02-16 21:48:17.0 +0100
@@ -1,0 +2,42 @@
+Sun Feb 15 17:29:48 UTC 2015 - co...@suse.com
+
+- updated to 1.17
+  - Get cpancover to release quality.
+  - Add IRC link to META.
+  - Test against 5.20.1, 5.21.1, 5.21.2, 5.21,3 and 5.21.4.
+  - Officially support 5.20.1.
+ 
+ Release 1.16 - 17 August 2014
+  - Fix segfault in 5.20.0.
+  - Improvements to cpancover.
+  - Fix vim report to work with recent versions (cono) (github 94).
+  - Ignore vim swap files in git (Gábor Szabó) (github 95).
+  - Improve help for cover command (Gábor Szabó) (github 96).
+ 
+ Release 1.15 - 1 June 2014
+  - Allow -coverage default,-pod option to cover (David Cantrell) (github 89).
+  - Get cpancover coverage in docker containers.
+  - Add CGI.pm as a prerequisite.
+  - Test against 5.20.0 and 5.21.0.
+  - Add longer delay in tests to try to appease *BSD.
+ 
+ Release 1.14 - 2 May 2014
+  - Fix test failures on OpenBSD, NetBSD and Windows.
+ 
+ Release 1.13 - 28 April 2014
+  - Test against 5.19.11.
+  - Fix use 5.xyz; on pre 5.10 perls (github 87).
+  - Round percentages down in summary and reports (also fixes Windows tests).
+ 
+ Release 1.12 - 17 April 2014
+  - Fix test failure on OSX, FreeBSD and HPUX (thanks H.Merijn Brand).
+ 
+ Release 1.11 - 13 April 2014
+  - Tests should pass when all run in parallel (Kent Fredric) (github 69).
+  - Fix problems with using Sereal as DB format.
+ 
+ Release 1.10 - 6 April 2014
+  - Test against 5.19.10.
+  - Add Sereal backend and use it if available.
+
+---

Old:

  Devel-Cover-1.09.tar.gz

New:

  Devel-Cover-1.17.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.V2C2Pq/_old  2015-02-16 21:48:18.0 +0100
+++ /var/tmp/diff_new_pack.V2C2Pq/_new  2015-02-16 21:48:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.09
+Version:1.17
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -31,7 +31,11 @@
 BuildRequires:  perl(Test::Warn)
 Requires:   perl(Test::Warn)
 Recommends: perl(Browser::Open)
+Recommends: perl(Capture::Tiny)
+Recommends: perl(Class::XSAccessor)
 Recommends: perl(JSON::PP)
+Recommends: perl(Moo)
+Recommends: perl(namespace::clean)
 Recommends: perl(Parallel::Iterator)
 Recommends: perl(Perl::Tidy) = 20060719
 Recommends: perl(Pod::Coverage) = 0.06

++ Devel-Cover-1.09.tar.gz - Devel-Cover-1.17.tar.gz ++
 28881 lines of diff (skipped)

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



commit perl-Devel-Cover for openSUSE:Factory

2014-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2014-03-19 08:02:22

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
2013-09-13 14:44:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2014-03-19 08:02:23.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 17 08:29:34 UTC 2014 - co...@suse.com
+
+- updated to 1.09
+ - Add Contributors file.
+ - Test against 5.19.4 - 5.19.9.
+ - Officially support 5.18.2.
+ - Fix shortcircuiting conditional operators for blead changes
+   (Matthew Horsfall) (rt 90591) (github 75, 80).
+ - Fix tab expansion in HTML report (H.Merijn Brand) (github 83).
+
+---

Old:

  Devel-Cover-1.08.tar.gz

New:

  Devel-Cover-1.09.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.OQ1G45/_old  2014-03-19 08:02:23.0 +0100
+++ /var/tmp/diff_new_pack.OQ1G45/_new  2014-03-19 08:02:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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:1.08
+Version:1.09
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -29,38 +29,6 @@
 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)
-#BuildRequires: perl(Devel::Cover::Branch)
-#BuildRequires: perl(Devel::Cover::Condition)
-#BuildRequires: perl(Devel::Cover::Condition_and_2)
-#BuildRequires: perl(Devel::Cover::Condition_and_3)
-#BuildRequires: perl(Devel::Cover::Condition_or_2)
-#BuildRequires: perl(Devel::Cover::Condition_or_3)
-#BuildRequires: perl(Devel::Cover::Condition_xor_4)
-#BuildRequires: perl(Devel::Cover::Criterion)
-#BuildRequires: perl(Devel::Cover::DB)
-#BuildRequires: perl(Devel::Cover::DB::Digests)
-#BuildRequires: perl(Devel::Cover::DB::File)
-#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)
-#BuildRequires: perl(Devel::Cover::Statement)
-#BuildRequires: perl(Devel::Cover::Subroutine)
-#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)
@@ -141,6 +109,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes docs README tests utils
+%doc Changes Contributors docs README tests utils
 
 %changelog

++ Devel-Cover-1.08.tar.gz - Devel-Cover-1.09.tar.gz ++
 4957 lines of diff (skipped)

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



commit perl-Devel-Cover for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2013-09-13 14:44:31

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
2013-07-27 15:50:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2013-09-13 14:44:33.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep 12 08:18:04 UTC 2013 - pgaj...@suse.com
+
+- updated to 1.08
+ - Don't test against 5.17.x development releases.
+ - Don't test against 5.19.2 and 5.19.3 which have a bug which causes tests to
+   fail.
+ - Perl 5.18 is more picky about POD encodings (Gregor Herrmann) (rt 88027).
+ - Numerous typo fixes (David Steinbrunner) (github 67).
+ - Improve -coverage options, fix -ignore_re for .gcov files (Steve Sanbeg)
+   (github 53).
+ - Work around B::CV::GV regression in 5.18.1.
+ - Officially support 5.18.1.
+ - Test against 5.19.1, 5.19.2 and 5.19.3.
+
+---

Old:

  Devel-Cover-1.06.tar.gz

New:

  Devel-Cover-1.08.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.F3Alo8/_old  2013-09-13 14:44:33.0 +0200
+++ /var/tmp/diff_new_pack.F3Alo8/_new  2013-09-13 14:44:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.06
+Version:1.08
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl

++ Devel-Cover-1.06.tar.gz - Devel-Cover-1.08.tar.gz ++
 1667 lines of diff (skipped)

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



commit perl-Devel-Cover for openSUSE:Factory

2013-07-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2013-07-27 15:50:14

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
2013-06-09 16:52:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2013-07-27 15:50:16.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 24 07:27:57 UTC 2013 - co...@suse.com
+
+- updated to 1.06
+  - More DEVEL_COVER_NO_TESTS changes for p5cover.
+ 
+ Release 1.05 - 17 July 2013
+  - Quieten some deparse warnings.
+  - Fix errors in write_csv (Jim Keenan) (github 64).
+  - Fix error in -inc/+inc docs and pod formatting (Olaf Alders) (github 65).
+  - Add DEVEL_COVER_NO_TESTS option to not run any tests during p5cover.
+
+---

Old:

  Devel-Cover-1.04.tar.gz

New:

  Devel-Cover-1.06.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.iOFZrI/_old  2013-07-27 15:50:17.0 +0200
+++ /var/tmp/diff_new_pack.iOFZrI/_new  2013-07-27 15:50:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.04
+Version:1.06
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl

++ Devel-Cover-1.04.tar.gz - Devel-Cover-1.06.tar.gz ++
 1617 lines of diff (skipped)

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



commit perl-Devel-Cover for openSUSE:Factory

2013-06-09 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2013-06-09 16:52:41.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.0ax0lT/_new  2013-06-09 16:52:42.0 +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)
 

commit perl-Devel-Cover for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2012-05-31 17:08:12

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new (New)


Package is perl-Devel-Cover, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2012-01-04 07:26:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2012-05-31 17:08:15.0 +0200
@@ -1,0 +2,36 @@
+Wed May 30 11:42:39 UTC 2012 - co...@suse.com
+
+- updated to 0.87
+ - Major documentation overhaul (Pau Amma).
+ - Cleanup Data::Dumper usage (localise settings) (Olivier Mengué) (rt 76531).
+ - Ignore more generated filenames - Moose and Template Toolkit.
+ - Improve results for chained logical operators.
+ - Officially support 5.16.0.
+
+ - Add all coverage criteria to the Vim report.
+
+ - Add customisable thresholds to HTML reports (Xavier Caron).
+ - Improve Vim report.
+
+ - Add Vim report (based on discussion with Tatsuhiko Miyagawa).
+
+ - Prefer JSON::XS for faster operation (Audrey Tang (唐鳳)).
+ - Rework testing framework (Xavier Caron).
+
+ - Do not distribute MYMETA.json (Olivier Mengué) (rt 75883).
+
+ - Fix up dzil release process.
+
+ - Don't be so noisy with Moose code.
+ - Move to Dist:Zilla (Christian Walde).
+ - Test against 5.14.2 and 5.15.2 - 5.15.8.
+ - Select gcov2perl from the same directory as cover.
+ - Print warnings to STDERR so $SIG{__WARN__} isn't called (Christian Walde).
+ - Manage coverage reporting errors before an exec (Daisuke Maki).
+ - Don't run fork tests on Windows (Christian Walde).
+ - Add more documentation about cover --test (Kirk Kimmel).
+ - Remove race conditions around mkdir.
+ - Add travis config file.
+ - Add word Warning to MD5 digest message.
+
+---

Old:

  Devel-Cover-0.79.tar.gz

New:

  Devel-Cover-0.87.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.MtIWrR/_old  2012-05-31 17:08:16.0 +0200
+++ /var/tmp/diff_new_pack.MtIWrR/_new  2012-05-31 17:08:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,11 +17,11 @@
 
 
 Name:   perl-Devel-Cover
-Version:0.79
+Version:0.87
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Cover/
 Source: 
http://www.cpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
@@ -29,6 +29,35 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Warn)
+#BuildRequires: perl(DC::Test::Dist)
+#BuildRequires: perl(DC::Test::Dist::M1)
+#BuildRequires: perl(Devel::Cover)
+#BuildRequires: perl(Devel::Cover::Branch)
+#BuildRequires: perl(Devel::Cover::Condition)
+#BuildRequires: perl(Devel::Cover::Condition_and_2)
+#BuildRequires: perl(Devel::Cover::Condition_and_3)
+#BuildRequires: perl(Devel::Cover::Condition_or_2)
+#BuildRequires: perl(Devel::Cover::Condition_or_3)
+#BuildRequires: perl(Devel::Cover::Condition_xor_4)
+#BuildRequires: perl(Devel::Cover::Criterion)
+#BuildRequires: perl(Devel::Cover::DB)
+#BuildRequires: perl(Devel::Cover::DB::Digests)
+#BuildRequires: perl(Devel::Cover::DB::File)
+#BuildRequires: perl(Devel::Cover::DB::IO)
+#BuildRequires: perl(Devel::Cover::DB::Structure)
+#BuildRequires: perl(Devel::Cover::Dumper)
+#BuildRequires: perl(Devel::Cover::Inc)
+#BuildRequires: perl(Devel::Cover::Pod)
+#BuildRequires: perl(Devel::Cover::Report::Html_minimal)
+#BuildRequires: perl(Devel::Cover::Statement)
+#BuildRequires: perl(Devel::Cover::Subroutine)
+#BuildRequires: perl(Devel::Cover::Test)
+#BuildRequires: perl(Devel::Cover::Time)
+#BuildRequires: perl(Devel::Cover::Truth_Table)
+#BuildRequires: perl(Devel::Cover::Web)
+#BuildRequires: perl(Module1)
+#BuildRequires: perl(Template) = 2.00
+#BuildRequires: perl(Template::Provider)
 Requires:   perl(Test::Warn)
 Recommends: perl(JSON::PP)
 Recommends: perl(Parallel::Iterator)
@@ -36,7 +65,7 @@
 Recommends: perl(Pod::Coverage) = 0.06
 Recommends: perl(Pod::Coverage::CountParents)
 Recommends: perl(PPI::HTML) = 1.07