forked from pool/perl-Test-MockObject
Accepting request 621423 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/621423 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockObject?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
1aba999269
commit
c677a307b2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14b225fff3645338697976dbbe2c39e44c1c93536855b78b3bbc6e9bfe94a0a2
|
||||
size 29020
|
3
Test-MockObject-1.20180705.tar.gz
Normal file
3
Test-MockObject-1.20180705.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518
|
||||
size 29413
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 7 06:08:29 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.20180705
|
||||
see /usr/share/doc/packages/perl-Test-MockObject/Changes
|
||||
|
||||
1.20180705 2018-07-05 16:47:18-07:00 America/Los_Angeles
|
||||
- added destructor to clear counters (choroboa PR #15, RT #71831)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 07:16:03 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-MockObject
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Test-MockObject
|
||||
Version: 1.20161202
|
||||
Version: 1.20180705
|
||||
Release: 0
|
||||
%define cpan_name Test-MockObject
|
||||
Summary: Perl extension for emulating troublesome interfaces
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-MockObject/
|
||||
Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -55,6 +55,7 @@ behavior, just the input and the output.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -70,6 +71,7 @@ behavior, just the input and the output.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user