2.95 bump
This commit is contained in:
parent
1096214c85
commit
02efb28dc8
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/Encode-2.92.tar.gz
|
/Encode-2.92.tar.gz
|
||||||
/Encode-2.93.tar.gz
|
/Encode-2.93.tar.gz
|
||||||
/Encode-2.94.tar.gz
|
/Encode-2.94.tar.gz
|
||||||
|
/Encode-2.95.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Because encoding sub-package has an independent version, version macro gets
|
# Because encoding sub-package has an independent version, version macro gets
|
||||||
# redefined.
|
# redefined.
|
||||||
%global cpan_version 2.94
|
%global cpan_version 2.95
|
||||||
Name: perl-Encode
|
Name: perl-Encode
|
||||||
Epoch: 4
|
Epoch: 4
|
||||||
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: 16%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Character encodings in Perl
|
Summary: Character encodings in Perl
|
||||||
# ucm: UCD
|
# ucm: UCD
|
||||||
# bin/encguess: Artistic 2.0
|
# bin/encguess: Artistic 2.0
|
||||||
@ -82,7 +82,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.19
|
Version: 2.21
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
# Keeping this sub-package arch-specific because it installs files into
|
# Keeping this sub-package arch-specific because it installs files into
|
||||||
# arch-specific directories.
|
# arch-specific directories.
|
||||||
@ -166,6 +166,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 08 2018 Petr Pisar <ppisar@redhat.com> - 4:2.95-1
|
||||||
|
- 2.95 bump
|
||||||
|
|
||||||
* Tue Jan 09 2018 Petr Pisar <ppisar@redhat.com> - 4:2.94-16
|
* Tue Jan 09 2018 Petr Pisar <ppisar@redhat.com> - 4:2.94-16
|
||||||
- 2.94 bump
|
- 2.94 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Encode-2.94.tar.gz) = 50abb8bf8bbeb3317f3473316f71255ecfacfceeab5acc58b95e572add1cefffab0cc77253ed1cfe224e01c10e356482c90174f41658dbb3318dfd2aa150b9ca
|
SHA512 (Encode-2.95.tar.gz) = d28cc70660de990d76b0a5e0b6d147c362150b79787bfc0770e318b6dae075c324a7308d1f7e36fd793fd673d6554b8e620b26ddeef89294b2c9be64c9631c22
|
||||||
|
Loading…
Reference in New Issue
Block a user