From c677a307b2a49124a361fcd14bc4991803a84a99041ac67677d63d5d89ee990c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 16 Jul 2018 06:46:34 +0000 Subject: [PATCH] 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 --- Test-MockObject-1.20161202.tar.gz | 3 --- Test-MockObject-1.20180705.tar.gz | 3 +++ perl-Test-MockObject.changes | 9 +++++++++ perl-Test-MockObject.spec | 12 +++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 Test-MockObject-1.20161202.tar.gz create mode 100644 Test-MockObject-1.20180705.tar.gz diff --git a/Test-MockObject-1.20161202.tar.gz b/Test-MockObject-1.20161202.tar.gz deleted file mode 100644 index 382d226..0000000 --- a/Test-MockObject-1.20161202.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b225fff3645338697976dbbe2c39e44c1c93536855b78b3bbc6e9bfe94a0a2 -size 29020 diff --git a/Test-MockObject-1.20180705.tar.gz b/Test-MockObject-1.20180705.tar.gz new file mode 100644 index 0000000..6074aa8 --- /dev/null +++ b/Test-MockObject-1.20180705.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4516058d5d511155c1c462dab4027d762d6a474b99f73bf7da20b5ffbd024518 +size 29413 diff --git a/perl-Test-MockObject.changes b/perl-Test-MockObject.changes index 06fa5ff..8e7f118 100644 --- a/perl-Test-MockObject.changes +++ b/perl-Test-MockObject.changes @@ -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 diff --git a/perl-Test-MockObject.spec b/perl-Test-MockObject.spec index 2168102..8aa720e 100644 --- a/perl-Test-MockObject.spec +++ b/perl-Test-MockObject.spec @@ -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