Increase epoch to favour standalone package
This commit is contained in:
parent
08a12191f7
commit
6ab757d628
@ -2,13 +2,13 @@
|
||||
# redefined.
|
||||
%global cpan_version 2.84
|
||||
Name: perl-Encode
|
||||
Epoch: 3
|
||||
Epoch: 4
|
||||
Version: %{cpan_version}
|
||||
# Keep increasing release number even when rebasing version because
|
||||
# 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: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# other files: GPL+ or Artistic
|
||||
@ -167,6 +167,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4:2.84-10
|
||||
- Increase epoch to favour standalone package
|
||||
|
||||
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 3:2.84-9
|
||||
- Weak perl-Encode-devel dependency on perl-devel to Recommends level
|
||||
(bug #1129443)
|
||||
|
Loading…
Reference in New Issue
Block a user