diff --git a/.cvsignore b/.cvsignore index ddd5732..ae616e9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -moreutils_0.35.tar.gz +moreutils_0.36.tar.gz diff --git a/import.log b/import.log index 0afbbcb..e9ec39f 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ moreutils-0_31-1_fc9:HEAD:moreutils-0.31-1.fc9.src.rpm:1219810852 moreutils-0_31-1_fc9:HEAD:moreutils-0.31-1.fc9.src.rpm:1222651523 moreutils-0_34-1_fc10:HEAD:moreutils-0.34-1.fc10.src.rpm:1235469154 moreutils-0_35-1_fc10:F-11:moreutils-0.35-1.fc10.src.rpm:1246693097 +moreutils-0_36-1_fc10:F-11:moreutils-0.36-1.fc10.src.rpm:1247720579 diff --git a/moreutils.spec b/moreutils.spec index 76c40c8..d05fbae 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,5 +1,5 @@ Name: moreutils -Version: 0.35 +Version: 0.36 Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System @@ -29,6 +29,7 @@ Requires: perl-TimeDate perl-Time-Duration - mispipe: pipe two commands, returning the exit status of the first - lckdo: execute a program with a lock held - ifne: run a program if the standard input is not empty + - parallel: run multiple jobs at once %prep %setup -qn %{name} @@ -60,6 +61,7 @@ install -m0755 zrun %{buildroot}%{_bindir} install -m0755 mispipe %{buildroot}%{_bindir} install -m0755 lckdo %{buildroot}%{_bindir} install -m0755 ifne %{buildroot}%{_bindir} +install -m0755 parallel %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 install -m644 sponge.1 %{buildroot}%{_mandir}/man1/ install -m644 vidir.1 %{buildroot}%{_mandir}/man1/ @@ -73,6 +75,7 @@ install -m644 zrun.1 %{buildroot}%{_mandir}/man1/ install -m644 mispipe.1 %{buildroot}%{_mandir}/man1/ install -m644 lckdo.1 %{buildroot}%{_mandir}/man1/ install -m644 ifne.1 %{buildroot}%{_mandir}/man1/ +install -m644 parallel.1 %{buildroot}%{_mandir}/man1/ %clean rm -rf %{buildroot} @@ -86,6 +89,11 @@ rm -rf %{buildroot} %changelog +* Thu Jul 16 2009 Marc Bradshaw 0.36-1%{?dist} +- new upstream version 0.36 released with these changes +- * parallel: New program, contributed by Tollef Fog Heen, that can run multiple jobs in parallel, optionally checking load average. +- * mispipe: Fix closing of extra pipe FD before starting command so it is not inherited by daemons. Closes: #533448 (Thanks, Jeremie Koenig) + * Sat Jul 4 2009 Marc Bradshaw 0.35-1%{?dist} - new upstream version 0.35 released with these changes - * ifdata: Don't assume that all interface names are 6 characters or less, for instance "wmaster0" is longer. diff --git a/sources b/sources index 8188815..f3ad7c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3089831539284f740f0180ec589d079 moreutils_0.35.tar.gz +c2df31a6c2e1ab5344808d5401365fba moreutils_0.36.tar.gz