6.66 bump

This commit is contained in:
Petr Písař 2013-04-22 10:08:42 +02:00
parent 57ddcd4c84
commit e7e6a87dcd
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/ExtUtils-MakeMaker-6.62.tar.gz
/ExtUtils-MakeMaker-6.63_02.tar.gz
/ExtUtils-MakeMaker-6.64.tar.gz
/ExtUtils-MakeMaker-6.66.tar.gz

View File

@ -1,14 +1,14 @@
%global cpan_name ExtUtils-MakeMaker
%global cpan_version 6.64
%global cpan_version 6.66
Name: perl-%{cpan_name}
Version: %(echo '%{cpan_version}' | tr _ .)
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Create a module Makefile
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/%{cpan_name}/
Source0: http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{cpan_version}.tar.gz
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
# This is copy from `perl' package. This is distributor extension.
Patch0: %{cpan_name}-6.64-USE_MM_LD_RUN_PATH.patch
@ -89,6 +89,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Apr 22 2013 Petr Pisar <ppisar@redhat.com> - 6.66-1
- 6.66 bump
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 6.64-2
- Run-require POD convertors to get manual pages when building other packages

View File

@ -1 +1 @@
852339e7c219263cdfca93a7e2dc210d ExtUtils-MakeMaker-6.64.tar.gz
aca56039a78a3d0369aea0b3348aa2b2 ExtUtils-MakeMaker-6.66.tar.gz