From 1301f0ff90e0782aaf4da811e255bb66c9b3fadc Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 16 Aug 2013 16:17:31 +0100 Subject: [PATCH] Update to 0.304 - New upstream release 0.304 - More robust detection of gcc toolchains on Win32 (CPAN RT#62455) - Don't assume dlltool is called 'dlltool' on Win32+gcc - ask Config.pm instead (CPAN RT#62455) - Don't need to remove empty directories from the buildroot - Drop %defattr, redundant since rpm 4.4 --- .gitignore | 3 +-- perl-ExtUtils-Depends.spec | 18 ++++++++++++------ sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 3c41144..fdd3d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -ExtUtils-Depends-0.302.tar.gz -/ExtUtils-Depends-0.303.tar.gz +/ExtUtils-Depends-[0-9.]*.tar.gz diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index 0c4542b..619b073 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,6 +1,6 @@ Name: perl-ExtUtils-Depends -Version: 0.303 -Release: 9%{?dist} +Version: 0.304 +Release: 1%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic Group: Development/Libraries @@ -34,7 +34,6 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* @@ -45,12 +44,19 @@ make test rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Aug 16 2013 Paul Howarth - 0.304-1 +- Update to 0.304 + - More robust detection of gcc toolchains on Win32 (CPAN RT#62455) + - Don't assume dlltool is called 'dlltool' on Win32+gcc - ask Config.pm + instead (CPAN RT#62455) +- Don't need to remove empty directories from the buildroot +- Drop %%defattr, redundant since rpm 4.4 + * Sat Aug 03 2013 Fedora Release Engineering - 0.303-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -80,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT - Update Source0 URL. * Thu Dec 16 2010 Marcela Maslanova - 0.302-5 -- 661697 rebuild for fixing problems with vendorach/lib +- Rebuild to fix problems with vendorarch/lib (#661697) * Sat May 01 2010 Marcela Maslanova - 0.302-4 - Mass rebuild with perl-5.12.0 @@ -130,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Dec 29 2005 Jose Pedro Oliveira - 0.205-3 - Dist tag. -* Fri Apr 7 2005 Michael Schwendt - 0.205-2 +* Wed Apr 6 2005 Michael Schwendt - 0.205-2 - rebuilt * Tue Feb 15 2005 Jose Pedro Oliveira - 0:0.205-1 diff --git a/sources b/sources index 067d112..d14cf88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2aaf6511d697c680368246fa1645beb6 ExtUtils-Depends-0.303.tar.gz +da66d6cb19e2c76d7f3266846832026c ExtUtils-Depends-0.304.tar.gz