diff --git a/Test-MockModule-v0.174.0.tar.gz b/Test-MockModule-v0.174.0.tar.gz deleted file mode 100644 index 48789ca..0000000 --- a/Test-MockModule-v0.174.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f4cab1df119e3979b71988c4a6cfbe464fa31e90829670bf4e84f05b06daeb9 -size 28751 diff --git a/Test-MockModule-v0.175.0.tar.gz b/Test-MockModule-v0.175.0.tar.gz new file mode 100644 index 0000000..98d6f19 --- /dev/null +++ b/Test-MockModule-v0.175.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b284d713dd82ced1b42c60ccb1621a3c77c54b21b13b8694a75945c045eefe +size 21914 diff --git a/perl-Test-MockModule.changes b/perl-Test-MockModule.changes index 8f07581..9af0b80 100644 --- a/perl-Test-MockModule.changes +++ b/perl-Test-MockModule.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 18 03:15:42 UTC 2020 - Tina Müller + +- updated to 0.175.0 + see /usr/share/doc/packages/perl-Test-MockModule/Changes + + v0.175.0 + - 964aa2a Ignore CI files and whitesource - Nicolas R + ------------------------------------------------------------------- Tue Sep 15 03:16:25 UTC 2020 - Tina Müller diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec index a776319..681d8c6 100644 --- a/perl-Test-MockModule.spec +++ b/perl-Test-MockModule.spec @@ -17,7 +17,7 @@ Name: perl-Test-MockModule -Version: 0.174.0 +Version: 0.175.0 Release: 0 %define cpan_name Test-MockModule Summary: Override subroutines in a module for unit testing @@ -48,7 +48,6 @@ 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" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Build.PL installdirs=vendor