|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Name: perl-List-MoreUtils
|
|
|
|
|
Version: 0.430
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.428
|
|
|
|
|
Release: 2%{?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/modules/by-module/List/List-MoreUtils-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/List-MoreUtils/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
@ -28,8 +28,7 @@ BuildRequires: perl(Text::ParseWords)
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
|
|
|
|
BuildRequires: perl(List::MoreUtils::XS) >= 0.430
|
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
|
BuildRequires: perl(List::MoreUtils::XS) >= 0.426
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
@ -38,7 +37,6 @@ 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
|
|
|
|
@ -50,7 +48,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.430
|
|
|
|
|
Requires: perl(List::MoreUtils::XS) >= 0.426
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
List::MoreUtils provides some trivial but commonly needed functionality
|
|
|
|
@ -83,50 +81,8 @@ make test
|
|
|
|
|
%{_mandir}/man3/List::MoreUtils::PP.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.430-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-9
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-6
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-3
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.428-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|