diff --git a/.cvsignore b/.cvsignore index 94c1810..97db9a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPC-Run3-0.039.tar.gz +IPC-Run3-0.040.tar.gz diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index 37d3591..2d1b206 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run3 -Version: 0.039 -Release: 2%{?dist} +Version: 0.040 +Release: 1%{?dist} Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc License: GPL+ or BSD or Artistic Group: Development/Libraries @@ -22,6 +22,8 @@ API and none of the bloat and rarely used features of IPC::Run. %prep %setup -q -n IPC-Run3-%{version} +# Perms in tarballs are broken +find -type f -exec chmod -x {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -50,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Dec 28 2007 Ralf Corsépius 0.040-1 +- Upstream update. +- chmod -x files from source tarball. + * Tue Nov 27 2007 Ralf Corsépius 0.039-2 - Bump release to please koji suckage. diff --git a/sources b/sources index 4939d8b..77f18ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a47eda8d42018d58c460e45177a8ad42 IPC-Run3-0.039.tar.gz +8131233d424352daa14f49a9691672f3 IPC-Run3-0.040.tar.gz