commit perl-Pod-Coverage for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Pod-Coverage for 
openSUSE:Factory checked in at 2020-11-03 15:15:16

Comparing /work/SRC/openSUSE:Factory/perl-Pod-Coverage (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pod-Coverage.new.3463 (New)


Package is "perl-Pod-Coverage"

Tue Nov  3 15:15:16 2020 rev:24 rq:844598 version:0.23

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Coverage/perl-Pod-Coverage.changes  
2013-05-16 16:15:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Pod-Coverage.new.3463/perl-Pod-Coverage.changes
2020-11-03 15:15:27.027975651 +0100
@@ -1,0 +2,5 @@
+Wed Oct 28 13:44:33 UTC 2020 - Dirk Stoecker 
+
+- fix build with perl 5.32 by regenerating spec with cpanspec
+
+---



Other differences:
--
++ perl-Pod-Coverage.spec ++
--- /var/tmp/diff_new_pack.cJhItB/_old  2020-11-03 15:15:28.631977195 +0100
+++ /var/tmp/diff_new_pack.cJhItB/_new  2020-11-03 15:15:28.635977199 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Coverage
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,19 +21,20 @@
 Release:0
 %define cpan_name Pod-Coverage
 Summary:Checks if the documentation of a module is comprehensive
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Pod-Coverage/
-Source: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::Symdump) >= 2.01
-#BuildRequires: perl(GrandParent)
-#BuildRequires: perl(Parent)
-#BuildRequires: perl(Pod::Coverage)
+BuildRequires:  perl(Pod::Find) >= 0.21
+BuildRequires:  perl(Pod::Parser) >= 1.13
 Requires:   perl(Devel::Symdump) >= 2.01
+Requires:   perl(Pod::Find) >= 0.21
+Requires:   perl(Pod::Parser) >= 1.13
 %{perl_requires}
 
 %description
@@ -68,11 +69,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install




commit perl-Pod-Coverage for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Coverage for 
openSUSE:Factory checked in at 2013-05-16 16:15:28

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


Package is perl-Pod-Coverage

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Coverage/perl-Pod-Coverage.changes  
2012-02-21 12:39:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Coverage.new/perl-Pod-Coverage.changes 
2013-05-16 16:15:29.0 +0200
@@ -1,0 +2,6 @@
+Thu May 16 12:59:16 CEST 2013 - p...@suse.de
+
+- Update to 0.23:
+  Distinguish 'package didn't compile' from 'package has no symbols'
+
+---

Old:

  Pod-Coverage-0.22.tar.gz

New:

  Pod-Coverage-0.23.tar.gz



Other differences:
--
++ perl-Pod-Coverage.spec ++
--- /var/tmp/diff_new_pack.nS8mh2/_old  2013-05-16 16:15:30.0 +0200
+++ /var/tmp/diff_new_pack.nS8mh2/_new  2013-05-16 16:15:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Coverage
 #
-# 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-Pod-Coverage
-Version:0.22
+Version:0.23
 Release:0
 %define cpan_name Pod-Coverage
 Summary:Checks if the documentation of a module is comprehensive

++ Pod-Coverage-0.22.tar.gz - Pod-Coverage-0.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-0.22/Changes 
new/Pod-Coverage-0.23/Changes
--- old/Pod-Coverage-0.22/Changes   2012-02-07 11:59:34.0 +0100
+++ new/Pod-Coverage-0.23/Changes   2013-05-01 15:10:34.0 +0200
@@ -1,158 +1,162 @@
-0.22   Tuesday 7th February, 2012
-   POD spelling corrections. (rt #22113)
-   Add unimport to the stoplist. (rt #33914)
-
-0.21   Tuesday 27th July, 2010
-   Add SCALAR to the stoplist (implementaion method for tied
-   hashes).  Report by David Cantrell.
-
-0.20   Thursday 19th February, 2009
-   Fix t/lib/Fully/Qualified.pm to have a 1; (Zefram)
-   Ship t/09whitespace.t - had missed it before
-
-0.19   Thursday 13th September, 2007
-   Don't use _CvGV to determine if a sub was imported, there's a handy
-   flag - GVf_IMPORTED_CV.  Fixes 5.9.5 and future perls
-   (solution by Nicholas Clark)
+0.23Wednesday 1st May, 2013
+Distinguish 'package didn't compile' from 'package has no
+symbols' (Gareth Tunley)
+
+0.22Tuesday 7th February, 2012
+POD spelling corrections. (rt #22113)
+Add unimport to the stoplist. (rt #33914)
+
+0.21Tuesday 27th July, 2010
+Add SCALAR to the stoplist (implementaion method for tied
+hashes).  Report by David Cantrell.
+
+0.20Thursday 19th February, 2009
+Fix t/lib/Fully/Qualified.pm to have a 1; (Zefram)
+Ship t/09whitespace.t - had missed it before
+
+0.19Thursday 13th September, 2007
+Don't use _CvGV to determine if a sub was imported, there's a handy
+flag - GVf_IMPORTED_CV.  Fixes 5.9.5 and future perls
+(solution by Nicholas Clark)
 
 
 0.18Friday 4th August, 2006
-   Rewrite _CvGV in terms of B::CV - no xs dependency anymore
-   (suggested by Tim Bunce)
+Rewrite _CvGV in terms of B::CV - no xs dependency anymore
+(suggested by Tim Bunce)
 
 Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private
-   stoplists. (rt #12451)
+stoplists. (rt #12451)
 
 Support documentation where the method name is documented in a
-   ::qualified style (rt #14635)
+::qualified style (rt #14635)
 
-   Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489)
+Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489)
 
-   Added a nonwhitespace option (Alex - rt #14950)
+Added a nonwhitespace option (Alex - rt #14950)
 
 
-0.17   Tuesday 23rd November, 2004
-   Fixed a further case reported by Jos Boumans where
-   =head2 $self-foo(); was intepreted as documentation for a
+0.17Tuesday 23rd November, 2004
+Fixed a further case reported by Jos Boumans where
+=head2 $self-foo(); was intepreted as documentation for a
 Cfoo() method.  (more XS4ALL house style)
 
-0.16   Wednesday 20th October, 2004
-   Fixed a MANIFEST bug.
-   Fixed a case reported by Jos Boumans where
-   

commit perl-Pod-Coverage for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Coverage for 
openSUSE:Factory checked in at 2012-02-21 12:39:00

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


Package is perl-Pod-Coverage, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Coverage/perl-Pod-Coverage.changes  
2011-11-21 12:44:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Coverage.new/perl-Pod-Coverage.changes 
2012-02-21 12:39:02.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 21 09:12:16 UTC 2012 - co...@suse.com
+
+- recreate with cpanspec to fix build
+
+---
+Wed Feb 15 12:30:23 CET 2012 - p...@suse.de
+
+- Update to 0.22:
+  * POD spelling corrections. (rt #22113)
+  * Add unimport to the stoplist. (rt #33914)
+- Fix spec file as build now uses Makefile.PL.
+- remove created perllocal.pod.
+
+---

Old:

  Pod-Coverage-0.21.tar.gz

New:

  Pod-Coverage-0.22.tar.gz



Other differences:
--
++ perl-Pod-Coverage.spec ++
--- /var/tmp/diff_new_pack.WSsMwX/_old  2012-02-21 12:39:03.0 +0100
+++ /var/tmp/diff_new_pack.WSsMwX/_new  2012-02-21 12:39:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Coverage
 #
-# 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
@@ -15,71 +15,72 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Pod-Coverage
+Version:0.22
+Release:0
 %define cpan_name Pod-Coverage
 Summary:Checks if the documentation of a module is comprehensive
-Version:0.21
-Release:2
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pod-Coverage/
-#Source: 
http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.0
-%endif
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Devel::Symdump) = 2.01
-#
+#BuildRequires: perl(GrandParent)
+#BuildRequires: perl(Parent)
+#BuildRequires: perl(Pod::Coverage)
 Requires:   perl(Devel::Symdump) = 2.01
-Requires:   perl(Pod::Find) = 0.21
-Requires:   perl(Pod::Parser) = 1.13
+%{perl_requires}
 
 %description
 Developers hate writing documentation. They'd hate it even more if their
 computer tattled on them, but maybe they'll be even more thankful in the
-long run. Even if not, perlmodstyle tells you to, so you must obey.
+long run. Even if not, _perlmodstyle_ tells you to, so you must obey.
 
 This module provides a mechanism for determining if the pod for a given
 module is comprehensive.
 
-It expects to find either a =head(n1) or an =item block documenting a
+It expects to find either a '=head(n1)' or an '=item' block documenting a
 subroutine.
 
-Authors:
-
-Richard Clamp richa...@unixbeard.net
-Michael Stevens mstev...@etla.org
+Consider: # an imaginary Foo.pm package Foo;
+
+ =item foo
+
+ The foo sub
+
+ = cut
+
+ sub foo {}
+ sub bar {}
+
+ 1;
+ __END__
+
+In this example 'Foo::foo' is covered, but 'Foo::bar' is not, so the 'Foo'
+package is only 50% (0.5) covered
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes examples
 
 %changelog

++ Pod-Coverage-0.21.tar.gz - Pod-Coverage-0.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Coverage-0.21/Build.PL 
new/Pod-Coverage-0.22/Build.PL
--- old/Pod-Coverage-0.21/Build.PL  2010-07-27 15:29:19.0 +0200
+++ 

commit perl-Pod-Coverage for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Coverage for 
openSUSE:Factory checked in at 2011-12-06 18:46:25

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


Package is perl-Pod-Coverage, Maintainer is p...@suse.com

Changes:




Other differences:
--
++ perl-Pod-Coverage.spec ++
--- /var/tmp/diff_new_pack.94wtYZ/_old  2011-12-06 19:16:27.0 +0100
+++ /var/tmp/diff_new_pack.94wtYZ/_new  2011-12-06 19:16:27.0 +0100
@@ -24,7 +24,7 @@
 Summary:Checks if the documentation of a module is comprehensive
 Version:0.21
 Release:2
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pod-Coverage/
 #Source: 
http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-%{version}.tar.gz

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



commit perl-Pod-Coverage for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Coverage for 
openSUSE:Factory checked in at 2011-11-21 12:44:41

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


Package is perl-Pod-Coverage, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Coverage/perl-Pod-Coverage.changes  
2011-09-23 12:38:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Coverage.new/perl-Pod-Coverage.changes 
2011-11-21 12:44:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:03 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Pod-Coverage-0.21.tar.bz2

New:

  Pod-Coverage-0.21.tar.gz



Other differences:
--
++ perl-Pod-Coverage.spec ++
--- /var/tmp/diff_new_pack.7Dp2UL/_old  2011-11-21 12:44:48.0 +0100
+++ /var/tmp/diff_new_pack.7Dp2UL/_new  2011-11-21 12:44:48.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Pod-Coverage (Version 0.21)
+# spec file for package perl-Pod-Coverage
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -28,7 +28,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Pod-Coverage/
 #Source: 
http://www.cpan.org/modules/by-module/Pod/Pod-Coverage-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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