Accepting request 894250 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/894250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2021-05-20 17:23:41 +00:00 committed by Git OBS Bridge
commit 21cb85b6be
4 changed files with 22 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 19 03:09:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.68
see /usr/share/doc/packages/perl-Test-Differences/Changes
0.68 2021-05-18
- Revert undocumented change that was causing unreasonably verbose output
See https://github.com/DrHyde/perl-modules-Test-Differences/issues/5
- Improve documentation about text vs data mode and eq_or_diff_{text,data}
See https://github.com/DrHyde/perl-modules-Test-Differences/issues/8
-------------------------------------------------------------------
Thu Mar 7 12:58:45 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Differences
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,30 +16,27 @@
#
#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license.
%define cpan_name Test-Differences
Name: perl-Test-Differences
Version: 0.67
Version: 0.68
Release: 0
#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license.
Summary: Test strings and data structures and show differences if not ok
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.24
BuildRequires: perl(Data::Dumper) >= 2.126
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Pod) >= 1.22
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Text::Diff) >= 1.43
Requires: perl(Capture::Tiny) >= 0.24
Requires: perl(Data::Dumper) >= 2.126
Requires: perl(Test::More) >= 0.88
Requires: perl(Text::Diff) >= 1.43
BuildArch: noarch
%{perl_requires}
%description
@ -86,14 +83,14 @@ other Test::Builder based testing modules. As the SYNOPSIS shows, another
testing module must be used as the basis for your test suite.
%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 %{?_smp_mflags} test
make test
%install
%perl_make_install
@ -101,7 +98,6 @@ make %{?_smp_mflags} test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog