Accepting request 657979 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/657979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Array-Compare?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb4f5889342690d2a9a6c2bcce55221e47155412e59842e424ea41ed9a34d23b
|
|
||||||
size 9481
|
|
3
Array-Compare-v3.0.2.tar.gz
Normal file
3
Array-Compare-v3.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a88f29d45223a667557e179acf2b268130384356f3bd478ad791c68cdba2832
|
||||||
|
size 9717
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 14 06:02:01 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 3.0.2
|
||||||
|
see /usr/share/doc/packages/perl-Array-Compare/Changes
|
||||||
|
|
||||||
|
3.0.2 2018-12-13
|
||||||
|
|
||||||
|
- Various packaging and documentation fixes
|
||||||
|
(thanks for JJ Merelo and the PR Challenge)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 25 05:04:21 UTC 2018 - coolo@suse.com
|
Sun Mar 25 05:04:21 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-Array-Compare
|
Name: perl-Array-Compare
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Array-Compare
|
%define cpan_name Array-Compare
|
||||||
Summary: Perl extension for comparing arrays
|
Summary: Perl extension for comparing arrays
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Array-Compare/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -183,7 +183,7 @@ In this case the values of 'WhiteSpace' and 'Case' are still used, but
|
|||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Reference in New Issue
Block a user