forked from pool/perl-Test-MockModule
Accepting request 860684 from devel:languages:perl:autoupdate
- updated to 0.176.0 see /usr/share/doc/packages/perl-Test-MockModule/Changes v0.176.0 - 3ba8bc7 lexically scoped strictness - David Cantrell - e57fc5a Update ci with dockerhub auth - Geoff Franks - bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R vX.XXX.X - XXXXXXX 'strict' mode is now lexically scoped OBS-URL: https://build.opensuse.org/request/show/860684 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b284d713dd82ced1b42c60ccb1621a3c77c54b21b13b8694a75945c045eefe
|
||||
size 21914
|
3
Test-MockModule-v0.176.0.tar.gz
Normal file
3
Test-MockModule-v0.176.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b71e16657c71b682f045e04d115bd532b85d7a96091e7319a1a85447ff97326e
|
||||
size 23847
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 03:09:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.176.0
|
||||
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
||||
|
||||
v0.176.0
|
||||
- 3ba8bc7 lexically scoped strictness - David Cantrell
|
||||
- e57fc5a Update ci with dockerhub auth - Geoff Franks
|
||||
- bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R
|
||||
|
||||
vX.XXX.X
|
||||
- XXXXXXX 'strict' mode is now lexically scoped
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 03:15:42 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-MockModule
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-MockModule
|
||||
Version: 0.175.0
|
||||
Release: 0
|
||||
%define cpan_name Test-MockModule
|
||||
Name: perl-Test-MockModule
|
||||
Version: 0.176.0
|
||||
Release: 0
|
||||
Summary: Override subroutines in a module for unit testing
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
@@ -47,7 +45,7 @@ restored. This happens automatically when all MockModule objects for the
|
||||
given module go out of scope, or when you 'unmock()' the subroutine.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
%autosetup -n %{cpan_name}-v%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
@@ -61,7 +59,6 @@ perl Build.PL installdirs=vendor
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user