diff --git a/Test-MockModule-v0.171.0.tar.gz b/Test-MockModule-v0.171.0.tar.gz deleted file mode 100644 index b29c5cd..0000000 --- a/Test-MockModule-v0.171.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebd4fd04e654cd0d5cd44eaeb2a0642cbb85c89fa6728a5ba9fe8f73c27a38ab -size 27134 diff --git a/Test-MockModule-v0.172.0.tar.gz b/Test-MockModule-v0.172.0.tar.gz new file mode 100644 index 0000000..bf76ed7 --- /dev/null +++ b/Test-MockModule-v0.172.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595b61eee8b70623c312ce33140ef2c2ba9285f9a35128367331bedbe33543b9 +size 28291 diff --git a/perl-Test-MockModule.changes b/perl-Test-MockModule.changes index e7940f7..1a8cb97 100644 --- a/perl-Test-MockModule.changes +++ b/perl-Test-MockModule.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 20 03:09:39 UTC 2020 - + +- updated to 0.172.0 + see /usr/share/doc/packages/perl-Test-MockModule/Changes + + v0.172.0 + - 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R + - 0538fe1 Plug GitHub workflow as additional CI - Nicolas R + - 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks + ------------------------------------------------------------------- Mon Oct 21 14:42:00 UTC 2019 - diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec index c420368..f064657 100644 --- a/perl-Test-MockModule.spec +++ b/perl-Test-MockModule.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-MockModule # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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-MockModule -Version: 0.171.0 +Version: 0.172.0 Release: 0 %define cpan_name Test-MockModule Summary: Override subroutines in a module for unit testing @@ -31,10 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.380000 -BuildRequires: perl(SUPER) +BuildRequires: perl(SUPER) >= 1.20 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warnings) -Requires: perl(SUPER) +Requires: perl(SUPER) >= 1.20 %{perl_requires} %description @@ -48,7 +48,7 @@ given module go out of scope, or when you 'unmock()' the subroutine. %prep %setup -q -n %{cpan_name}-v%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Build.PL installdirs=vendor