Accepting request 493185 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/493185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=35
This commit is contained in:
parent
53ffa8b480
commit
5ba80ea1b0
@ -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
3
Test-Deep-1.127.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b78cfc59c41ba91f47281e2c1d2bfc4b3b1b42bfb76b4378bc88cc37b7af7268
|
||||
size 41606
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user