Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2013-06-25 09:26:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu_parallel (Old)
 and      /work/SRC/openSUSE:Factory/.gnu_parallel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu_parallel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes        
2013-05-16 10:57:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes   
2013-06-25 14:40:46.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 11:36:03 UTC 2013 - [email protected]
+
+- add fix-pod-syntax.diff to fix build with perl 5.18
+
+-------------------------------------------------------------------

New:
----
  fix-pod-syntax.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnu_parallel.spec ++++++
--- /var/tmp/diff_new_pack.jHI9CY/_old  2013-06-25 14:40:47.000000000 +0200
+++ /var/tmp/diff_new_pack.jHI9CY/_new  2013-06-25 14:40:47.000000000 +0200
@@ -28,6 +28,7 @@
 Source:         http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2
 Source2:        http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2.sig
 Source3:        %name.keyring
+Patch1:         fix-pod-syntax.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %if 0%{?suse_version}
@@ -49,6 +50,7 @@
 %prep
 %{?gpg_verify: %gpg_verify %{S:2}}
 %setup -qn parallel-%version
+%patch -P 1 -p1
 
 %build
 %configure --docdir="%_docdir/%name"

++++++ fix-pod-syntax.diff ++++++
From: Stephan Kulow <[email protected]>
Date: Thu, 20 Jun 2013 13:36:51 +0200
References: http://lists.opensuse.org/opensuse-factory/2013-06/msg00383.html

Index: parallel-20130422/src/parallel.pod
===================================================================
--- parallel-20130422.orig/src/parallel.pod
+++ parallel-20130422/src/parallel.pod
@@ -528,18 +528,18 @@ Print a summary of the options to GNU B<
 
 =over 3
 
-=item 0
+=item Z<>0
 
 Do not halt if a job fails. Exit status will be the number of jobs
 failed. This is the default.
 
-=item 1
+=item Z<>1
 
 Do not start new jobs if a job fails, but complete the running jobs
 including cleanup. The exit status will be the exit status from the
 last failing job.
 
-=item 2
+=item Z<>2
 
 Kill off all jobs immediately and exit without cleanup. The exit
 status will be the exit status from the failing job.
@@ -2752,19 +2752,19 @@ If B<--halt-on-error> 0 or not specified
 
 =over 6
 
-=item 0
+=item Z<>0
 
 All jobs ran without error.
 
-=item 1-253
+=item Z<>1-253
 
 Some of the jobs failed. The exit status gives the number of failed jobs
 
-=item 254
+=item Z<>254
 
 More than 253 jobs failed.
 
-=item 255
+=item Z<>255
 
 Other error.
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to