2.84 bump
This commit is contained in:
parent
d5140be41d
commit
0270b7731b
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/Encode-2.80.tar.gz
|
||||
/Encode-2.82.tar.gz
|
||||
/Encode-2.83.tar.gz
|
||||
/Encode-2.84.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 2.83
|
||||
%global cpan_version 2.84
|
||||
Name: perl-Encode
|
||||
Epoch: 3
|
||||
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: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# other files: GPL+ or Artistic
|
||||
@ -21,6 +21,7 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
@ -166,6 +167,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2016 Petr Pisar <ppisar@redhat.com> - 3:2.84-8
|
||||
- 2.84 bump
|
||||
|
||||
* Thu Mar 24 2016 Petr Pisar <ppisar@redhat.com> - 3:2.83-7
|
||||
- 2.83 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user