Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
SOURCES/List-MoreUtils-XS-0.428.tar.gz
|
/List-MoreUtils-XS-0.418.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.421.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.422.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.423.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.426.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.428.tar.gz
|
||||||
|
/List-MoreUtils-XS-0.430.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
e1c828a11fb1102ab28573c9dedd46c39d0fd5d6 SOURCES/List-MoreUtils-XS-0.428.tar.gz
|
|
@ -33,7 +33,7 @@
|
|||||||
+++ t/lib/Test/LMU.pm
|
+++ t/lib/Test/LMU.pm
|
||||||
@@ -16,7 +16,6 @@ my $CLASS = __PACKAGE__;
|
@@ -16,7 +16,6 @@ my $CLASS = __PACKAGE__;
|
||||||
eval "use Storable qw();";
|
eval "use Storable qw();";
|
||||||
$@ or Storable->import(qw(freeze));
|
$@ or Storable->import(qw(freeze));
|
||||||
__PACKAGE__->can("freeze") or eval <<'EOFR';
|
__PACKAGE__->can("freeze") or eval <<'EOFR';
|
||||||
-use inc::latest 'JSON::PP';
|
-use inc::latest 'JSON::PP';
|
||||||
use JSON::PP qw();
|
use JSON::PP qw();
|
@ -6,17 +6,17 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-List-MoreUtils-XS
|
Name: perl-List-MoreUtils-XS
|
||||||
Version: 0.428
|
Version: 0.430
|
||||||
Release: 3%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Provide compiled List::MoreUtils functions
|
Summary: Provide compiled List::MoreUtils functions
|
||||||
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
||||||
# Anything after that is ASL 2.0
|
# Anything after that is ASL 2.0
|
||||||
# "git blame" on the upstream repo will probably be needed to
|
# "git blame" on the upstream repo will probably be needed to
|
||||||
# determine the license of any particular chunk of code
|
# determine the license of any particular chunk of code
|
||||||
License: (GPL+ or Artistic) and ASL 2.0
|
License: (GPL+ or Artistic) and ASL 2.0
|
||||||
URL: http://search.cpan.org/dist/List-MoreUtils-XS/
|
URL: https://metacpan.org/release/List-MoreUtils-XS
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-XS-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/modules/by-module/List/List-MoreUtils-XS-%{version}.tar.gz
|
||||||
Patch0: List-MoreUtils-XS-0.428-unbundle.patch
|
Patch0: List-MoreUtils-XS-0.430-unbundle.patch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -40,6 +40,7 @@ BuildRequires: perl(JSON::PP)
|
|||||||
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)
|
||||||
%if %{with perl_List_MoreUtils_XS_enables_optional_test}
|
%if %{with perl_List_MoreUtils_XS_enables_optional_test}
|
||||||
@ -87,8 +88,54 @@ make test
|
|||||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 16 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.428-3
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-5
|
||||||
- Do not run optional test on RHEL
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.430-4
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Thu Apr 08 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.430-3
|
||||||
|
- Do not run optional test on RHEL (bug #1947387)
|
||||||
|
|
||||||
|
* 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 parts of CPAN RT#123989: more $a/$b/$_ refcounting bugs
|
||||||
|
- Since some bugs are simply reported wrong, dealing with them breaks more
|
||||||
|
(including running code) than it solves - way too heavy to feel better...
|
||||||
|
- Introduce functions slide and slideatatime
|
||||||
|
- Toolchain fixes
|
||||||
|
- Fix LANG=nb_NO.utf8 related str tests fails (CPAN RT#133128)
|
||||||
|
- Fix typo (GH#7)
|
||||||
|
- Fix parts of CPAN RT#132043: listcmp misbehave in XS implementation
|
||||||
|
- 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
|
||||||
|
|
||||||
|
* Thu Jun 28 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