diff --git a/.gitignore b/.gitignore index d6e103d..eeb8cb5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 81531b5..fddb156 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -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 - 6.66-1 +- 6.66 bump + * Tue Jan 29 2013 Petr Pisar - 6.64-2 - Run-require POD convertors to get manual pages when building other packages diff --git a/sources b/sources index 76aad0e..9765d44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -852339e7c219263cdfca93a7e2dc210d ExtUtils-MakeMaker-6.64.tar.gz +aca56039a78a3d0369aea0b3348aa2b2 ExtUtils-MakeMaker-6.66.tar.gz