Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/List-MoreUtils-[0-9.]*.tar.gz
|
SOURCES/List-MoreUtils-0.430.tar.gz
|
||||||
|
|||||||
1
.perl-List-MoreUtils.metadata
Normal file
1
.perl-List-MoreUtils.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
f895ddae48d2f3882f08ed0171d8ad07ce95a007 SOURCES/List-MoreUtils-0.430.tar.gz
|
||||||
4
.rpmlint
4
.rpmlint
@ -1,4 +0,0 @@
|
|||||||
from Config import *
|
|
||||||
addFilter("spelling-error Summary\(en_US\) Util -> ");
|
|
||||||
addFilter("spelling-error %description -l en_US Util -> ");
|
|
||||||
|
|
||||||
@ -1,10 +1,10 @@
|
|||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
Version: 0.428
|
Version: 0.430
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Provide the stuff missing in List::Util
|
Summary: Provide the stuff missing in List::Util
|
||||||
License: (GPL+ or Artistic) and ASL 2.0
|
License: (GPL+ or Artistic) and ASL 2.0
|
||||||
URL: http://search.cpan.org/dist/List-MoreUtils/
|
URL: https://metacpan.org/release/List-MoreUtils
|
||||||
Source0: http://search.cpan.org/CPAN/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
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -28,7 +28,8 @@ BuildRequires: perl(Text::ParseWords)
|
|||||||
# Module Runtime
|
# Module Runtime
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
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(strict)
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -37,6 +38,7 @@ BuildRequires: perl(Exporter)
|
|||||||
BuildRequires: perl(List::Util)
|
BuildRequires: perl(List::Util)
|
||||||
BuildRequires: perl(Math::Trig)
|
BuildRequires: perl(Math::Trig)
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(POSIX)
|
||||||
BuildRequires: perl(Storable)
|
BuildRequires: perl(Storable)
|
||||||
BuildRequires: perl(Test::Builder::Module)
|
BuildRequires: perl(Test::Builder::Module)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
@ -48,7 +50,7 @@ BuildRequires: perl(Test::LeakTrace)
|
|||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(Carp)
|
Requires: perl(Carp)
|
||||||
Requires: perl(List::MoreUtils::XS) >= 0.426
|
Requires: perl(List::MoreUtils::XS) >= 0.430
|
||||||
|
|
||||||
%description
|
%description
|
||||||
List::MoreUtils provides some trivial but commonly needed functionality
|
List::MoreUtils provides some trivial but commonly needed functionality
|
||||||
@ -81,6 +83,51 @@ make test
|
|||||||
%{_mandir}/man3/List::MoreUtils::PP.3*
|
%{_mandir}/man3/List::MoreUtils::PP.3*
|
||||||
|
|
||||||
%changelog
|
%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 Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-2
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.428-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user