Update to 0.430
- New upstream release 0.430
- Fix failing installation in parallel make (GH#38)
- Infrastructure improvements and tooling updates, lots of author tests with
corresponding fixes added
- Added slide and slideatatime functions
- Documentation fixes (GH#21, GH#33, GH#34, CPAN RT#126029, CPAN RT#132043,
CPAN RT#132940)
- Bump List::MoreUtils::XS requirement to 0.430
- Use author-independent source URL
This commit is contained in:
parent
b95bbf7d91
commit
e6c74ba6e5
@ -1,10 +1,10 @@
|
||||
Name: perl-List-MoreUtils
|
||||
Version: 0.428
|
||||
Release: 10%{?dist}
|
||||
Version: 0.430
|
||||
Release: 1%{?dist}
|
||||
Summary: Provide the stuff missing in List::Util
|
||||
License: (GPL+ or Artistic) and ASL 2.0
|
||||
URL: https://metacpan.org/release/List-MoreUtils
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/List/List-MoreUtils-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -28,7 +28,8 @@ BuildRequires: perl(Text::ParseWords)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
||||
BuildRequires: perl(List::MoreUtils::XS) >= 0.426
|
||||
BuildRequires: perl(List::MoreUtils::XS) >= 0.430
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -37,6 +38,7 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Math::Trig)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::Builder::Module)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@ -48,7 +50,7 @@ BuildRequires: perl(Test::LeakTrace)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(List::MoreUtils::XS) >= 0.426
|
||||
Requires: perl(List::MoreUtils::XS) >= 0.430
|
||||
|
||||
%description
|
||||
List::MoreUtils provides some trivial but commonly needed functionality
|
||||
@ -81,6 +83,17 @@ make test
|
||||
%{_mandir}/man3/List::MoreUtils::PP.3*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 21 2020 Paul Howarth <paul@city-fan.org> - 0.430-1
|
||||
- Update to 0.430
|
||||
- Fix failing installation in parallel make (GH#38)
|
||||
- Infrastructure improvements and tooling updates, lots of author tests with
|
||||
corresponding fixes added
|
||||
- Added slide and slideatatime functions
|
||||
- Documentation fixes (GH#21, GH#33, GH#34, CPAN RT#126029, CPAN RT#132043,
|
||||
CPAN RT#132940)
|
||||
- Bump List::MoreUtils::XS requirement to 0.430
|
||||
- Use author-independent source URL
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (List-MoreUtils-0.428.tar.gz) = f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8
|
||||
SHA512 (List-MoreUtils-0.430.tar.gz) = bc9ff033c12251a6f0899a96da0ec8fc314ddb8d6cdf18c37fe1fdcfc38a4c95ed6f8e006bb124e77d07241ae6754f429bc2041f7772b4acfce9378a21283469
|
||||
|
||||
Loading…
Reference in New Issue
Block a user