8
0

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:
Stephan Kulow
2018-07-16 06:46:34 +00:00
committed by Git OBS Bridge
parent 1aba999269
commit c677a307b2
4 changed files with 19 additions and 8 deletions

View File

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

View File

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

View File

@@ -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 Sat Dec 3 07:16:03 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-MockObject # 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 # 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,14 +17,14 @@
Name: perl-Test-MockObject Name: perl-Test-MockObject
Version: 1.20161202 Version: 1.20180705
Release: 0 Release: 0
%define cpan_name Test-MockObject %define cpan_name Test-MockObject
Summary: Perl extension for emulating troublesome interfaces 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 Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-MockObject/ 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +55,7 @@ behavior, just the input and the output.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -70,6 +71,7 @@ behavior, just the input and the output.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog