diff --git a/Test-MockModule-v0.177.0.tar.gz b/Test-MockModule-v0.177.0.tar.gz deleted file mode 100644 index a7ddc89..0000000 --- a/Test-MockModule-v0.177.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bda7a49dcea76076d40a7b6a6c3f3e15e6b19c84b6171df44534d91138f1045 -size 23921 diff --git a/Test-MockModule-v0.178.0.tar.gz b/Test-MockModule-v0.178.0.tar.gz new file mode 100644 index 0000000..eeee346 --- /dev/null +++ b/Test-MockModule-v0.178.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031 +size 24111 diff --git a/perl-Test-MockModule.changes b/perl-Test-MockModule.changes index 2496da0..b7b062b 100644 --- a/perl-Test-MockModule.changes +++ b/perl-Test-MockModule.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 27 03:09:09 UTC 2024 - Tina Müller + +- updated to 0.178.0 + see /usr/share/doc/packages/perl-Test-MockModule/Changes + + v0.178.0 + - 6724a30 - Simplify CI workflow - Nicolas R + - 1801372 - Multiple improvements - Nicolas R + - e97e316 - Add protection to _replace_sub - Nicolas R + ------------------------------------------------------------------- Wed Sep 8 03:06:22 UTC 2021 - Tina Müller diff --git a/perl-Test-MockModule.spec b/perl-Test-MockModule.spec index 7989d15..0da8608 100644 --- a/perl-Test-MockModule.spec +++ b/perl-Test-MockModule.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-MockModule # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %define cpan_name Test-MockModule Name: perl-Test-MockModule -Version: 0.177.0 +Version: 0.178.0 Release: 0 -Summary: Override subroutines in a module for unit testing License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Override subroutines in a module for unit testing URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.380000 +BuildRequires: perl(Module::Build) >= 0.38 BuildRequires: perl(SUPER) >= 1.20 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warnings) @@ -48,14 +48,14 @@ given module go out of scope, or when you 'unmock()' the subroutine. %autosetup -n %{cpan_name}-v%{version} %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files