diff --git a/.cvsignore b/.cvsignore index 2de5e91..e18b295 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -moreutils_0.28.tar.gz +moreutils_0.30.tar.gz diff --git a/moreutils.spec b/moreutils.spec index 67acd09..72fd2ad 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,6 +1,6 @@ Name: moreutils -Version: 0.28 -Release: 3%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System License: GPLv2 @@ -28,6 +28,7 @@ Requires: perl-TimeDate perl-Time-Duration - zrun: automatically uncompress arguments to command - 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 %prep %setup -qn %{name} @@ -58,6 +59,7 @@ install -m0755 pee %{buildroot}%{_bindir} install -m0755 zrun %{buildroot}%{_bindir} install -m0755 mispipe %{buildroot}%{_bindir} install -m0755 lckdo %{buildroot}%{_bindir} +install -m0755 ifne %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 install -m644 sponge.1 %{buildroot}%{_mandir}/man1/ install -m644 vidir.1 %{buildroot}%{_mandir}/man1/ @@ -70,6 +72,7 @@ install -m644 pee.1 %{buildroot}%{_mandir}/man1/ 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/ %clean rm -rf %{buildroot} @@ -83,6 +86,20 @@ rm -rf %{buildroot} %changelog +* Tue May 20 2008 Marc Bradshaw 0.30-1%{?dist} +- new upstream version 0.29 released with these changes +- * Add ifne, contributed by Javier Merino. +- * sponge, ifne: Ensure that suspending/resuming doesn't result in partial writes of the data, by using fwrite() rather than write(). +- * sponge: Handle large data sizes by using a temp file rather than by consuming arbitrary amounts of memory. Patch by Brock Noland. +- * ts: Allow both -r and a format to be specified, to parse dates and output in a specified format. +- * ts: Fix bug in timezone regexp. +- New upstream version 0.30 released with these changes +- * debhelper v7; rules file minimisation +- * Use DESTDIR instead of PREFIX. +- * Add a DOCBOOK2XMAN setting. (Greg KH) +- * ifne: Add -n which makes it run the command if stdin is empty. +- * ifne: If no command is specified, print usage information. + * Wed Feb 13 2008 Marc Bradshaw 0.28-3%{?dist} - fixed typo in changelog diff --git a/sources b/sources index 3887c9b..f3f1cfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2b0befa26113b78f61d566b3815ec6e moreutils_0.28.tar.gz +436125ebe74b4c1247cf03402fa55f21 moreutils_0.30.tar.gz