Hello community, here is the log from the commit of package perl-Test-Spec for openSUSE:Factory checked in at 2017-09-12 19:57:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Spec (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Spec.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Spec" Tue Sep 12 19:57:39 2017 rev:14 rq:523583 version:0.53 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Spec/perl-Test-Spec.changes 2017-09-04 12:36:39.900620668 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Spec.new/perl-Test-Spec.changes 2017-09-12 19:57:41.107755719 +0200 @@ -1,0 +2,10 @@ +Mon Sep 4 06:12:40 UTC 2017 - [email protected] + +- updated to 0.53 + see /usr/share/doc/packages/perl-Test-Spec/Changes + + 0.53 Wed Aug 16 09:49:00 BST 2017 + - POD links are clickable + Contributed by @manwar (issue #42) + +------------------------------------------------------------------- Old: ---- Test-Spec-0.52.tar.gz New: ---- Test-Spec-0.53.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Spec.spec ++++++ --- /var/tmp/diff_new_pack.nLwBp3/_old 2017-09-12 19:57:42.211600507 +0200 +++ /var/tmp/diff_new_pack.nLwBp3/_new 2017-09-12 19:57:42.219599383 +0200 @@ -17,7 +17,7 @@ Name: perl-Test-Spec -Version: 0.52 +Version: 0.53 Release: 0 %define cpan_name Test-Spec Summary: Write tests in a declarative specification style @@ -51,8 +51,8 @@ less fatigue from underscore-itis, with the side benefit that the test reports are more legible. -This module is inspired by and borrows heavily from RSpec -(http://rspec.info/documentation/), a BDD tool for the Ruby programming +This module is inspired by and borrows heavily from at +http://rspec.info/documentation, a BDD tool for the Ruby programming language. %prep ++++++ Test-Spec-0.52.tar.gz -> Test-Spec-0.53.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.52/Changes new/Test-Spec-0.53/Changes --- old/Test-Spec-0.52/Changes 2017-08-15 11:51:50.000000000 +0200 +++ new/Test-Spec-0.53/Changes 2017-08-16 10:50:05.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension Test::Spec. +0.53 Wed Aug 16 09:49:00 BST 2017 + - POD links are clickable + Contributed by @manwar (issue #42) + 0.52 Tue Aug 15 10:20:00 BST 2017 - Pass example instance to each test Contributed by @jamhed (issue #30, #41) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.52/META.json new/Test-Spec-0.53/META.json --- old/Test-Spec-0.52/META.json 2017-08-15 11:54:25.000000000 +0200 +++ new/Test-Spec-0.53/META.json 2017-08-16 10:53:04.000000000 +0200 @@ -57,6 +57,6 @@ "web" : "https://github.com/kingpong/perl-Test-Spec" } }, - "version" : "0.52", + "version" : "0.53", "x_serialization_backend" : "JSON::PP version 2.94" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.52/META.yml new/Test-Spec-0.53/META.yml --- old/Test-Spec-0.52/META.yml 2017-08-15 11:54:25.000000000 +0200 +++ new/Test-Spec-0.53/META.yml 2017-08-16 10:53:03.000000000 +0200 @@ -32,5 +32,5 @@ resources: bugtracker: https://github.com/kingpong/perl-Test-Spec/issues repository: https://github.com/kingpong/perl-Test-Spec -version: '0.52' +version: '0.53' x_serialization_backend: 'CPAN::Meta::YAML version 0.011' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Spec-0.52/lib/Test/Spec.pm new/Test-Spec-0.53/lib/Test/Spec.pm --- old/Test-Spec-0.52/lib/Test/Spec.pm 2017-08-15 11:51:56.000000000 +0200 +++ new/Test-Spec-0.53/lib/Test/Spec.pm 2017-08-16 10:50:24.000000000 +0200 @@ -3,7 +3,7 @@ use warnings; use Test::Trap (); # load as early as possible to override CORE::exit -our $VERSION = '0.52'; +our $VERSION = '0.53'; use base qw(Exporter); @@ -506,9 +506,8 @@ instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, with the side benefit that the test reports are more legible. -This module is inspired by and borrows heavily from RSpec -(http://rspec.info/documentation/), a BDD tool for the Ruby programming -language. +This module is inspired by and borrows heavily from L<RSpec|http://rspec.info/documentation>, +a BDD tool for the Ruby programming language. =head2 EXPORTS @@ -971,7 +970,7 @@ =head1 SEE ALSO -RSpec (http://rspec.info), L<Test::More>, L<Test::Deep>, L<Test::Trap>, +L<RSpec|http://rspec.info>, L<Test::More>, L<Test::Deep>, L<Test::Trap>, L<Test::Builder>. The mocking and stubbing tools are in L<Test::Spec::Mocks>. @@ -982,8 +981,7 @@ =head1 CONTRIBUTING -The source code for Test::Spec lives on github: - https://github.com/kingpong/perl-Test-Spec +The source code for Test::Spec lives on L<github|https://github.com/kingpong/perl-Test-Spec> If you want to contribute a patch, fork my repository, make your change, and send me a pull request.
