diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index e345777..2cd9215 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,5 +1,5 @@ Name: perl-ExtUtils-Depends -Version: 0.403 +Version: 0.404 Release: 1%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic @@ -60,6 +60,12 @@ make test %{_mandir}/man3/ExtUtils::Depends.3* %changelog +* Fri Jan 30 2015 Paul Howarth - 0.404-1 +- Update to 0.404 + - Depends.pm: sort deps in save_config() and get_makefile_vars() + (CPAN RT#101602) + - Use / to make ::load filename, not File::Spec - perldoc -f require + * Mon Jan 5 2015 Paul Howarth - 0.403-1 - Update to 0.403 - Avoid using Test::More::done_testing() for to support building diff --git a/sources b/sources index 84c1d45..7b83a8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf28c1aad4e1d8761f598ab0b0531dd9 ExtUtils-Depends-0.403.tar.gz +2b66dbb4bcfc2639c6b26309569471ad ExtUtils-Depends-0.404.tar.gz