rpms/perl-Archive-Extract/devel .cvsignore, 1.4, 1.5 perl-Archive-Extract.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Nov 3 21:38:54 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Archive-Extract/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16558

Modified Files:
	.cvsignore perl-Archive-Extract.spec sources 
Log Message:
Update to 0.14.
Use fixperms macro instead of our own chmod incantation.
BR IPC::Cmd >= 0.29.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Aug 2006 21:43:00 -0000	1.4
+++ .cvsignore	3 Nov 2006 21:38:24 -0000	1.5
@@ -1 +1 @@
-Archive-Extract-0.12.tar.gz
+Archive-Extract-0.14.tar.gz


Index: perl-Archive-Extract.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Archive-Extract.spec	17 Sep 2006 22:38:27 -0000	1.4
+++ perl-Archive-Extract.spec	3 Nov 2006 21:38:24 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Archive-Extract
-Version:        0.12
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Generic archive extracting mechanism
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Archive-Extract-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(IPC::Cmd) >= 0.24
+BuildRequires:  perl(IPC::Cmd) >= 0.29
 BuildRequires:  perl(Locale::Maketext::Simple)
 BuildRequires:  perl(Module::Load::Conditional) >= 0.04
 BuildRequires:  perl(Params::Check) >= 0.07
@@ -32,7 +32,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 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
 make test
@@ -47,6 +47,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 03 2006 Steven Pritchard <steve at kspei.com> 0.14-1
+- Update to 0.14.
+- Use fixperms macro instead of our own chmod incantation.
+- BR IPC::Cmd >= 0.29.
+
 * Sun Sep 17 2006 Steven Pritchard <steve at kspei.com> 0.12-2
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Aug 2006 21:43:00 -0000	1.4
+++ sources	3 Nov 2006 21:38:24 -0000	1.5
@@ -1 +1 @@
-131e67f4356220e3cc279feb1ffd183a  Archive-Extract-0.12.tar.gz
+b25deb6aa5893c95cbe22d837ddd186c  Archive-Extract-0.14.tar.gz




More information about the scm-commits mailing list