diff --git a/Test-MockModule-0.11.tar.gz b/Test-MockModule-0.11.tar.gz deleted file mode 100644 index bf5bb9a..0000000 --- a/Test-MockModule-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05584ba3a67f811e0d563eb9fb68049db0ee81c2cdaf56535067c6df922f14b9 -size 23756 diff --git a/Test-MockModule-0.12.tar.gz b/Test-MockModule-0.12.tar.gz new file mode 100644 index 0000000..0572d12 --- /dev/null +++ b/Test-MockModule-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156b0357fdafe6734124c788a91893f8f8fd56ecdaea802cd474e43f6da0083d +size 24142 diff --git a/perl-Test-MockModule.changes b/perl-Test-MockModule.changes index 18cccf2..46a5047 100644 --- a/perl-Test-MockModule.changes +++ b/perl-Test-MockModule.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 13 06:14:05 UTC 2017 - coolo@suse.com + +- updated to 0.12 + see /usr/share/doc/packages/perl-Test-MockModule/Changes + + v0.12 + - Added the `noop()` function to make mocking noops easier. Thanks for the PR, + Ali Zia! + + v0.11 2016-10-27 + - Various housekeeping, testing and minor fixes, courtesy of Paul Cochrane, thanks! + ------------------------------------------------------------------- Wed Oct 28 10:25:16 UTC 2015 - coolo@suse.com diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec index 4db658a..e2087d0 100644 --- a/perl-Test-MockModule.spec +++ b/perl-Test-MockModule.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-MockModule # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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.11 +Version: 0.12 Release: 0 #Upstream: GPL-1.0+ %define cpan_name Test-MockModule @@ -25,7 +25,7 @@ Summary: Override subroutines in a module for unit testing License: GPL-3.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-MockModule/ -Source0: http://www.cpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,6 +33,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.380000 BuildRequires: perl(SUPER) +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(SUPER) %{perl_requires} @@ -61,6 +62,7 @@ given module go out of scope, or when you 'unmock()' the subroutine. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README.md +%doc Changes README.md +%license LICENSE %changelog