2.78 bump
This commit is contained in:
parent
cc9b601b09
commit
4ab1577122
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/Encode-2.75.tar.gz
|
||||
/Encode-2.76.tar.gz
|
||||
/Encode-2.77.tar.gz
|
||||
/Encode-2.78.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 2.77
|
||||
%global cpan_version 2.78
|
||||
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: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Character encodings in Perl
|
||||
# ucm: UCD
|
||||
# other files: GPL+ or Artistic
|
||||
@ -165,6 +165,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Thu Sep 24 2015 Petr Pisar <ppisar@redhat.com> - 3:2.78-2
|
||||
- 2.78 bump
|
||||
|
||||
* Wed Sep 16 2015 Petr Pisar <ppisar@redhat.com> - 3:2.77-1
|
||||
- 2.77 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user