commit 7eee1bbe6c6471252509ede0e3b70e6dc948d2ea Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Jan 5 11:21:27 2015 +0000 Update to 0.403 - New upstream release 0.403 - Avoid using Test::More::done_testing() for to support building out-of-the-box on older perls perl-ExtUtils-Depends.spec | 21 +++++++++++++-------- sources | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) --- diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index 31f3063..e345777 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,5 +1,5 @@ Name: perl-ExtUtils-Depends -Version: 0.402 +Version: 0.403 Release: 1%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic @@ -28,16 +28,16 @@ BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) BuildRequires: perl(lib) -BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::More) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(DynaLoader) %description This module tries to make it easy to build Perl extensions that use -functions and typemaps provided by other perl extensions. This means that a -perl extension is treated like a shared library that provides also a C and -an XS interface besides the perl one. +functions and typemaps provided by other Perl extensions. This means +that a Perl extension is treated like a shared library that provides +also a C and an XS interface besides the Perl one. %prep %setup -q -n ExtUtils-Depends-%{version} @@ -47,9 +47,9 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -%{_fixperms} $RPM_BUILD_ROOT +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot} %check make test @@ -60,6 +60,11 @@ make test %{_mandir}/man3/ExtUtils::Depends.3* %changelog +* Mon Jan 5 2015 Paul Howarth <paul@xxxxxxxxxxxx> - 0.403-1 +- Update to 0.403 + - Avoid using Test::More::done_testing() for to support building + out-of-the-box on older perls + * Mon Oct 20 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.402-1 - Update to 0.402 - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config() diff --git a/sources b/sources index 6116486..84c1d45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7df1130f5705b3cd496f461b522e6526 ExtUtils-Depends-0.402.tar.gz +bf28c1aad4e1d8761f598ab0b0531dd9 ExtUtils-Depends-0.403.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel