commit perl-Test-Class for openSUSE:Factory

2015-06-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2015-06-09 12:25:02

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2015-04-15 16:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2015-06-09 12:25:04.0 +0200
@@ -1,0 +2,16 @@
+Sun Jun  7 09:05:35 UTC 2015 - co...@suse.com
+
+- updated to 0.50
+   see /usr/share/doc/packages/perl-Test-Class/Changes
+
+  0.50   [2015-06-07]
+  - add links to Ovid's tutorial series on Test::Class (Tim Vroom, PR#19)
+  - add links to Test::Class::Most, Test::Class::Moose (Tim Vroom, PR#20)
+  - list some distributions that use Test::Class in their test suite (Tim
+Vroom, PR#21)
+  - update documentation about running individual tests (Matthew Horsfall,
+PR#22)
+  - fix some tests to work with the new Test::Stream (Chad Granum, PR#27)
+  - switch packaging to ExtUtils::MakeMaker
+
+---

Old:

  Test-Class-0.48.tar.gz

New:

  Test-Class-0.50.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.SpGC7Z/_old  2015-06-09 12:25:04.0 +0200
+++ /var/tmp/diff_new_pack.SpGC7Z/_new  2015-06-09 12:25:04.0 +0200
@@ -17,30 +17,30 @@
 
 
 Name:   perl-Test-Class
-Version:0.48
+Version:0.50
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Class/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Module::Build) = 0.4004
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Test::Builder) = 0.78
-BuildRequires:  perl(Test::Exception) = 0.25
+BuildRequires:  perl(Test::Exception) = 0.25
 BuildRequires:  perl(Test::More) = 0.78
-BuildRequires:  perl(Test::Simple) = 1.001002
+BuildRequires:  perl(Test::Simple) = 0.78
 BuildRequires:  perl(Try::Tiny)
 Requires:   perl(MRO::Compat) = 0.11
 Requires:   perl(Module::Runtime)
 Requires:   perl(Test::Builder) = 0.78
-Requires:   perl(Test::Simple) = 1.001002
+Requires:   perl(Test::Simple) = 0.78
 Requires:   perl(Try::Tiny)
 %{perl_requires}
 
@@ -63,14 +63,15 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %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=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Test-Class-0.48.tar.gz - Test-Class-0.50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.48/Build.PL new/Test-Class-0.50/Build.PL
--- old/Test-Class-0.48/Build.PL2014-11-07 01:49:12.0 +0100
+++ new/Test-Class-0.50/Build.PL1970-01-01 01:00:00.0 +0100
@@ -1,51 +0,0 @@
-use Module::Build 0.4004;# test_requires
-
-use strict;
-use warnings;
-
-use Test::Builder;
-
-# 0.99 broke test_out with qr//
-my $tb_v = Test::Builder-VERSION eq '0.99' ? '1.001002' : '0.78';
-
-my $build = Module::Build-new(
-module_name = 'Test::Class',
-license = 'perl',
-configure_requires = {
-'Module::Build' = '0.4004',
-},
-requires= {
-'perl'  = '5.008001',
-'Attribute::Handlers'   = '0.77',
-'MRO::Compat'   = '0.11',
-'Storable'  = '2.04',
-'Test::Simple'  = '1.001002',
-'Test::Builder' = $tb_v,
-'Test::Builder::Tester' = '1.02',
-'Carp'  = '0',
-'File::Find'= '0',
-'File::Spec'= '0',
-'constant'  = '0',
-'strict'= '0',
-'warnings'  = '0',
-'Try::Tiny' = '0',
-'Module::Runtime' 

commit perl-Test-Class for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2015-04-15 16:26:57

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2014-09-17 21:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2015-04-15 16:26:57.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 18:10:14 UTC 2015 - co...@suse.com
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-Test-Class/Changes
+
+  0.48   [2014-11-06]
+  - replace a few bare evals with more modern alternatives
+  
+  0.47   [2014-09-26]
+  - fixes for Test::More 1.301001_* series (PR#17, PR#18, Chad Granum)
+
+---

Old:

  Test-Class-0.46.tar.gz

New:

  Test-Class-0.48.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.nEfVuD/_old  2015-04-15 16:26:58.0 +0200
+++ /var/tmp/diff_new_pack.nEfVuD/_new  2015-04-15 16:26:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Class
 #
-# 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-Test-Class
-Version:0.46
+Version:0.48
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
@@ -31,13 +31,17 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) = 0.11
 BuildRequires:  perl(Module::Build) = 0.4004
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
 BuildRequires:  perl(Test::More) = 0.78
 BuildRequires:  perl(Test::Simple) = 1.001002
+BuildRequires:  perl(Try::Tiny)
 Requires:   perl(MRO::Compat) = 0.11
+Requires:   perl(Module::Runtime)
 Requires:   perl(Test::Builder) = 0.78
 Requires:   perl(Test::Simple) = 1.001002
+Requires:   perl(Try::Tiny)
 %{perl_requires}
 
 %description
@@ -71,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README xt
+%doc Changes README
 
 %changelog

++ Test-Class-0.46.tar.gz - Test-Class-0.48.tar.gz ++
 2847 lines of diff (skipped)




commit perl-Test-Class for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2014-09-17 21:24:50

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2013-12-22 19:37:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2014-09-17 21:25:08.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep 15 12:52:34 UTC 2014 - co...@suse.com
+
+- updated to 0.46
+ -   fix new teardown tests for MSWin32
+ 
+ 0.45   [2014-07-05]
+ -   bump minimum required version of Test::More (RT#96951)
+ 
+ 0.44   [2014-07-04]
+ -   run teardown method even if test method dies, as in version 0.37 and
+ earlier
+ 
+ 0.43   [2014-06-25]
+ -   specify test prereqs as test_requires rather than build_requires
+ 
+ 0.42   or the how did I get stuck with co-maint? release [2014-05-07]
+ -   properly handle thrown exceptions that stringify to the empty string
+ before or after chomping (Karen Etheridge, PR#11)
+
+---

Old:

  Test-Class-0.41.tar.gz

New:

  Test-Class-0.46.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.Q9zt4U/_old  2014-09-17 21:25:09.0 +0200
+++ /var/tmp/diff_new_pack.Q9zt4U/_new  2014-09-17 21:25:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Class
 #
-# 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,36 +17,27 @@
 
 
 Name:   perl-Test-Class
-Version:0.41
+Version:0.46
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Class/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Module::Build) = 0.4200
+BuildRequires:  perl(Module::Build) = 0.4004
 BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
 BuildRequires:  perl(Test::More) = 0.78
-BuildRequires:  perl(Test::Simple) = 0.78
-#BuildRequires: perl(Base::Test)
-#BuildRequires: perl(Foo)
-#BuildRequires: perl(SomeClassThatDefinesNew)
-#BuildRequires: perl(Test::Class)
-#BuildRequires: perl(Test::Class::Load)
-#BuildRequires: perl(TestClassLoadSubclass)
-#BuildRequires: perl(Test::Class::MethodInfo)
-#BuildRequires: perl(Tests::Foo)
+BuildRequires:  perl(Test::Simple) = 1.001002
 Requires:   perl(MRO::Compat) = 0.11
 Requires:   perl(Test::Builder) = 0.78
-Requires:   perl(Test::More) = 0.78
-Requires:   perl(Test::Simple) = 0.78
+Requires:   perl(Test::Simple) = 1.001002
 %{perl_requires}
 
 %description
@@ -80,6 +71,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README xt
+%doc Changes README xt
 
 %changelog

++ Test-Class-0.41.tar.gz - Test-Class-0.46.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.41/Build.PL new/Test-Class-0.46/Build.PL
--- old/Test-Class-0.41/Build.PL2013-11-30 15:38:49.0 +0100
+++ new/Test-Class-0.46/Build.PL2014-07-07 02:19:23.0 +0200
@@ -1,4 +1,4 @@
-use Module::Build;
+use Module::Build 0.4004;# test_requires
 
 use strict;
 use warnings;
@@ -11,19 +11,32 @@
 my $build = Module::Build-new(
 module_name = 'Test::Class',
 license = 'perl',
+configure_requires = {
+'Module::Build' = '0.4004',
+},
 requires= {
 'perl'  = '5.008001',
 'Attribute::Handlers'   = '0.77',
 'MRO::Compat'   = '0.11',
 'Storable'  = '2.04',
-'Test::Simple'  = '0.78',
+'Test::Simple'  = '1.001002',
 'Test::Builder' = $tb_v,
 'Test::Builder::Tester' = '1.02',
-'Test::More'= '0.78',
+'Carp'  = '0',
+

commit perl-Test-Class for openSUSE:Factory

2013-12-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2013-12-22 19:37:21

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2013-11-26 14:42:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2013-12-22 19:37:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 11:15:52 UTC 2013 - co...@suse.com
+
+- updated to 0.41
+ -   require a newer Test::Builder if 0.99 is installed RT#90699
+
+---

Old:

  Test-Class-0.40.tar.gz

New:

  Test-Class-0.41.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.if2zYZ/_old  2013-12-22 19:37:23.0 +0100
+++ /var/tmp/diff_new_pack.if2zYZ/_new  2013-12-22 19:37:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Class
-Version:0.40
+Version:0.41
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
@@ -30,7 +30,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Module::Build) = 0.40
+BuildRequires:  perl(Module::Build) = 0.4200
 BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
 BuildRequires:  perl(Test::More) = 0.78

++ Test-Class-0.40.tar.gz - Test-Class-0.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.40/Build.PL new/Test-Class-0.41/Build.PL
--- old/Test-Class-0.40/Build.PL2013-11-04 21:18:26.0 +0100
+++ new/Test-Class-0.41/Build.PL2013-11-30 15:38:49.0 +0100
@@ -1,15 +1,23 @@
 use Module::Build;
 
+use strict;
+use warnings;
+
+use Test::Builder;
+
+# 0.99 broke test_out with qr//
+my $tb_v = Test::Builder-VERSION eq '0.99' ? '1.001002' : '0.78';
+
 my $build = Module::Build-new(
 module_name = 'Test::Class',
 license = 'perl',
 requires= {
-'perl'  = '5.006001',
+'perl'  = '5.008001',
 'Attribute::Handlers'   = '0.77',
 'MRO::Compat'   = '0.11',
 'Storable'  = '2.04',
 'Test::Simple'  = '0.78',
-'Test::Builder' = '0.78',
+'Test::Builder' = $tb_v,
 'Test::Builder::Tester' = '1.02',
 'Test::More'= '0.78',
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.40/Changes new/Test-Class-0.41/Changes
--- old/Test-Class-0.40/Changes 2013-11-04 21:18:26.0 +0100
+++ new/Test-Class-0.41/Changes 2013-11-30 15:38:49.0 +0100
@@ -1,5 +1,8 @@
 Changes for Perl extension Test-Class
 
+0.41   or the 0.99 was a bad year release [2013-11-30]
+-   require a newer Test::Builder if 0.99 is installed RT#90699
+
 0.40   or the rjbs wants to install App::GitGot release [2013-11-04]
 -   Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
 0.99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.40/META.json 
new/Test-Class-0.41/META.json
--- old/Test-Class-0.40/META.json   2013-11-04 21:18:26.0 +0100
+++ new/Test-Class-0.41/META.json   2013-11-30 15:38:49.0 +0100
@@ -4,7 +4,7 @@
   Adrian Howard adri...@quietstars.com, Curtis \Ovid\ Poe, ovid at 
cpan.org, Mark Morgan makk...@gmail.com.
],
dynamic_config : 1,
-   generated_by : Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.132830,
+   generated_by : Module::Build version 0.4203,
license : [
   perl_5
],
@@ -22,7 +22,7 @@
   },
   configure : {
  requires : {
-Module::Build : 0.40
+Module::Build : 0.42
  }
   },
   runtime : {
@@ -34,22 +34,22 @@
 Test::Builder::Tester : 1.02,
 Test::More : 0.78,
 Test::Simple : 0.78,
-perl : 5.006001
+perl : 5.008001
  }
   }
},
provides : {
   Test::Class : {
  file : lib/Test/Class.pm,
- version : 0.40
+ version : 0.41
   },
   Test::Class::Load : {
  file : lib/Test/Class/Load.pm,
- version : 0.40
+ version : 0.41
   },
   Test::Class::MethodInfo : {
  file : lib/Test/Class/MethodInfo.pm,
- version : 0.40
+ version : 0.41

commit perl-Test-Class for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2013-11-26 14:42:01

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2013-06-06 13:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2013-11-26 14:42:02.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:35 UTC 2013 - co...@suse.com
+
+- updated to 0.40
+  -   Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
+  0.99
+
+---

Old:

  Test-Class-0.39.tar.gz

New:

  Test-Class-0.40.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.3AmAko/_old  2013-11-26 14:42:02.0 +0100
+++ /var/tmp/diff_new_pack.3AmAko/_new  2013-11-26 14:42:02.0 +0100
@@ -17,20 +17,20 @@
 
 
 Name:   perl-Test-Class
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Class/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Module::Build) = 0.40
 BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
 BuildRequires:  perl(Test::More) = 0.78

++ Test-Class-0.39.tar.gz - Test-Class-0.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/Changes new/Test-Class-0.40/Changes
--- old/Test-Class-0.39/Changes 2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/Changes 2013-11-04 21:18:26.0 +0100
@@ -1,5 +1,9 @@
 Changes for Perl extension Test-Class
 
+0.40   or the rjbs wants to install App::GitGot release [2013-11-04]
+-   Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
+0.99
+
 0.39   or the For the QA Hackathon 2013 release [2013-04-12]
 -   Merged schwern's https://github.com/adrianh/test-class/pull/2 
 Fix Test::Class for Test::Builder 1.5 - thank you Schwern!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/MANIFEST new/Test-Class-0.40/MANIFEST
--- old/Test-Class-0.39/MANIFEST2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/MANIFEST2013-11-04 21:18:26.0 +0100
@@ -4,10 +4,7 @@
 lib/Test/Class/Load.pm
 lib/Test/Class/MethodInfo.pm
 LICENSE
-Makefile.PL
 MANIFEST   This list of files
-META.yml
-README
 t/00-load.t
 t/20-load-classes.t
 t/21-load-subclassed.t
@@ -79,4 +76,7 @@
 xt/pmv.t
 xt/pod.t
 xt/spelling.t
+Makefile.PL
+README
+META.yml
 META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Class-0.39/META.json 
new/Test-Class-0.40/META.json
--- old/Test-Class-0.39/META.json   2013-04-12 15:32:08.0 +0200
+++ new/Test-Class-0.40/META.json   2013-11-04 21:18:26.0 +0100
@@ -4,7 +4,7 @@
   Adrian Howard adri...@quietstars.com, Curtis \Ovid\ Poe, ovid at 
cpan.org, Mark Morgan makk...@gmail.com.
],
dynamic_config : 1,
-   generated_by : Module::Build version 0.38, CPAN::Meta::Converter version 
2.112621,
+   generated_by : Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.132830,
license : [
   perl_5
],
@@ -22,7 +22,7 @@
   },
   configure : {
  requires : {
-Module::Build : 0.38
+Module::Build : 0.40
  }
   },
   runtime : {
@@ -41,15 +41,15 @@
provides : {
   Test::Class : {
  file : lib/Test/Class.pm,
- version : 0.39
+ version : 0.40
   },
   Test::Class::Load : {
  file : lib/Test/Class/Load.pm,
- version : 0.35
+ version : 0.40
   },
   Test::Class::MethodInfo : {
  file : lib/Test/Class/MethodInfo.pm,
- version : 0.34
+ version : 0.40
   }
},
release_status : stable,
@@ -61,5 +61,5 @@
  url : 

commit perl-Test-Class for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2013-06-06 13:31:11

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


Package is perl-Test-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Class/perl-Test-Class.changes  
2011-09-23 12:39:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Class.new/perl-Test-Class.changes 
2013-06-06 13:31:13.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun  4 15:00:17 UTC 2013 - co...@suse.com
+
+- updated to 0.39
+   -   Merged schwern's https://github.com/adrianh/test-class/pull/2 
+   Fix Test::Class for Test::Builder 1.5 - thank you Schwern!
+   -   Many thanks to the ever excellent Ovid for actually making this happen.
+   -   die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for
+   the patch)
+   -   Fix docs to explain no_plan in start up (thanks to skington for the
+   patch)
+   -   Fixed RT#64470: minor documentation error in Test::Class::Load (thanks
+   to Andrew Grangaard for patch)
+   -   Fixed RT#39266: Test::Class with Package::Alias
+   -   Fixed RT#56636: feature request: option to turn off auto-skipping 
+   uncompleted tests (thanks to Ken Fox for suggestion) with addition
+   of fail_if_returned_early() (thanks to Dave Evans for patch)
+   -   Fixed RT#64268: dying in setup does not skip rest of test
+   -   Startup and shutdown methods are no longer run if a class will not
+   run any test methods
+   -   Updated acknowledgements
+   -   Added missing filter tests to MANIFEST  distribution
+
+---

Old:

  Test-Class-0.36.tar.gz

New:

  Test-Class-0.39.tar.gz



Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.1kbG8i/_old  2013-06-06 13:31:14.0 +0200
+++ /var/tmp/diff_new_pack.1kbG8i/_new  2013-06-06 13:31:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Class
 #
-# 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
@@ -16,77 +16,70 @@
 #
 
 
-
 Name:   perl-Test-Class
-Version:0.36
-Release:1
+Version:0.39
+Release:0
+%define cpan_name Test-Class
 Summary:Easily create test classes in an xUnit/JUnit style
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Class-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Test-Class
-Group:  Development/Libraries/Perl
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Test-Class/
+Source: 
http://www.cpan.org/authors/id/A/AD/ADIE/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(MRO::Compat) = 0.11
+BuildRequires:  perl(Module::Build) = 0.38
+BuildRequires:  perl(Test::Builder) = 0.78
 BuildRequires:  perl(Test::Exception) = 0.25
-BuildRequires:  perl(IO::File) = 1.09
-BuildRequires:  perl(Module::Build) = 0.36
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Attribute::Handlers) = 0.77
-BuildRequires:  perl(Storable) = 2.04
-BuildRequires:  perl(Test::Simple) = 0.78
-BuildRequires:  perl(Test::Builder::Tester) = 1.02
 BuildRequires:  perl(Test::More) = 0.78
-BuildRequires:  perl(Test::Builder) = 0.78
-BuildRequires:  perl(MRO::Compat) = 0.11
-BuildRequires:  perl(Contextual::Return)
-Requires:   perl(Attribute::Handlers) = 0.77
-Requires:   perl(Storable) = 2.04
-Requires:   perl(Test::Simple) = 0.78
-Requires:   perl(Test::Builder::Tester) = 1.02
-Requires:   perl(Test::More) = 0.78
-Requires:   perl(Test::Builder) = 0.78
+BuildRequires:  perl(Test::Simple) = 0.78
+#BuildRequires: perl(Base::Test)
+#BuildRequires: perl(Foo)
+#BuildRequires: perl(SomeClassThatDefinesNew)
+#BuildRequires: perl(Test::Class)
+#BuildRequires: perl(Test::Class::Load)
+#BuildRequires: perl(TestClassLoadSubclass)
+#BuildRequires: perl(Test::Class::MethodInfo)
+#BuildRequires: perl(Tests::Foo)
 Requires:   perl(MRO::Compat) = 0.11
+Requires:   perl(Test::Builder) = 0.78
+Requires:   perl(Test::More) = 0.78
+Requires:   perl(Test::Simple) = 0.78
+%{perl_requires}
 
 %description
 Test::Class provides a simple way of creating classes and objects to test
 your code in 

commit perl-Test-Class for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Class for openSUSE:Factory 
checked in at 2011-12-06 18:47:57

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


Package is perl-Test-Class, Maintainer is 

Changes:




Other differences:
--
++ perl-Test-Class.spec ++
--- /var/tmp/diff_new_pack.odxq5H/_old  2011-12-06 19:20:00.0 +0100
+++ /var/tmp/diff_new_pack.odxq5H/_new  2011-12-06 19:20:00.0 +0100
@@ -24,7 +24,7 @@
 Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Class-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Test-Class
 Group:  Development/Libraries/Perl
-License:Perl License
+License:Artistic-1.0 or GPL-1.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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