2.74 bump
This commit is contained in:
parent
4882ea18ce
commit
80fb7f3d40
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/Encode-2.71.tar.gz
|
/Encode-2.71.tar.gz
|
||||||
/Encode-2.72.tar.gz
|
/Encode-2.72.tar.gz
|
||||||
/Encode-2.73.tar.gz
|
/Encode-2.73.tar.gz
|
||||||
|
/Encode-2.74.tar.gz
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
%global cpan_version 2.73
|
# Because encoding sub-package has independent version, version macro gets
|
||||||
|
# redefined.
|
||||||
|
%global cpan_version 2.74
|
||||||
Name: perl-Encode
|
Name: perl-Encode
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: %{cpan_version}
|
Version: %{cpan_version}
|
||||||
Release: 3%{?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
|
||||||
@ -156,6 +158,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 25 2015 Petr Pisar <ppisar@redhat.com> - 3:2.74-1
|
||||||
|
- 2.74 bump
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.73-3
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:2.73-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user