Run-require locale module
It is used in Tk::DirTree.
This commit is contained in:
parent
7f026fe9ed
commit
d62ceef496
@ -5,7 +5,7 @@
|
||||
|
||||
Name: perl-Tk
|
||||
Version: 804.035
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Perl Graphical User Interface ToolKit
|
||||
|
||||
License: (GPL+ or Artistic) and SWL
|
||||
@ -84,6 +84,7 @@ BuildRequires: perl(MIME::Base64)
|
||||
%endif
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%{perlver})
|
||||
Requires: perl(locale)
|
||||
Provides: perl(Tk::LabRadio) = 4.004
|
||||
Provides: perl(Tk) = %{version}
|
||||
|
||||
@ -178,6 +179,9 @@ find __demos/ -type f -exec chmod -x {} \;
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Petr Pisar <ppisar@redhat.com> - 804.035-3
|
||||
- Run-require locale module
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 804.035-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user