summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Pritchard <steve@fedoraproject.org>2006-12-10 01:35:16 +0000
committerSteven Pritchard <steve@fedoraproject.org>2006-12-10 01:35:16 +0000
commitf5e58cb743379e0e4c75f7c0c8755f1cb2cf3918 (patch)
tree4afbe7eb7dd778d16efb673183c74f24ec96352c
parentee3349d417a50f0b91c8b124385718ef812543b3 (diff)
downloadperl-Module-Pluggable-f5e58cb743379e0e4c75f7c0c8755f1cb2cf3918.tar.gz
perl-Module-Pluggable-f5e58cb743379e0e4c75f7c0c8755f1cb2cf3918.tar.xz
perl-Module-Pluggable-f5e58cb743379e0e4c75f7c0c8755f1cb2cf3918.zip
Update to 3.4. Use fixperms macro instead of our own chmod incantation.perl-Module-Pluggable-3_40-1_fc7
-rw-r--r--.cvsignore2
-rw-r--r--perl-Module-Pluggable.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index 58eda38..a07fd90 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Module-Pluggable-3.1.tar.gz
+Module-Pluggable-3.4.tar.gz
diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec
index 89e0557..20d97af 100644
--- a/perl-Module-Pluggable.spec
+++ b/perl-Module-Pluggable.spec
@@ -1,8 +1,8 @@
-%define module_version 3.1
+%define module_version 3.4
Name: perl-Module-Pluggable
-Version: 3.10
-Release: 2%{?dist}
+Version: 3.40
+Release: 1%{?dist}
Summary: Automatically give your module the ability to have plugins
License: GPL or Artistic
Group: Development/Libraries
@@ -31,7 +31,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
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Sat Dec 09 2006 Steven Pritchard <steve@kspei.com> 3.40-1
+- Update to 3.4.
+- Use fixperms macro instead of our own chmod incantation.
+
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 3.10-2
- Fix find option order.
diff --git a/sources b/sources
index 5df03bf..d5938d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ca7144b4a0da45bed0ab986c187f328 Module-Pluggable-3.1.tar.gz
+33a505c7cdb3627c3fbc1f267078733f Module-Pluggable-3.4.tar.gz