forked from pool/perl-Test-MockModule
Accepting request 509974 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/509974 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
1a2da2685a
commit
9455702271
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05584ba3a67f811e0d563eb9fb68049db0ee81c2cdaf56535067c6df922f14b9
|
||||
size 23756
|
3
Test-MockModule-0.12.tar.gz
Normal file
3
Test-MockModule-0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:156b0357fdafe6734124c788a91893f8f8fd56ecdaea802cd474e43f6da0083d
|
||||
size 24142
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user