diff --git a/INSTALL b/INSTALL index e82fd21..8865734 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Installation Instructions ************************* - Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free -Software Foundation, Inc. + Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software +Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -225,7 +225,7 @@ order to use an ANSI C compiler: and if that doesn't work, install pre-built binaries of GCC for HP-UX. - HP-UX 'make' updates targets which have the same timestamps as their + HP-UX 'make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. diff --git a/retry.spec.in b/retry.spec.in index d903012..e500b88 100644 --- a/retry.spec.in +++ b/retry.spec.in @@ -29,7 +29,7 @@ is passed to stdout once and once only. %prep %setup -q -rm -rf %{_builddir}/%{name}-%{version}/debian + %build %configure %make_build @@ -45,6 +45,9 @@ rm -rf %{_builddir}/%{name}-%{version}/debian %license COPYING %changelog +* Wed Jan 04 2022 Graham Leggett - 1.0.5-1 +- Allow multiple comma separated delay values. +- End getopt parsing on first non-option argument. * Tue Feb 18 2020 Graham Leggett - 1.0.4-1 - Fix an issue where the stdout of the retried command was not correctly captured on the second try.