2.80 bump
This commit is contained in:
parent
f3bd7e74e1
commit
de703edd73
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/Encode-2.77.tar.gz
|
||||
/Encode-2.78.tar.gz
|
||||
/Encode-2.79.tar.gz
|
||||
/Encode-2.80.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 2.79
|
||||
%global cpan_version 2.80
|
||||
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: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# other files: GPL+ or Artistic
|
||||
@ -166,6 +166,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Mon Jan 25 2016 Petr Pisar <ppisar@redhat.com> - 3:2.80-4
|
||||
- 2.80 bump
|
||||
|
||||
* Fri Jan 22 2016 Petr Pisar <ppisar@redhat.com> - 3:2.79-3
|
||||
- 2.79 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user