forked from pool/perl-Test-MockModule
Accepting request 777609 from devel:languages:perl:autoupdate
- updated to 0.172.0 see /usr/share/doc/packages/perl-Test-MockModule/Changes v0.172.0 - 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R - 0538fe1 Plug GitHub workflow as additional CI - Nicolas R - 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks OBS-URL: https://build.opensuse.org/request/show/777609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
f4e44478ee
commit
2abce93e77
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebd4fd04e654cd0d5cd44eaeb2a0642cbb85c89fa6728a5ba9fe8f73c27a38ab
|
|
||||||
size 27134
|
|
3
Test-MockModule-v0.172.0.tar.gz
Normal file
3
Test-MockModule-v0.172.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:595b61eee8b70623c312ce33140ef2c2ba9285f9a35128367331bedbe33543b9
|
||||||
|
size 28291
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 20 03:09:39 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.172.0
|
||||||
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
||||||
|
|
||||||
|
v0.172.0
|
||||||
|
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
|
||||||
|
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
|
||||||
|
- 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 21 14:42:00 UTC 2019 - <timueller+perl@suse.de>
|
Mon Oct 21 14:42:00 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-MockModule
|
# spec file for package perl-Test-MockModule
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-MockModule
|
Name: perl-Test-MockModule
|
||||||
Version: 0.171.0
|
Version: 0.172.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-MockModule
|
%define cpan_name Test-MockModule
|
||||||
Summary: Override subroutines in a module for unit testing
|
Summary: Override subroutines in a module for unit testing
|
||||||
@@ -31,10 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.380000
|
BuildRequires: perl(Module::Build) >= 0.380000
|
||||||
BuildRequires: perl(SUPER)
|
BuildRequires: perl(SUPER) >= 1.20
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
Requires: perl(SUPER)
|
Requires: perl(SUPER) >= 1.20
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -48,7 +48,7 @@ given module go out of scope, or when you 'unmock()' the subroutine.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%setup -q -n %{cpan_name}-v%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
|
Reference in New Issue
Block a user