Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Test-MockModule for openSUSE:Factory checked in at 2021-09-14 21:14:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-MockModule (Old) and /work/SRC/openSUSE:Factory/.perl-Test-MockModule.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-MockModule" Tue Sep 14 21:14:13 2021 rev:15 rq:918700 version:0.177.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-MockModule/perl-Test-MockModule.changes 2021-01-06 19:57:08.193165764 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-MockModule.new.1899/perl-Test-MockModule.changes 2021-09-14 21:14:15.736397528 +0200 @@ -1,0 +2,15 @@ +Wed Sep 8 03:06:22 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.177.0 + see /usr/share/doc/packages/perl-Test-MockModule/Changes + + v0.177.0 + - 35f0d0b Update changelog - Geoff Franks + - 1d5b485 Move test modules from build to test requires - Olaf Alders + - 78afe10 Clean up changelog - Geoff Franks + + v0.277.0 + + - Move test modules from build to test requires - Olaf Alders + +------------------------------------------------------------------- Old: ---- Test-MockModule-v0.176.0.tar.gz New: ---- Test-MockModule-v0.177.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-MockModule.spec ++++++ --- /var/tmp/diff_new_pack.6dEjg6/_old 2021-09-14 21:14:16.404398184 +0200 +++ /var/tmp/diff_new_pack.6dEjg6/_new 2021-09-14 21:14:16.404398184 +0200 @@ -18,7 +18,7 @@ %define cpan_name Test-MockModule Name: perl-Test-MockModule -Version: 0.176.0 +Version: 0.177.0 Release: 0 Summary: Override subroutines in a module for unit testing License: Artistic-1.0 OR GPL-1.0-or-later ++++++ Test-MockModule-v0.176.0.tar.gz -> Test-MockModule-v0.177.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-MockModule-v0.176.0/Build.PL new/Test-MockModule-v0.177.0/Build.PL --- old/Test-MockModule-v0.176.0/Build.PL 2021-01-05 17:43:02.000000000 +0100 +++ new/Test-MockModule-v0.177.0/Build.PL 2021-09-07 18:29:50.000000000 +0200 @@ -24,7 +24,7 @@ 'Scalar::Util' => 0, 'SUPER' => '1.20', }, - build_requires => { + test_requires => { 'Test::More' => 0.88, 'Test::Warnings' => 0 }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-MockModule-v0.176.0/Changes new/Test-MockModule-v0.177.0/Changes --- old/Test-MockModule-v0.176.0/Changes 2021-01-05 17:43:02.000000000 +0100 +++ new/Test-MockModule-v0.177.0/Changes 2021-09-07 18:29:50.000000000 +0200 @@ -1,13 +1,19 @@ Revision history for Test::MockModule +v0.177.0 +- 35f0d0b Update changelog - Geoff Franks +- 1d5b485 Move test modules from build to test requires - Olaf Alders +- 78afe10 Clean up changelog - Geoff Franks + +v0.277.0 + +- Move test modules from build to test requires - Olaf Alders + v0.176.0 - 3ba8bc7 lexically scoped strictness - David Cantrell - e57fc5a Update ci with dockerhub auth - Geoff Franks - bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R -vX.XXX.X -- XXXXXXX 'strict' mode is now lexically scoped - v0.175.0 - 964aa2a Ignore CI files and whitesource - Nicolas R diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-MockModule-v0.176.0/META.json new/Test-MockModule-v0.177.0/META.json --- old/Test-MockModule-v0.176.0/META.json 2021-01-05 17:43:02.000000000 +0100 +++ new/Test-MockModule-v0.177.0/META.json 2021-09-07 18:29:50.000000000 +0200 @@ -15,12 +15,6 @@ }, "name" : "Test-MockModule", "prereqs" : { - "build" : { - "requires" : { - "Test::More" : "0.88", - "Test::Warnings" : "0" - } - }, "configure" : { "requires" : { "Module::Build" : "0.38" @@ -33,12 +27,18 @@ "Scalar::Util" : "0", "perl" : "5.006" } + }, + "test" : { + "requires" : { + "Test::More" : "0.88", + "Test::Warnings" : "0" + } } }, "provides" : { "Test::MockModule" : { "file" : "lib/Test/MockModule.pm", - "version" : "v0.176.0" + "version" : "v0.177.0" } }, "release_status" : "stable", @@ -54,6 +54,6 @@ "url" : "git://github.com/geofffranks/test-mockmodule.git" } }, - "version" : "v0.176.0", + "version" : "v0.177.0", "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-MockModule-v0.176.0/META.yml new/Test-MockModule-v0.177.0/META.yml --- old/Test-MockModule-v0.176.0/META.yml 2021-01-05 17:43:02.000000000 +0100 +++ new/Test-MockModule-v0.177.0/META.yml 2021-09-07 18:29:50.000000000 +0200 @@ -18,7 +18,7 @@ provides: Test::MockModule: file: lib/Test/MockModule.pm - version: v0.176.0 + version: v0.177.0 requires: Carp: '0' SUPER: '1.20' @@ -29,5 +29,5 @@ homepage: https://github.com/geofffranks/test-mockmodule license: http://dev.perl.org/licenses/ repository: git://github.com/geofffranks/test-mockmodule.git -version: v0.176.0 +version: v0.177.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-MockModule-v0.176.0/lib/Test/MockModule.pm new/Test-MockModule-v0.177.0/lib/Test/MockModule.pm --- old/Test-MockModule-v0.176.0/lib/Test/MockModule.pm 2021-01-05 17:43:02.000000000 +0100 +++ new/Test-MockModule-v0.177.0/lib/Test/MockModule.pm 2021-09-07 18:29:50.000000000 +0200 @@ -5,7 +5,7 @@ use Scalar::Util qw/reftype weaken/; use Carp; use SUPER; -$VERSION = '0.176.0'; +$VERSION = '0.177.0'; sub import { my ( $class, @args ) = @_;