Skip to content

Commit

Permalink
Update perl-List-MoreUtils to version 0.430 / rev 32 via SR 843370
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/843370
by user dstoecker + dimstar_suse
  • Loading branch information
dstoecker authored and bmwiedemann committed Oct 26, 2020
1 parent 6a4f436 commit feb5888
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 10 deletions.
Binary file modified packages/p/perl-List-MoreUtils/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/p/perl-List-MoreUtils/.rev
Expand Up @@ -232,4 +232,12 @@
<comment></comment>
<requestid>556882</requestid>
</revision>
<revision rev="32" vrev="1">
<srcmd5>6af768288af96fd66e2eee95cb96251a</srcmd5>
<version>0.430</version>
<time>1603725077</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>843370</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/perl-List-MoreUtils/List-MoreUtils-0.428.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/perl-List-MoreUtils/List-MoreUtils-0.430.tar.gz
17 changes: 17 additions & 0 deletions packages/p/perl-List-MoreUtils/perl-List-MoreUtils.changes
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Oct 22 03:16:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>

- updated to 0.430
see /usr/share/doc/packages/perl-List-MoreUtils/Changes

0.430 2020-10-21
- bump List::MoreUtils::XS requirement to 0.430
- release 0.429_001 without any further changes

0.429_001 2020-10-05
- fix failing installation in parallel make (Issue#38)
- infrastructure improvements and tooling updates,
lot's of author tests with according fixes added
- added slide and slideatatime functions wished by SCHWERN
- documentation fixes (PR#21, PR#33, PR#34, RT#126029, RT#132043, RT#132940)

-------------------------------------------------------------------
Tue Dec 12 06:29:54 UTC 2017 - coolo@suse.com

Expand Down
18 changes: 9 additions & 9 deletions packages/p/perl-List-MoreUtils/perl-List-MoreUtils.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-List-MoreUtils
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -12,30 +12,30 @@
# 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-List-MoreUtils
Version: 0.428
Version: 0.430
Release: 0
%define cpan_name List-MoreUtils
Summary: Provide the stuff missing in List::Util
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/List-MoreUtils/
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter::Tiny) >= 0.038
BuildRequires: perl(List::MoreUtils::XS) >= 0.426
BuildRequires: perl(List::MoreUtils::XS) >= 0.430
BuildRequires: perl(Test::LeakTrace)
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Exporter::Tiny) >= 0.038
Requires: perl(List::MoreUtils::XS) >= 0.426
Requires: perl(List::MoreUtils::XS) >= 0.430
%{perl_requires}

%description
Expand All @@ -52,11 +52,11 @@ case the C portions of this module couldn't be compiled on this machine.
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%check
%{__make} test
make test

%install
%perl_make_install
Expand Down

0 comments on commit feb5888

Please sign in to comment.