Accepting request 494767 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/494767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2017-05-20 08:07:48 +00:00 committed by Git OBS Bridge
commit 9658391e05
4 changed files with 19 additions and 6 deletions

View File

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

3
Test-Deep-1.127.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat May 6 06:40:36 UTC 2017 - coolo@suse.com
- updated to 1.127
see /usr/share/doc/packages/perl-Test-Deep/Changes
1.127 2017-05-04
- no code changes from previous release
1.126_001 2017-04-17
- do not eagerly convert simple scalars into tests in the all, any, and
none tests; this was breaking LeafWrapper application
-------------------------------------------------------------------
Fri Jan 6 20:11:25 UTC 2017 - coolo@suse.com

View File

@ -17,14 +17,14 @@
Name: perl-Test-Deep
Version: 1.126
Version: 1.127
Release: 0
%define cpan_name Test-Deep
Summary: Extremely flexible deep comparison
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Deep/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
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
@ -58,7 +58,7 @@ things about how it should look, 'eq' is no good and you must use pattern
matching instead. Test::Deep provides pattern matching for complex data
structures
Test::Deep has *_a lot_* of exports. See the /EXPORTS manpage below.
Test::Deep has *_a lot_* of exports. See EXPORTS below.
%prep
%setup -q -n %{cpan_name}-%{version}