Disable a dual-lived perl-Tie-RefHash subpackage
This commit is contained in:
parent
6888f8d1da
commit
f36ef6bc94
@ -3962,6 +3962,7 @@ Conflicts: perl-interpreter < 4:5.30.1-451
|
|||||||
This package allows a tied hash to load its values automatically on the first
|
This package allows a tied hash to load its values automatically on the first
|
||||||
access, and to use the cached value on the following accesses.
|
access, and to use the cached value on the following accesses.
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Tie-RefHash
|
%package Tie-RefHash
|
||||||
Summary: Use references as hash keys
|
Summary: Use references as hash keys
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -3983,6 +3984,7 @@ This module provides the ability to use references as hash keys if you first
|
|||||||
hash itself are preserved as references; to use references as keys in
|
hash itself are preserved as references; to use references as keys in
|
||||||
hashes-of-hashes, use Tie::RefHash::Nestable, included as part of
|
hashes-of-hashes, use Tie::RefHash::Nestable, included as part of
|
||||||
Tie::RefHash.
|
Tie::RefHash.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package Time
|
%package Time
|
||||||
Summary: By-name interface to Perl built-in time functions
|
Summary: By-name interface to Perl built-in time functions
|
||||||
@ -6911,10 +6913,15 @@ popd
|
|||||||
%{privlib}/Tie/Memoize.pm
|
%{privlib}/Tie/Memoize.pm
|
||||||
%{_mandir}/man3/Tie::Memoize.*
|
%{_mandir}/man3/Tie::Memoize.*
|
||||||
|
|
||||||
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Tie-RefHash
|
%files Tie-RefHash
|
||||||
%dir %{privlib}/Tie
|
%dir %{privlib}/Tie
|
||||||
%{privlib}/Tie/RefHash.pm
|
%{privlib}/Tie/RefHash.pm
|
||||||
%{_mandir}/man3/Tie::RefHash.*
|
%{_mandir}/man3/Tie::RefHash.*
|
||||||
|
%else
|
||||||
|
%exclude %{privlib}/Tie/RefHash.pm
|
||||||
|
%exclude %{_mandir}/man3/Tie::RefHash.*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files Time
|
%files Time
|
||||||
%dir %{privlib}/Time
|
%dir %{privlib}/Time
|
||||||
@ -7059,6 +7066,7 @@ popd
|
|||||||
- Fix sv_collxfrm macro to respect locale
|
- Fix sv_collxfrm macro to respect locale
|
||||||
- Fix an iterator signedness in handling a mro exception (GH#18155)
|
- Fix an iterator signedness in handling a mro exception (GH#18155)
|
||||||
- Fix a code flow in Perl_sv_inc_nomg()
|
- Fix a code flow in Perl_sv_inc_nomg()
|
||||||
|
- Disable a dual-lived perl-Tie-RefHash subpackage (bug #1887937)
|
||||||
|
|
||||||
* Fri Sep 25 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-464
|
* Fri Sep 25 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-464
|
||||||
- Update perl-IO-Zlib metadata
|
- Update perl-IO-Zlib metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user