2.77 bump
This commit is contained in:
parent
61d4dde4f0
commit
cc9b601b09
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/Encode-2.74.tar.gz
|
/Encode-2.74.tar.gz
|
||||||
/Encode-2.75.tar.gz
|
/Encode-2.75.tar.gz
|
||||||
/Encode-2.76.tar.gz
|
/Encode-2.76.tar.gz
|
||||||
|
/Encode-2.77.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Because encoding sub-package has independent version, version macro gets
|
# Because encoding sub-package has independent version, version macro gets
|
||||||
# redefined.
|
# redefined.
|
||||||
%global cpan_version 2.76
|
%global cpan_version 2.77
|
||||||
Name: perl-Encode
|
Name: perl-Encode
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: %{cpan_version}
|
Version: %{cpan_version}
|
||||||
@ -8,7 +8,7 @@ Version: %{cpan_version}
|
|||||||
# perl-encoding sub-package has independent version which does not change
|
# perl-encoding sub-package has independent version which does not change
|
||||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||||
# same case as in perl.spec.
|
# same case as in perl.spec.
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Character encodings in Perl
|
Summary: Character encodings in Perl
|
||||||
# ucm: UCD
|
# ucm: UCD
|
||||||
# other files: GPL+ or Artistic
|
# other files: GPL+ or Artistic
|
||||||
@ -79,7 +79,7 @@ of the system. Perl strings are sequences of characters.
|
|||||||
|
|
||||||
%package -n perl-encoding
|
%package -n perl-encoding
|
||||||
Summary: Write your Perl script in non-ASCII or non-UTF-8
|
Summary: Write your Perl script in non-ASCII or non-UTF-8
|
||||||
Version: 2.16
|
Version: 2.17
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
# Keeping this sub-package arch-specific because it installs files into
|
# Keeping this sub-package arch-specific because it installs files into
|
||||||
@ -165,6 +165,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 31 2015 Petr Pisar <ppisar@redhat.com> - 3:2.76-2
|
||||||
- Increase release number to have unique perl-encoding NEVRA
|
- Increase release number to have unique perl-encoding NEVRA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user