3.17 bump
This commit is contained in:
parent
1926ef926d
commit
67121c3868
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/Encode-3.13.tar.gz
|
||||
/Encode-3.15.tar.gz
|
||||
/Encode-3.16.tar.gz
|
||||
/Encode-3.17.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has an independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 3.16
|
||||
%global cpan_version 3.17
|
||||
Name: perl-Encode
|
||||
Epoch: 4
|
||||
Version: %{cpan_version}
|
||||
@ -8,7 +8,7 @@ Version: %{cpan_version}
|
||||
# perl-encoding sub-package has independent version which does not change
|
||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||
# same case as in perl.spec.
|
||||
Release: 484%{?dist}
|
||||
Release: 485%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# bin/encguess: Artistic 2.0
|
||||
@ -54,6 +54,7 @@ BuildRequires: perl(XSLoader)
|
||||
# Benchmark not used
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(charnames)
|
||||
BuildRequires: perl(Devel::Peek)
|
||||
BuildRequires: perl(File::Compare)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Temp)
|
||||
@ -65,6 +66,7 @@ BuildRequires: perl(IPC::Open3)
|
||||
# JSON::PP not used
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(open)
|
||||
BuildRequires: perl(PerlIO::encoding)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -171,6 +173,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Thu Apr 07 2022 Jitka Plesnikova <jplesnik@redhat.com> - 4:3.17-485
|
||||
- 3.17 bump
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.16-484
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Encode-3.16.tar.gz) = 2a34ccdf244a4b3a6781766ef572e487fb9f9986625bb56bb242c8cc8b78fb1be24f16105faf0bae128839092d5c7ed1ac8f069dd3824b0e685550e317e74845
|
||||
SHA512 (Encode-3.17.tar.gz) = 25e823178f9da78981096fa3d0a2448fe483b41c43c21905edefc810ea843c6739f2e05cdd417cd0e6b49afd82b7ff94d18d71123902504ce4499156df1e389d
|
||||
|
Loading…
Reference in New Issue
Block a user