From 61957bdecb4f28ae20ab7ecab48e1a940cb28637 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 26 Dec 2006 18:19:45 +0000 Subject: [PATCH] Update to 0.2806. Use fixperms macro instead of our own chmod incantation. --- .cvsignore | 2 +- perl-Module-Build.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e92cfc..3c3d6fb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Build-0.2805.tar.gz +Module-Build-0.2806.tar.gz diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 0046335..ced0d2e 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,9 +1,9 @@ -%define module_version 0.2805 +%define module_version 0.2806 Name: perl-Module-Build # When the module version is x.yz, set Version to x.yz00. -Version: 0.2805 -Release: 3%{?dist} +Version: 0.2806 +Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic Group: Development/Libraries @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Dec 16 2006 Steven Pritchard 0.2806-1 +- Update to 0.2806. +- Use fixperms macro instead of our own chmod incantation. + * Wed Nov 15 2006 Steven Pritchard 0.2805-3 - Don't BR Pod::Readme. (#215558) diff --git a/sources b/sources index d3e5bf0..75b9085 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz +919a54ab295329ab668fae14756ae80a Module-Build-0.2806.tar.gz