From 4e1c9e73b52cfae3fb8f7a49c49afcd4e00f5ae0 Mon Sep 17 00:00:00 2001 From: deebs Date: Jul 14 2010 12:15:17 +0000 Subject: new upstream version --- diff --git a/.cvsignore b/.cvsignore index 18fa449..08ebd36 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -moreutils_0.38.tar.gz +moreutils_0.40.tar.gz diff --git a/import.log b/import.log index 350857a..8fcbce1 100644 --- a/import.log +++ b/import.log @@ -6,3 +6,4 @@ moreutils-0_36-1_fc10:HEAD:moreutils-0.36-1.fc10.src.rpm:1247720299 moreutils-0_37-1_fc10:HEAD:moreutils-0.37-1.fc10.src.rpm:1256771546 moreutils-0_37-1_fc10:HEAD:moreutils-0.37-1.fc10.src.rpm:1258499731 moreutils-0_38-1_fc10:HEAD:moreutils-0.38-1.fc10.src.rpm:1265801077 +moreutils-0_40-1_fc10:HEAD:moreutils-0.40-1.fc10.src.rpm:1279109684 diff --git a/moreutils.spec b/moreutils.spec index 9438d9a..c946d85 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,5 +1,5 @@ Name: moreutils -Version: 0.38 +Version: 0.40 Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System @@ -89,6 +89,29 @@ rm -rf %{buildroot} %changelog +* Wed Jul 14 2010 Marc Bradshaw 0.40-1%{?dist} +- new upstream version moreutils 0.40 released with these changes +- * lckdo: Now deprecated, since util-linux's flock(1) can do the same thing. +- * parallel: -i will now replace {} inside parameters, before the {} had to be a separate parameter. +- new upstream version moreutils 0.39 released with these changes +- * parallel: Fix exit code handling when commands are specified after -- +- * parallel: Make -j 0 do something reasonable (start all jobs at once). +- * parallel: Fix to really avoid running new jobs when load is too high. +- * parallel: Fix logic error in code handling -l that could make parallel return a bogus 255 exit code when all jobs succeeded. +- * parallel: Allow a decimal load value to be specified with -l +- * Caps sillyness. +- * zrun: Add support for .xz files. + +* Wed Feb 10 2010 Marc Bradshaw 0.38-1%{?dist} +- new upstream version moreutils 0.38 released with these changes +- * parallel: Fix exit code handling when commands are specified after -- +- * parallel: Make -j 0 do something reasonable (start all jobs at once). +- * parallel: Fix to really avoid running new jobs when load is too high. +- * parallel: Fix logic error in code handling -l that could make parallel return a bogus 255 exit code when all jobs succeeded. Closes: #569617 +- * parallel: Allow a decimal load value to be specified with -l +- * Caps sillyness. Closes: #570815 +- * zrun: Add support for .xz files. + * Wed Feb 10 2010 Marc Bradshaw 0.38-1%{?dist} - new upstream version moreutils 0.38 released with these changes - * Description improvements. Closes: #549450 (Thanks, Justin B Rye) diff --git a/sources b/sources index 6fab3cc..da384b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34f29dc728ead3cae50411e7d158a493 moreutils_0.38.tar.gz +a9d9205faf71e806ab3fb6753810e146 moreutils_0.40.tar.gz