Accepting request 1062237 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1062237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2023-02-01 15:38:39 +00:00 committed by Git OBS Bridge
commit 651b6dac82
4 changed files with 41 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56
size 41921

BIN
Test-Deep-1.204.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Jan 8 03:08:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.204
see /usr/share/doc/packages/perl-Test-Deep/Changes
1.204 2023-01-07 18:01:37-05:00 America/New_York
- restore v5.12 compatibility (see commit 66b79eb for the amusing
anecdote)
1.203 2023-01-07 11:38:14-05:00 America/New_York
- try to avoid clobbering global error variables when loading test
libraries (thanks, Felipe Gasper)
- hash_each now enumates keys in sort() order, to make errors more
consistent
1.202 2023-01-04 20:40:46-05:00 America/New_York
- no changes since trial releases
- Test::Deep now requires perl v5.12.
1.201 2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
- correct Changes entry about which version version of perl is required
1.200 2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
- converted to Dist::Zilla
- Test::Deep will now require v5.12, and this may go up. This change
allows simplification of the Makefile.PL, which was coping with a
mistake made twelve years ago.
-------------------------------------------------------------------
Mon Mar 2 03:16:19 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Deep
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,22 +16,22 @@
#
Name: perl-Test-Deep
Version: 1.130
Release: 0
%define cpan_name Test-Deep
Summary: Extremely flexible deep comparison
Name: perl-Test-Deep
Version: 1.204
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Extremely flexible deep comparison
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Tester) >= 0.04
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester) >= 0.107
Requires: perl(Test::More) >= 0.96
%{perl_requires}
# MANUAL BEGIN
# necessary because Test::Deep::NoTest does "require Test::Builder"
@ -61,11 +61,11 @@ structures
Test::Deep has *_a lot_* of exports. See EXPORTS below.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -76,7 +76,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README TODO
%license LICENSE
%changelog