Hello community,

here is the log from the commit of package perl-Test-Tester for 
openSUSE:Factory checked in at 2013-06-06 13:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Tester (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Tester.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Tester"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Tester/perl-Test-Tester.changes        
2012-02-20 16:17:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Tester.new/perl-Test-Tester.changes   
2013-06-06 13:56:38.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun  4 15:10:46 UTC 2013 - co...@suse.com
+
+- updated to 0.109
+  Add minimal support for note and explain (i.e. don't crash).
+
+-------------------------------------------------------------------

Old:
----
  Test-Tester-0.108.tar.gz

New:
----
  Test-Tester-0.109.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Tester.spec ++++++
--- /var/tmp/diff_new_pack.jfGLVe/_old  2013-06-06 13:56:38.000000000 +0200
+++ /var/tmp/diff_new_pack.jfGLVe/_new  2013-06-06 13:56:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Tester
 #
-# 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-Test-Tester
-Version:        0.108
+Version:        0.109
 Release:        0
 %define cpan_name Test-Tester
 Summary:        Ease testing test modules built with Test::Builder

++++++ Test-Tester-0.108.tar.gz -> Test-Tester-0.109.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/CHANGES 
new/Test-Tester-0.109/CHANGES
--- old/Test-Tester-0.108/CHANGES       2011-11-30 15:05:43.000000000 +0100
+++ new/Test-Tester-0.109/CHANGES       2013-05-26 04:11:29.000000000 +0200
@@ -1,3 +1,7 @@
+0.109
+
+Add minimal support for note and explain (i.e. don't crash).
+
 0.108
 
 At the request Michael Schwern, do not "require threads" any longer as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/MANIFEST 
new/Test-Tester-0.109/MANIFEST
--- old/Test-Tester-0.108/MANIFEST      2011-11-30 15:02:13.000000000 +0100
+++ new/Test-Tester-0.109/MANIFEST      2013-05-26 04:12:05.000000000 +0200
@@ -17,3 +17,4 @@
 t/SmallTest.pm
 t/fail/fail.t
 TODO
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/META.json 
new/Test-Tester-0.109/META.json
--- old/Test-Tester-0.108/META.json     1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Tester-0.109/META.json     2013-05-26 04:12:05.000000000 +0200
@@ -0,0 +1,41 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+      "Fergal Daly <fer...@esatclear.ie>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Test-Tester",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : 0
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::Builder" : 0
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "0.109"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/META.yml 
new/Test-Tester-0.109/META.yml
--- old/Test-Tester-0.108/META.yml      2011-11-30 15:06:30.000000000 +0100
+++ new/Test-Tester-0.109/META.yml      2013-05-26 04:12:05.000000000 +0200
@@ -1,11 +1,22 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Test-Tester
-version:      0.108
-version_from: ./lib/Test/Tester.pm
-installdirs:  perl
+---
+abstract: unknown
+author:
+  - 'Fergal Daly <fer...@esatclear.ie>'
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-Tester
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Test::Builder:                 0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+  Test::Builder: 0
+version: 0.109
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/README new/Test-Tester-0.109/README
--- old/Test-Tester-0.108/README        2011-11-30 15:06:30.000000000 +0100
+++ new/Test-Tester-0.109/README        2013-05-26 04:12:06.000000000 +0200
@@ -293,6 +293,11 @@
     except, instead of outputting test results and diagnostics, it just records
     all the information for later analysis.
 
+CAVEATS
+    Support for calling Test::Builder->note is minimal. It's implemented as an
+    empty stub, so modules that use it will not crash but the calls are not
+    recorded for testing purposes like the others. Patches welcome.
+
 SEE ALSO
     Test::Builder the source of testing goodness. Test::Builder::Tester for an
     alternative approach to the problem tackled by Test::Tester - captures the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/lib/Test/Tester/Capture.pm 
new/Test-Tester-0.109/lib/Test/Tester/Capture.pm
--- old/Test-Tester-0.108/lib/Test/Tester/Capture.pm    2011-11-30 
15:03:08.000000000 +0100
+++ new/Test-Tester-0.109/lib/Test/Tester/Capture.pm    2013-05-26 
04:09:02.000000000 +0200
@@ -169,6 +169,15 @@
        return @Test_Results;
 }
 
+
+# Stub. Feel free to send me a patch to implement this.
+sub note {
+}
+
+sub explain {
+       return Test::Builder::explain(@_);
+}
+
 sub premature
 {
        return $Prem_Diag->{diag};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Tester-0.108/lib/Test/Tester.pm 
new/Test-Tester-0.109/lib/Test/Tester.pm
--- old/Test-Tester-0.108/lib/Test/Tester.pm    2011-11-30 15:03:49.000000000 
+0100
+++ new/Test-Tester-0.109/lib/Test/Tester.pm    2013-05-26 04:09:46.000000000 
+0200
@@ -18,7 +18,7 @@
 
 use vars qw( @ISA @EXPORT $VERSION );
 
-$VERSION = "0.108";
+$VERSION = "0.109";
 @EXPORT = qw( run_tests check_tests check_test cmp_results show_space );
 @ISA = qw( Exporter );
 
@@ -616,6 +616,13 @@
 except, instead of outputting test results and diagnostics, it just records
 all the information for later analysis.
 
+=head1 CAVEATS
+
+Support for calling Test::Builder->note is minimal. It's implemented
+as an empty stub, so modules that use it will not crash but the calls
+are not recorded for testing purposes like the others. Patches
+welcome.
+
 =head1 SEE ALSO
 
 L<Test::Builder> the source of testing goodness. L<Test::Builder::Tester>

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

Reply via email to