rpms/moreutils/F-8 .cvsignore, 1.5, 1.6 moreutils.spec, 1.5, 1.6 sources, 1.5, 1.6

Marc Bradshaw (deebs) fedora-extras-commits at redhat.com
Tue May 20 04:41:00 UTC 2008


Author: deebs

Update of /cvs/pkgs/rpms/moreutils/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15232/F-8

Modified Files:
	.cvsignore moreutils.spec sources 
Log Message:
new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	12 Feb 2008 23:58:29 -0000	1.5
+++ .cvsignore	20 May 2008 04:40:18 -0000	1.6
@@ -1 +1 @@
-moreutils_0.28.tar.gz
+moreutils_0.30.tar.gz


Index: moreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/F-8/moreutils.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- moreutils.spec	13 Feb 2008 00:37:30 -0000	1.5
+++ moreutils.spec	20 May 2008 04:40:18 -0000	1.6
@@ -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 @@
   - 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 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 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 @@
 
 
 %changelog
+* Tue May 20 2008 Marc Bradshaw <fedora at marcbradshaw.co.uk> 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 <fedora at marcbradshaw.co.uk> 0.28-3%{?dist}
 - fixed typo in changelog
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	12 Feb 2008 23:58:29 -0000	1.5
+++ sources	20 May 2008 04:40:18 -0000	1.6
@@ -1 +1 @@
-d2b0befa26113b78f61d566b3815ec6e  moreutils_0.28.tar.gz
+436125ebe74b4c1247cf03402fa55f21  moreutils_0.30.tar.gz




More information about the fedora-extras-commits mailing list