rpms/moreutils/devel .cvsignore, 1.9, 1.10 import.log, 1.4, 1.5 moreutils.spec, 1.10, 1.11 sources, 1.9, 1.10

deebs deebs at fedoraproject.org
Thu Jul 16 04:59:42 UTC 2009


Author: deebs

Update of /cvs/pkgs/rpms/moreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21478/devel

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	4 Jul 2009 07:37:01 -0000	1.9
+++ .cvsignore	16 Jul 2009 04:59:12 -0000	1.10
@@ -1 +1 @@
-moreutils_0.35.tar.gz
+moreutils_0.36.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	4 Jul 2009 07:37:01 -0000	1.4
+++ import.log	16 Jul 2009 04:59:12 -0000	1.5
@@ -2,3 +2,4 @@ moreutils-0_31-1_fc9:HEAD:moreutils-0.31
 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:HEAD:moreutils-0.35-1.fc10.src.rpm:1246692984
+moreutils-0_36-1_fc10:HEAD:moreutils-0.36-1.fc10.src.rpm:1247720299


Index: moreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/devel/moreutils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- moreutils.spec	4 Jul 2009 07:37:01 -0000	1.10
+++ moreutils.spec	16 Jul 2009 04:59:12 -0000	1.11
@@ -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-
   - 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}%{_bindi
 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}%{_mand
 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 <fedora at marcbradshaw.co.uk> 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 <fedora at marcbradshaw.co.uk> 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/moreutils/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	4 Jul 2009 07:37:01 -0000	1.9
+++ sources	16 Jul 2009 04:59:12 -0000	1.10
@@ -1 +1 @@
-e3089831539284f740f0180ec589d079  moreutils_0.35.tar.gz
+c2df31a6c2e1ab5344808d5401365fba  moreutils_0.36.tar.gz




More information about the fedora-extras-commits mailing list