commit perl-Class-C3 for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2020-11-10 13:46:47

Comparing /work/SRC/openSUSE:Factory/perl-Class-C3 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Class-C3.new.11331 (New)


Package is "perl-Class-C3"

Tue Nov 10 13:46:47 2020 rev:23 rq:847428 version:0.35

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2018-04-25 10:00:52.731883391 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new.11331/perl-Class-C3.changes   
2020-11-10 13:53:38.466828699 +0100
@@ -1,0 +2,12 @@
+Tue Nov 10 03:07:00 UTC 2020 - Tina Müller 
+
+- updated to 0.35
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.35 - 2020-11-09
+  - update bundled ExtUtils::HasCompiler to 0.022
+  - support PUREPERL_ONLY environment variable during installation
+  - fix no-XS test to not require newer Test::More that declared prereq
+  - drop optional Devel::Hide prereq
+
+---

Old:

  Class-C3-0.34.tar.gz

New:

  Class-C3-0.35.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.0N50wk/_old  2020-11-10 13:53:38.978827731 +0100
+++ /var/tmp/diff_new_pack.0N50wk/_new  2020-11-10 13:53:38.982827723 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# Copyright (c) 2018 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
@@ -12,18 +12,18 @@
 # 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-Class-C3
-Version:0.34
+Version:0.35
 Release:0
 %define cpan_name Class-C3
-Summary:Pragma to Use the C3 Method Resolution Order Algorithm
+Summary:Pragma to use the C3 method resolution order algorithm
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Class-C3/
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -48,11 +48,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
@@ -62,5 +62,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++ Class-C3-0.34.tar.gz -> Class-C3-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.34/Changes new/Class-C3-0.35/Changes
--- old/Class-C3-0.34/Changes   2018-04-19 18:26:49.0 +0200
+++ new/Class-C3-0.35/Changes   2020-11-09 07:20:13.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension Class::C3.
 
+0.35 - 2020-11-09
+- update bundled ExtUtils::HasCompiler to 0.022
+- support PUREPERL_ONLY environment variable during installation
+- fix no-XS test to not require newer Test::More that declared prereq
+- drop optional Devel::Hide prereq
+
 0.34 - 2018-04-19
 - update bundled ExtUtils::HasCompiler to 0.021
 - fix some examples in pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.34/LICENSE new/Class-C3-0.35/LICENSE
--- old/Class-C3-0.34/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/Class-C3-0.35/LICENSE   2020-11-09 07:20:32.0 +0100
@@ -0,0 +1,374 @@
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2020 by Stevan Little, 
.
+
+This is free software, licensed under:
+
+  The GNU General Public License, Version 1, February 1989
+
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
+
+ Copyright (C) 1989 Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license 

commit perl-Class-C3 for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2018-04-25 10:00:42

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


Package is "perl-Class-C3"

Wed Apr 25 10:00:42 2018 rev:22 rq:599322 version:0.34

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2017-05-03 15:57:39.820214861 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2018-04-25 10:00:52.731883391 +0200
@@ -1,0 +2,10 @@
+Fri Apr 20 05:06:19 UTC 2018 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.34 - 2018-04-19
+  - update bundled ExtUtils::HasCompiler to 0.021
+  - fix some examples in pod
+
+---

Old:

  Class-C3-0.33.tar.gz

New:

  Class-C3-0.34.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.kANV90/_old  2018-04-25 10:00:53.339861085 +0200
+++ /var/tmp/diff_new_pack.kANV90/_new  2018-04-25 10:00:53.339861085 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# 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-Class-C3
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name Class-C3
 Summary:Pragma to Use the C3 Method Resolution Order Algorithm
-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/Class-C3/
 Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz

++ Class-C3-0.33.tar.gz -> Class-C3-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.33/Changes new/Class-C3-0.34/Changes
--- old/Class-C3-0.33/Changes   2017-04-23 23:58:48.0 +0200
+++ new/Class-C3-0.34/Changes   2018-04-19 18:26:49.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::C3.
 
+0.34 - 2018-04-19
+- update bundled ExtUtils::HasCompiler to 0.021
+- fix some examples in pod
+
 0.33 - 2017-04-23
 - update bundled ExtUtils::HasCompiler to 0.017
 - moved repository to Moose GitHub org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.33/META.json new/Class-C3-0.34/META.json
--- old/Class-C3-0.33/META.json 2017-04-23 23:59:18.0 +0200
+++ new/Class-C3-0.34/META.json 2018-04-19 18:27:00.0 +0200
@@ -4,13 +4,13 @@
   "Stevan Little, "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Class-C3",
"no_index" : {
@@ -65,6 +65,6 @@
  "web" : "https://github.com/moose/Class-C3;
   }
},
-   "version" : "0.33",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "0.34",
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.33/META.yml new/Class-C3-0.34/META.yml
--- old/Class-C3-0.33/META.yml  2017-04-23 23:59:18.0 +0200
+++ new/Class-C3-0.34/META.yml  2018-04-19 18:27:00.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,5 +28,5 @@
   homepage: https://metacpan.org/release/Class-C3
   license: http://dev.perl.org/licenses/
   repository: https://github.com/moose/Class-C3.git
-version: '0.33'
+version: '0.34'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.33/README new/Class-C3-0.34/README
--- old/Class-C3-0.33/README

commit perl-Class-C3 for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2017-05-03 15:57:37

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


Package is "perl-Class-C3"

Wed May  3 15:57:37 2017 rev:21 rq:492413 version:0.33

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2016-10-18 10:38:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2017-05-03 15:57:39.820214861 +0200
@@ -1,0 +2,12 @@
+Tue Apr 25 05:14:35 UTC 2017 - co...@suse.com
+
+- updated to 0.33
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.33 - 2017-04-23
+  - update bundled ExtUtils::HasCompiler to 0.017
+  - moved repository to Moose GitHub org
+  - avoid using base.pm in tests (RT#120530)
+  - minor pod and test cleanups
+
+---

Old:

  Class-C3-0.32.tar.gz

New:

  Class-C3-0.33.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.UmP2U0/_old  2017-05-03 15:57:40.612103067 +0200
+++ /var/tmp/diff_new_pack.UmP2U0/_new  2017-05-03 15:57:40.616102503 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# 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-Class-C3
-Version:0.32
+Version:0.33
 Release:0
 %define cpan_name Class-C3
 Summary:Pragma to Use the C3 Method Resolution Order Algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Class-C3-0.32.tar.gz -> Class-C3-0.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.32/Changes new/Class-C3-0.33/Changes
--- old/Class-C3-0.32/Changes   2016-09-15 06:55:48.0 +0200
+++ new/Class-C3-0.33/Changes   2017-04-23 23:58:48.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension Class::C3.
 
+0.33 - 2017-04-23
+- update bundled ExtUtils::HasCompiler to 0.017
+- moved repository to Moose GitHub org
+- avoid using base.pm in tests (RT#120530)
+- minor pod and test cleanups
+
 0.32 - 2016-09-15
 - update bundled ExtUtils::HasCompiler to 0.016
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.32/META.json new/Class-C3-0.33/META.json
--- old/Class-C3-0.32/META.json 2016-09-15 06:56:12.0 +0200
+++ new/Class-C3-0.33/META.json 2017-04-23 23:59:18.0 +0200
@@ -4,7 +4,7 @@
   "Stevan Little, "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -61,10 +61,10 @@
   ],
   "repository" : {
  "type" : "git",
- "url" : "git://git.shadowcat.co.uk/gitmo/Class-C3.git",
- "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
+ "url" : "https://github.com/moose/Class-C3.git;,
+ "web" : "https://github.com/moose/Class-C3;
   }
},
-   "version" : "0.32",
+   "version" : "0.33",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.32/META.yml new/Class-C3-0.33/META.yml
--- old/Class-C3-0.32/META.yml  2016-09-15 06:56:12.0 +0200
+++ new/Class-C3-0.33/META.yml  2017-04-23 23:59:18.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,6 +27,6 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3
   

commit perl-Class-C3 for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2016-10-18 10:38:56

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


Package is "perl-Class-C3"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2016-05-30 09:57:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2016-10-18 10:38:56.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 16 05:10:06 UTC 2016 - co...@suse.com
+
+- updated to 0.32
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.32 - 2016-09-15
+  - update bundled ExtUtils::HasCompiler to 0.016
+
+---

Old:

  Class-C3-0.31.tar.gz

New:

  Class-C3-0.32.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.2u1ekD/_old  2016-10-18 10:38:57.0 +0200
+++ /var/tmp/diff_new_pack.2u1ekD/_new  2016-10-18 10:38:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-C3
-Version:0.31
+Version:0.32
 Release:0
 %define cpan_name Class-C3
 Summary:Pragma to Use the C3 Method Resolution Order Algorithm

++ Class-C3-0.31.tar.gz -> Class-C3-0.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.31/Changes new/Class-C3-0.32/Changes
--- old/Class-C3-0.31/Changes   2016-04-19 14:57:53.0 +0200
+++ new/Class-C3-0.32/Changes   2016-09-15 06:55:48.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::C3.
 
+0.32 - 2016-09-15
+- update bundled ExtUtils::HasCompiler to 0.016
+
 0.31 - 2016-04-19
 - update bundled ExtUtils::HasCompiler to 0.013 to fix possible false
   negative (RT#113635)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.31/META.json new/Class-C3-0.32/META.json
--- old/Class-C3-0.31/META.json 2016-04-19 14:58:15.0 +0200
+++ new/Class-C3-0.32/META.json 2016-09-15 06:56:12.0 +0200
@@ -4,7 +4,7 @@
   "Stevan Little, "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -65,5 +65,6 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
   }
},
-   "version" : "0.31"
+   "version" : "0.32",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.31/META.yml new/Class-C3-0.32/META.yml
--- old/Class-C3-0.31/META.yml  2016-04-19 14:58:15.0 +0200
+++ new/Class-C3-0.32/META.yml  2016-09-15 06:56:12.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +28,5 @@
   homepage: https://metacpan.org/release/Class-C3
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/gitmo/Class-C3.git
-version: '0.31'
+version: '0.32'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.31/inc/ExtUtils/HasCompiler.pm 
new/Class-C3-0.32/inc/ExtUtils/HasCompiler.pm
--- old/Class-C3-0.31/inc/ExtUtils/HasCompiler.pm   2016-04-19 
13:35:50.0 +0200
+++ new/Class-C3-0.32/inc/ExtUtils/HasCompiler.pm   2016-09-15 
06:50:50.0 +0200
@@ -1,5 +1,5 @@
 package ExtUtils::HasCompiler;
-$ExtUtils::HasCompiler::VERSION = '0.013';
+$ExtUtils::HasCompiler::VERSION = '0.016';
 use strict;
 use warnings;
 
@@ -10,10 +10,10 @@
 use Config;
 use Carp 'carp';
 use File::Basename 'basename';
-use File::Spec::Functions qw/catfile catdir/;
+use File::Spec::Functions qw/catfile catdir rel2abs/;
 use File::Temp qw/tempdir tempfile/;
 
-my $tempdir = tempdir(CLEANUP => 1);
+my $tempdir = tempdir('HASCOMPILER', CLEANUP => 1, DIR => '.');
 
 my $loadable_object_format = <<'END';
 #define PERL_NO_GET_CONTEXT
@@ -68,10 +68,12 @@
 sub can_compile_loadable_object {
my %args = @_;
 
+   my $output = $args{output} || \*STDOUT;
+
my $config = $args{config} || 

commit perl-Class-C3 for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2016-05-30 09:57:35

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


Package is "perl-Class-C3"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2015-10-24 10:30:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2016-05-30 09:57:45.0 +0200
@@ -1,0 +2,10 @@
+Sat May 28 09:34:37 UTC 2016 - co...@suse.com
+
+- updated to 0.31
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.31 - 2016-04-19
+  - update bundled ExtUtils::HasCompiler to 0.013 to fix possible false
+negative (RT#113635)
+
+---

Old:

  Class-C3-0.30.tar.gz

New:

  Class-C3-0.31.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.ZWLucA/_old  2016-05-30 09:57:46.0 +0200
+++ /var/tmp/diff_new_pack.ZWLucA/_new  2016-05-30 09:57:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# 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-Class-C3
-Version:0.30
+Version:0.31
 Release:0
 %define cpan_name Class-C3
 Summary:Pragma to Use the C3 Method Resolution Order Algorithm
@@ -40,8 +40,8 @@
 method resolution order.
 
 *NOTE:* YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is
-integrated into perl version >= 5.9.5, and you should use the MRO::Compat
-manpage instead, which will use the core implementation in newer perls, but
+integrated into perl version >= 5.9.5, and you should use MRO::Compat
+instead, which will use the core implementation in newer perls, but
 fallback to using this implementation on older perls.
 
 %prep

++ Class-C3-0.30.tar.gz -> Class-C3-0.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.30/Changes new/Class-C3-0.31/Changes
--- old/Class-C3-0.30/Changes   2015-10-19 06:16:04.0 +0200
+++ new/Class-C3-0.31/Changes   2016-04-19 14:57:53.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::C3.
 
+0.31 - 2016-04-19
+- update bundled ExtUtils::HasCompiler to 0.013 to fix possible false
+  negative (RT#113635)
+
 0.30 - 2015-10-19
 - include ExtUtils::HasCompiler in dist as intended so it doesn't need to
   be installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.30/MANIFEST new/Class-C3-0.31/MANIFEST
--- old/Class-C3-0.30/MANIFEST  2015-10-19 06:16:14.0 +0200
+++ new/Class-C3-0.31/MANIFEST  2016-04-19 14:58:15.0 +0200
@@ -28,12 +28,6 @@
 t/36_next_goto.t
 t/37_mro_warn.t
 t/40_no_xs.t
-t/lib/A.pm
-t/lib/B.pm
-t/lib/C.pm
-t/lib/D.pm
-t/lib/E.pm
-t/lib/F.pm
 xt/pod.t
 xt/pod_coverage.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.30/META.json new/Class-C3-0.31/META.json
--- old/Class-C3-0.30/META.json 2015-10-19 06:16:14.0 +0200
+++ new/Class-C3-0.31/META.json 2016-04-19 14:58:15.0 +0200
@@ -32,15 +32,8 @@
   },
   "develop" : {
  "requires" : {
-"Moose" : "0",
-"MooseX::Types::Common::Numeric" : "0",
-"Mouse" : "0",
-"Type::Tiny" : "0",
-"bareword::filehandles" : "0",
-"indirect" : "0",
-"multidimensional" : "0",
-"namespace::autoclean" : "0",
-"namespace::clean" : "0"
+"Test::Pod" : "1.14",
+"Test::Pod::Coverage" : "1.04"
  }
   },
   "runtime" : {
@@ -72,5 +65,5 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
   }
},
-   "version" : "0.30"
+   "version" : "0.31"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.30/META.yml new/Class-C3-0.31/META.yml
--- old/Class-C3-0.30/META.yml  2015-10-19 06:16:14.0 +0200
+++ new/Class-C3-0.31/META.yml  2016-04-19 14:58:15.0 +0200
@@ -28,4 +28,4 @@
   homepage: https://metacpan.org/release/Class-C3
   license: http://dev.perl.org/licenses/
   repository: 

commit perl-Class-C3 for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2015-10-24 10:29:24

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


Package is "perl-Class-C3"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2015-04-18 10:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2015-10-24 10:30:10.0 +0200
@@ -1,0 +2,13 @@
+Wed Oct 21 08:41:23 UTC 2015 - co...@suse.com
+
+- updated to 0.30
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.30 - 2015-10-19
+  - include ExtUtils::HasCompiler in dist as intended so it doesn't need to
+be installed
+  
+  0.29 - 2015-10-18
+  - Update compiler detection to use ExtUtils::HasCompiler
+
+---

Old:

  Class-C3-0.28.tar.gz

New:

  Class-C3-0.30.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.F9NT6O/_old  2015-10-24 10:30:10.0 +0200
+++ /var/tmp/diff_new_pack.F9NT6O/_new  2015-10-24 10:30:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-C3
-Version:0.28
+Version:0.30
 Release:0
 %define cpan_name Class-C3
 Summary:Pragma to Use the C3 Method Resolution Order Algorithm
@@ -31,7 +31,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Algorithm::C3) >= 0.07
-BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
 Requires:   perl(Algorithm::C3) >= 0.07
 %{perl_requires}
 

++ Class-C3-0.28.tar.gz -> Class-C3-0.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.28/Changes new/Class-C3-0.30/Changes
--- old/Class-C3-0.28/Changes   2015-04-14 06:56:20.0 +0200
+++ new/Class-C3-0.30/Changes   2015-10-19 06:16:04.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Class::C3.
 
+0.30 - 2015-10-19
+- include ExtUtils::HasCompiler in dist as intended so it doesn't need to
+  be installed
+
+0.29 - 2015-10-18
+- Update compiler detection to use ExtUtils::HasCompiler
+
 0.28 - 2015-04-14
 - Change link to Dylan paper to use archive.org, as the original link has
   gone offline (RT#99756).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.28/MANIFEST new/Class-C3-0.30/MANIFEST
--- old/Class-C3-0.28/MANIFEST  2015-04-14 06:59:15.0 +0200
+++ new/Class-C3-0.30/MANIFEST  2015-10-19 06:16:14.0 +0200
@@ -1,4 +1,5 @@
 Changes
+inc/ExtUtils/HasCompiler.pm
 lib/Class/C3.pm
 lib/Class/C3/next.pm
 maint/Makefile.PL.include
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.28/META.json new/Class-C3-0.30/META.json
--- old/Class-C3-0.28/META.json 2015-04-14 06:59:14.0 +0200
+++ new/Class-C3-0.30/META.json 2015-10-19 06:16:14.0 +0200
@@ -4,7 +4,7 @@
   "Stevan Little, "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -17,7 +17,8 @@
   "directory" : [
  "t",
  "xt",
- "opt"
+ "opt",
+ "inc"
   ]
},
"prereqs" : {
@@ -26,7 +27,6 @@
   },
   "configure" : {
  "requires" : {
-"ExtUtils::CBuilder" : "0.27",
 "ExtUtils::MakeMaker" : "0"
  }
   },
@@ -72,5 +72,5 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
   }
},
-   "version" : "0.28"
+   "version" : "0.30"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.28/META.yml new/Class-C3-0.30/META.yml
--- old/Class-C3-0.28/META.yml  2015-04-14 06:59:14.0 +0200
+++ new/Class-C3-0.30/META.yml  2015-10-19 06:16:14.0 +0200
@@ -5,10 +5,9 @@
 build_requires:
   Test::More: '0.47'
 configure_requires:
-  ExtUtils::CBuilder: '0.27'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,6 +18,7 @@
 - t
 - xt
 - opt
+- inc
 requires:
   Algorithm::C3: '0.07'
   Scalar::Util: '0'
@@ -28,4 +28,4 

commit perl-Class-C3 for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2015-04-18 10:40:04

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2015-04-15 16:22:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2015-04-18 10:40:05.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 19:36:08 UTC 2015 - co...@suse.com
+
+- updated to 0.28
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+  0.28 - 2015-04-14
+  - Change link to Dylan paper to use archive.org, as the original link has
+gone offline (RT#99756).
+
+---

Old:

  Class-C3-0.27.tar.gz

New:

  Class-C3-0.28.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.4NpcNK/_old  2015-04-18 10:40:05.0 +0200
+++ /var/tmp/diff_new_pack.4NpcNK/_new  2015-04-18 10:40:05.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Class-C3
-Version:0.27
+Version:0.28
 Release:0
 %define cpan_name Class-C3
-Summary:A pragma to use the C3 method resolution order algorithm
+Summary:Pragma to Use the C3 Method Resolution Order Algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Class-C3-0.27.tar.gz - Class-C3-0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/Changes new/Class-C3-0.28/Changes
--- old/Class-C3-0.27/Changes   2014-08-16 02:31:05.0 +0200
+++ new/Class-C3-0.28/Changes   2015-04-14 06:56:20.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::C3.
 
+0.28 - 2015-04-14
+- Change link to Dylan paper to use archive.org, as the original link has
+  gone offline (RT#99756).
+
 0.27 - 2014-08-16
 - declare minimum perl version of 5.6 in metadata
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/MANIFEST new/Class-C3-0.28/MANIFEST
--- old/Class-C3-0.27/MANIFEST  2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/MANIFEST  2015-04-14 06:59:15.0 +0200
@@ -33,8 +33,8 @@
 t/lib/D.pm
 t/lib/E.pm
 t/lib/F.pm
-t/pod.t
-t/pod_coverage.t
+xt/pod.t
+xt/pod_coverage.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
 README   README file (added by Distar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/META.json new/Class-C3-0.28/META.json
--- old/Class-C3-0.27/META.json 2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/META.json 2015-04-14 06:59:14.0 +0200
@@ -4,7 +4,7 @@
   Stevan Little, ste...@iinteractive.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -72,5 +72,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Class-C3.git;
   }
},
-   version : 0.27
+   version : 0.28
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.27/META.yml new/Class-C3-0.28/META.yml
--- old/Class-C3-0.27/META.yml  2014-08-16 02:31:15.0 +0200
+++ new/Class-C3-0.28/META.yml  2015-04-14 06:59:14.0 +0200
@@ -8,7 +8,7 @@
   ExtUtils::CBuilder: '0.27'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141520'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +28,4 @@
   homepage: https://metacpan.org/release/Class-C3
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/gitmo/Class-C3.git
-version: '0.27'
+version: '0.28'
diff -urN 

commit perl-Class-C3 for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2015-04-15 16:22:21

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2014-03-09 18:34:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2015-04-15 16:22:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:10:14 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-Class-C3/Changes
+
+---

Old:

  Class-C3-0.26.tar.gz

New:

  Class-C3-0.27.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.7CkEyX/_old  2015-04-15 16:22:22.0 +0200
+++ /var/tmp/diff_new_pack.7CkEyX/_new  2015-04-15 16:22:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# 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-Class-C3
-Version:0.26
+Version:0.27
 Release:0
 %define cpan_name Class-C3
 Summary:A pragma to use the C3 method resolution order algorithm
@@ -61,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README util
+%doc Changes README
 
 %changelog

++ Class-C3-0.26.tar.gz - Class-C3-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.26/ChangeLog new/Class-C3-0.27/ChangeLog
--- old/Class-C3-0.26/ChangeLog 2014-03-05 00:44:03.0 +0100
+++ new/Class-C3-0.27/ChangeLog 1970-01-01 01:00:00.0 +0100
@@ -1,147 +0,0 @@
-Revision history for Perl extension Class::C3.
-
-0.26 Tue, Mar 4, 2104
-- Fix bug in Makefile.PL when ExtUtils::CBuilder not available
-
-0.25 Thu, July 4, 2013
-- Drop compatibility from 5.6.2 to 5.6.0
-- Pod typo fixes (RT#77453, RT#85357)
-- Only ask for Devel::Hide on perls where it will be actually used
-  (RT#81106)
-- Fix SYNOPSIS to actually be executable (RT#78327)
-
-0.24 Sat, May 12, 2012
-- Require Class::C3::XS on 5.8 perls if a working compiler is found
-
-0.23 Sat, Jun 19, 2010
-- Fix various documentation problems (Martin Becker).
-
-0.22 Fri, Jan 29, 2010
-- Add note that people should be using MRO::Compat rather than
-  Class::C3 directly.
-
-0.21 Wed, Mar 25, 2009
-- Remove fake Build.PL. Module::Install doesn't support that anymore.
-  (Florian Ragwitz)
-- Stop using auto_instal in Makefile.PL. Its use is strongly discouraged.
-  (Closes RT#38051, RT#44541) (Simon Bertrang)
-
-0.20 Mon, Dec 8, 2008
-- Prevent redefined warnings when Class::C3 is loaded explicitly after
-  MRO::Compat has been loaded. Also add tests for this.
-
-0.19 Mon, Jun 4, 2007
-- Added new goto tests, bumped XS version req
-
-0.18 Sat, May 12, 2007
-- Just bumped XS version requirement
-
-0.17 Tues, May 8, 2007
-- Remove Build.PL from the distribution
-
-0.16 Thurs, May 3, 2007
-- Converted to Module::Install
-- Supports optional Class::C3::XS
-- Supports optional perl 5.9.5+ mro code
-- Fixed overload fallback edge cases.
-- Fix for overloading to method name string,
-   from Ittetsu Miyazaki.
-
-0.14 Tues, Sep 19, 2006
-- Fix for rt.cpan.org #21558
-- converted to Module::Build
-
-0.13 Fri, Aug 25, 2006
-- Make use of Algorithm::C3 0.05's merge caching
-
-0.12 Tues, July 18, 2006
-- clarifying docs for initialize (thanks jcs)
-- applying patch from Robert Norris to add
-  next::can() and maybe::next::method()
-  functionality which allows safe probing of
-  the presence of the next method
-
-0.11 Thurs, Feb 23, 2006
-- added some more tests for edge cases
-- removed INIT, you must explicitly call initialize now
-- added docs explaining this
-- altered tests as needed
-- moved the C3 algorithm to Algorithm::C3 and added
-  that as a dependency to this module
-- added docs to explain the next::method in anon-sub issue
-- suggestions/solutions/patches welcome :)
-- bumped the Scalar::Util version requirement back down
-  to 1.10, apparently the newer version has some issues
-
-0.10 - Wed, Feb 8, 2006
-- removed the Sub::Name and NEXT dependencies and
-  made the test just skip if 

commit perl-Class-C3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2014-03-09 18:34:12

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2013-07-29 17:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2014-03-09 18:34:13.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 08:44:07 UTC 2014 - co...@suse.com
+
+- updated to 0.26
+  - Fix bug in Makefile.PL when ExtUtils::CBuilder not available
+
+---

Old:

  Class-C3-0.25.tar.gz

New:

  Class-C3-0.26.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.zWHe8g/_old  2014-03-09 18:34:13.0 +0100
+++ /var/tmp/diff_new_pack.zWHe8g/_new  2014-03-09 18:34:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# 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,50 +17,20 @@
 
 
 Name:   perl-Class-C3
-Version:0.25
+Version:0.26
 Release:0
 %define cpan_name Class-C3
 Summary:A pragma to use the C3 method resolution order algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Algorithm::C3) = 0.07
 BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
-#BuildRequires: perl(A)
-#BuildRequires: perl(Bar)
-#BuildRequires: perl(BaseTest)
-#BuildRequires: perl(BaseTwo)
-#BuildRequires: perl(BiPedal)
-#BuildRequires: perl(c3)
-#BuildRequires: perl(Class::C3)
-#BuildRequires: perl(Class::C3::next)
-#BuildRequires: perl(Class::C3::XS)
-#BuildRequires: perl(Devel::Hide)
-#BuildRequires: perl(Diamond_A)
-#BuildRequires: perl(Foo)
-#BuildRequires: perl(Fuz)
-#BuildRequires: perl(InheritingFromOverloadedTest)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LifeForm)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(mro)
-#BuildRequires: perl(MRO::Compat)
-#BuildRequires: perl(Object)
-#BuildRequires: perl(OverloadingTest)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Sentient)
-#BuildRequires: perl(TestMRO::A)
-#BuildRequires: perl(TestMRO::B)
-#BuildRequires: perl(TestMRO::C)
-#BuildRequires: perl(Test::O)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Algorithm::C3) = 0.07
 %{perl_requires}
 

++ Class-C3-0.25.tar.gz - Class-C3-0.26.tar.gz ++
 2920 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-Class-C3 for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2013-07-29 17:45:43

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2013-06-06 15:10:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2013-07-29 17:45:44.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 26 18:30:33 UTC 2013 - co...@suse.com
+
+- updated to 0.25
+- Drop compatibility from 5.6.2 to 5.6.0
+- Pod typo fixes (RT#77453, RT#85357)
+- Only ask for Devel::Hide on perls where it will be actually used
+  (RT#81106)
+- Fix SYNOPSIS to actually be executable (RT#78327)
+
+---

Old:

  Class-C3-0.24.tar.gz

New:

  Class-C3-0.25.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.8DoI4i/_old  2013-07-29 17:45:45.0 +0200
+++ /var/tmp/diff_new_pack.8DoI4i/_new  2013-07-29 17:45:45.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Class-C3
-Version:0.24
+Version:0.25
 Release:0
 %define cpan_name Class-C3
-Summary:A pragma to use the C3 method resolution order algortihm
+Summary:A pragma to use the C3 method resolution order algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -44,7 +44,6 @@
 #BuildRequires: perl(Diamond_A)
 #BuildRequires: perl(Foo)
 #BuildRequires: perl(Fuz)
-#BuildRequires: perl(inc::Module::Install) = 1.06
 #BuildRequires: perl(InheritingFromOverloadedTest)
 #BuildRequires: perl(JSON)
 #BuildRequires: perl(LifeForm)

++ Class-C3-0.24.tar.gz - Class-C3-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.24/ChangeLog new/Class-C3-0.25/ChangeLog
--- old/Class-C3-0.24/ChangeLog 2012-05-12 14:01:47.0 +0200
+++ new/Class-C3-0.25/ChangeLog 2013-07-04 12:27:23.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Class::C3.
 
+0.25 Thu, July 4, 2013
+- Drop compatibility from 5.6.2 to 5.6.0
+- Pod typo fixes (RT#77453, RT#85357)
+- Only ask for Devel::Hide on perls where it will be actually used
+  (RT#81106)
+- Fix SYNOPSIS to actually be executable (RT#78327)
+
 0.24 Sat, May 12, 2012
 - Require Class::C3::XS on 5.8 perls if a working compiler is found
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.24/MANIFEST new/Class-C3-0.25/MANIFEST
--- old/Class-C3-0.24/MANIFEST  2012-05-12 14:02:15.0 +0200
+++ new/Class-C3-0.25/MANIFEST  2013-07-04 12:28:13.0 +0200
@@ -45,3 +45,4 @@
 t/pod.t
 t/pod_coverage.t
 util/visualize_c3.pl
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-C3-0.24/META.json new/Class-C3-0.25/META.json
--- old/Class-C3-0.24/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Class-C3-0.25/META.json 2013-07-04 12:28:13.0 +0200
@@ -0,0 +1,51 @@
+{
+   abstract : A pragma to use the C3 method resolution order algorithm,
+   author : [
+  Stevan Little, ste...@iinteractive.com
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Class-C3,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+Test::More : 0.47
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::CBuilder : 0.27
+ }
+  },
+  runtime : {
+ requires : {
+Algorithm::C3 : 0.07,
+Scalar::Util : 0
+ }
+  }
+   },
+   release_status : stable,
+   resources : {
+  bugtracker : {
+ web : http://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3;
+  },
+  homepage : http://search.cpan.org/dist/Class-C3;,
+  repository : {
+   

commit perl-Class-C3 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2013-06-06 15:10:34

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2011-11-21 12:37:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2013-06-06 15:10:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 15:30:40 UTC 2013 - co...@suse.com
+
+- updated to 0.24
+ - Require Class::C3::XS on 5.8 perls if a working compiler is found
+
+---

Old:

  Class-C3-0.23.tar.gz

New:

  Class-C3-0.24.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.tN8GsO/_old  2013-06-06 15:10:36.0 +0200
+++ /var/tmp/diff_new_pack.tN8GsO/_new  2013-06-06 15:10:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# Copyright (c) 2011 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
@@ -15,48 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Class-C3
+Version:0.24
+Release:0
 %define cpan_name Class-C3
-Summary:Pragma to use the C3 method resolution order algortihm
-Version:0.23
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:A pragma to use the C3 method resolution order algortihm
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-#Source: 
http://www.cpan.org/modules/by-module/Class/Class-C3-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-BuildRequires:  perl(Test::More) = 0.47
-#
-BuildRequires:  perl(Algorithm::C3) = 0.06
-#BuildRequires:  perl(Class::C3::XS) = 0.07
-BuildRequires:  perl(Scalar::Util) = 1.10
-#
-Requires:   perl(Algorithm::C3) = 0.06
-Requires:   perl(Class::C3::XS) = 0.07
-Requires:   perl(Scalar::Util) = 1.10
+BuildRequires:  perl(Algorithm::C3) = 0.07
+BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
+#BuildRequires: perl(A)
+#BuildRequires: perl(Bar)
+#BuildRequires: perl(BaseTest)
+#BuildRequires: perl(BaseTwo)
+#BuildRequires: perl(BiPedal)
+#BuildRequires: perl(c3)
+#BuildRequires: perl(Class::C3)
+#BuildRequires: perl(Class::C3::next)
+#BuildRequires: perl(Class::C3::XS)
+#BuildRequires: perl(Devel::Hide)
+#BuildRequires: perl(Diamond_A)
+#BuildRequires: perl(Foo)
+#BuildRequires: perl(Fuz)
+#BuildRequires: perl(inc::Module::Install) = 1.06
+#BuildRequires: perl(InheritingFromOverloadedTest)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LifeForm)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(mro)
+#BuildRequires: perl(MRO::Compat)
+#BuildRequires: perl(Object)
+#BuildRequires: perl(OverloadingTest)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Sentient)
+#BuildRequires: perl(TestMRO::A)
+#BuildRequires: perl(TestMRO::B)
+#BuildRequires: perl(TestMRO::C)
+#BuildRequires: perl(Test::O)
+#BuildRequires: perl(YAML::Tiny)
+Requires:   perl(Algorithm::C3) = 0.07
+%{perl_requires}
 
 %description
-This is pragma to change Perl 5's standard method resolution order from depth-
-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method
-resolution order.
-
-Authors:
-
-Stevan Little, ste...@iinteractive.com
-Brandon L. Black, blbl...@gmail.com
+This is pragma to change Perl 5's standard method resolution order from
+depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3
+method resolution order.
+
+*NOTE:* YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is
+integrated into perl version = 5.9.5, and you should use the MRO::Compat
+manpage instead, which will use the core implementation in newer perls, but
+fallback to using this implementation on older perls.
 
 %prep
 %setup -q -n 

commit perl-Class-C3 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2011-12-06 18:38:28

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


Package is perl-Class-C3, Maintainer is 

Changes:




Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.Apj852/_old  2011-12-06 19:05:00.0 +0100
+++ /var/tmp/diff_new_pack.Apj852/_new  2011-12-06 19:05:00.0 +0100
@@ -24,7 +24,7 @@
 Summary:Pragma to use the C3 method resolution order algortihm
 Version:0.23
 Release:2
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
 #Source: 
http://www.cpan.org/modules/by-module/Class/Class-C3-%{version}.tar.gz

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



commit perl-Class-C3 for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2011-11-21 12:36:03

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


Package is perl-Class-C3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2011-09-23 12:36:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2011-11-21 12:37:18.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:12 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Class-C3-0.23.tar.bz2

New:

  Class-C3-0.23.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.Isqp5w/_old  2011-11-21 12:37:20.0 +0100
+++ /var/tmp/diff_new_pack.Isqp5w/_new  2011-11-21 12:37:20.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Class-C3 (Version 0.23)
+# spec file for package perl-Class-C3
 #
-# 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/Class-C3/
 #Source: 
http://www.cpan.org/modules/by-module/Class/Class-C3-%{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