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:
2018-12-14 07:05:18 +00:00
committed by Git OBS Bridge
parent 7d18c71ff4
commit b69918e7db
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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
Version: 3.0.1
Version: 3.0.2
Release: 0
%define cpan_name Array-Compare
Summary: Perl extension for comparing arrays
License: Artistic-1.0 OR GPL-1.0-or-later
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
Source1: cpanspec.yml
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
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check