8
0

Accepting request 1173744 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/1173744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=38
This commit is contained in:
2024-05-16 12:01:38 +00:00
committed by Git OBS Bridge
parent 1b1efa5b86
commit 3e13476b44
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bda7a49dcea76076d40a7b6a6c3f3e15e6b19c84b6171df44534d91138f1045
size 23921

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031
size 24111

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 27 03:09:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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