2.76 bump
This commit is contained in:
parent
3918c36144
commit
eff555617b
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/Encode-2.73.tar.gz
|
||||
/Encode-2.74.tar.gz
|
||||
/Encode-2.75.tar.gz
|
||||
/Encode-2.76.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Because encoding sub-package has independent version, version macro gets
|
||||
# redefined.
|
||||
%global cpan_version 2.75
|
||||
%global cpan_version 2.76
|
||||
Name: perl-Encode
|
||||
Epoch: 3
|
||||
Version: %{cpan_version}
|
||||
@ -12,6 +12,9 @@ License: (GPL+ or Artistic) and UCD
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Encode/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{cpan_version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -158,6 +161,9 @@ make test
|
||||
%{perl_vendorarch}/Encode/encode.h
|
||||
|
||||
%changelog
|
||||
* Fri Jul 31 2015 Petr Pisar <ppisar@redhat.com> - 3:2.76-1
|
||||
- 2.76 bump
|
||||
|
||||
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> - 3:2.75-1
|
||||
- 2.75 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user