2.77 bump

This commit is contained in:
Petr Písař 2015-09-16 17:08:51 +02:00
parent 61d4dde4f0
commit cc9b601b09
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/Encode-2.74.tar.gz
/Encode-2.75.tar.gz
/Encode-2.76.tar.gz
/Encode-2.77.tar.gz

View File

@ -1,6 +1,6 @@
# Because encoding sub-package has independent version, version macro gets
# redefined.
%global cpan_version 2.76
%global cpan_version 2.77
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: 2%{?dist}
Release: 1%{?dist}
Summary: Character encodings in Perl
# ucm: UCD
# other files: GPL+ or Artistic
@ -79,7 +79,7 @@ of the system. Perl strings are sequences of characters.
%package -n perl-encoding
Summary: Write your Perl script in non-ASCII or non-UTF-8
Version: 2.16
Version: 2.17
License: GPL+ or Artistic
Group: Development/Libraries
# Keeping this sub-package arch-specific because it installs files into
@ -165,6 +165,9 @@ make test
%{perl_vendorarch}/Encode/encode.h
%changelog
* Wed Sep 16 2015 Petr Pisar <ppisar@redhat.com> - 3:2.77-1
- 2.77 bump
* Fri Jul 31 2015 Petr Pisar <ppisar@redhat.com> - 3:2.76-2
- Increase release number to have unique perl-encoding NEVRA

View File

@ -1 +1 @@
90ee2160d40ade6cc4c4aa1b1ff4745e Encode-2.76.tar.gz
8208b057f4aee0bd1ffc122707bfdc88 Encode-2.77.tar.gz