!2 perl-Encode

Merge pull request !2 from xinghe/master
This commit is contained in:
openeuler-ci-bot 2020-07-27 10:28:51 +08:00 committed by Gitee
commit bdc52bbd8a
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
Encode-3.06.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global cpan_version 2.98 %global cpan_version 3.06
Name: perl-Encode Name: perl-Encode
Epoch: 4 Epoch: 1
Version: %{cpan_version} Version: %{cpan_version}
Release: 9 Release: 1
Summary: Character encodings in Perl Summary: Character encodings in Perl
License: (GPL+ or Artistic) and Artistic 2.0 and UCD License: (GPL+ or Artistic) and Artistic 2.0 and UCD
URL: https://metacpan.org/release/Encode URL: https://metacpan.org/release/Encode
@ -32,7 +32,7 @@ Recommends: perl-devel%{?_isa}
Requires: perl(Encode) perl(Carp) perl(Filter::Util::Call) Requires: perl(Encode) perl(Carp) perl(Filter::Util::Call)
Suggests: perl(PerlIO::encoding) Suggests: perl(PerlIO::encoding)
Requires: perl(utf8) Requires: perl(utf8)
Conflicts: perl-Encode < 2:2.64-2 Conflicts: perl-Encode < 1:2.64-2
Provides: perl-encoding Provides: perl-encoding
Obsoletes: perl-encoding Obsoletes: perl-encoding
@ -93,6 +93,12 @@ make test
%{_mandir}/man3/Encode::* %{_mandir}/man3/Encode::*
%changelog %changelog
* Wed Jul 23 2020 xinghe <xinghe1@huawei.com> - 1:3.06-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 3.06
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 4:2.98-9 * Fri Oct 11 2019 yefei <yefei25@huawei.com> - 4:2.98-9
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA