Accepting request 780963 from devel:languages:perl:autoupdate
- updated to 1.130 see /usr/share/doc/packages/perl-Test-Deep/Changes 1.130 2020-03-01 - no changes since 1.129 1.129 2020-01-26 - TRIAL RELEASE - documentation fixes (thanks, Daniel Böhmer!) - allow NoTest to be used without breaking other Test::Deep (thanks, Alexander Karelas!) - added true/false optional imports (thanks, Denis Ibaev!) OBS-URL: https://build.opensuse.org/request/show/780963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=39
This commit is contained in:
parent
6e4a929397
commit
f9a7b5a0f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:852d7e836fba8269b0b755082051a24a1a309d015a8b76838790af9e3760092f
|
||||
size 41649
|
3
Test-Deep-1.130.tar.gz
Normal file
3
Test-Deep-1.130.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56
|
||||
size 41921
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 03:16:19 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.130
|
||||
see /usr/share/doc/packages/perl-Test-Deep/Changes
|
||||
|
||||
1.130 2020-03-01
|
||||
- no changes since 1.129
|
||||
|
||||
1.129 2020-01-26 - TRIAL RELEASE
|
||||
- documentation fixes (thanks, Daniel Böhmer!)
|
||||
- allow NoTest to be used without breaking other Test::Deep
|
||||
(thanks, Alexander Karelas!)
|
||||
- added true/false optional imports (thanks, Denis Ibaev!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 06:03:00 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Deep
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-Deep
|
||||
Version: 1.128
|
||||
Version: 1.130
|
||||
Release: 0
|
||||
%define cpan_name Test-Deep
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Deep/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@ -64,11 +64,11 @@ Test::Deep has *_a lot_* of exports. See EXPORTS below.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user