Hello community, here is the log from the commit of package perl-Test-Spec for openSUSE:Factory checked in at 2013-11-26 14:42:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Spec (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Spec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Spec" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Spec/perl-Test-Spec.changes 2013-06-06 13:56:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Spec.new/perl-Test-Spec.changes 2013-11-26 14:42:09.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Nov 26 07:35:30 UTC 2013 - [email protected] + +- updated to 0.47 + - added repository metadata for CPAN + Contributed by David Steinbrunner (issue #1) + +------------------------------------------------------------------- Old: ---- Test-Spec-0.46.tar.gz New: ---- Test-Spec-0.47.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Spec.spec ++++++ --- /var/tmp/diff_new_pack.QWnv0f/_old 2013-11-26 14:42:10.000000000 +0100 +++ /var/tmp/diff_new_pack.QWnv0f/_new 2013-11-26 14:42:10.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-Test-Spec -Version: 0.46 +Version: 0.47 Release: 0 %define cpan_name Test-Spec Summary: Write tests in a declarative specification style ++++++ Test-Spec-0.46.tar.gz -> Test-Spec-0.47.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.46/Changes new/Test-Spec-0.47/Changes --- old/Test-Spec-0.46/Changes 2012-10-02 19:26:36.000000000 +0200 +++ new/Test-Spec-0.47/Changes 2013-10-11 07:23:38.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension Test::Spec. +0.47 Fri Oct 11 01:22:00 EDT 2012 + - added repository metadata for CPAN + Contributed by David Steinbrunner (issue #13) + 0.46 Tue Oct 2 13:23:00 EDT 2012 - with() enables argument matching on mocked methods - raises() makes mocked methods raise exceptions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.46/META.yml new/Test-Spec-0.47/META.yml --- old/Test-Spec-0.46/META.yml 2012-10-02 19:29:05.000000000 +0200 +++ new/Test-Spec-0.47/META.yml 2013-10-11 07:24:49.000000000 +0200 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Test-Spec -version: 0.46 +version: 0.47 abstract: Write tests in a declarative specification style author: - Philip Garrett <[email protected]> @@ -22,6 +22,8 @@ Test::More: 0 Test::Trap: 0 Tie::IxHash: 0 +resources: + repository: https://github.com/kingpong/perl-Test-Spec no_index: directory: - t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.46/Makefile.PL new/Test-Spec-0.47/Makefile.PL --- old/Test-Spec-0.46/Makefile.PL 2012-03-04 01:06:07.000000000 +0100 +++ new/Test-Spec-0.47/Makefile.PL 2013-10-11 07:20:55.000000000 +0200 @@ -22,4 +22,9 @@ (ABSTRACT_FROM => 'lib/Test/Spec.pm', # retrieve abstract from module AUTHOR => 'Philip Garrett <[email protected]>') : ()), LICENSE => 'perl', + META_MERGE => { + resources => { + repository => 'https://github.com/kingpong/perl-Test-Spec', + }, + }, ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.46/lib/Test/Spec.pm new/Test-Spec-0.47/lib/Test/Spec.pm --- old/Test-Spec-0.46/lib/Test/Spec.pm 2012-10-02 19:26:36.000000000 +0200 +++ new/Test-Spec-0.47/lib/Test/Spec.pm 2013-10-11 07:21:46.000000000 +0200 @@ -3,7 +3,7 @@ use warnings; use Test::Trap (); # load as early as possible to override CORE::exit -our $VERSION = '0.46'; +our $VERSION = '0.47'; use base qw(Exporter); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
