Browse Source

upgrading package: parallel 20100822 -> 20100906

Ralf S. Engelschall 15 years ago
parent
commit
76e37cee1e
2 changed files with 13 additions and 8 deletions
  1. 11 6
      parallel/parallel.patch
  2. 2 2
      parallel/parallel.spec

+ 11 - 6
parallel/parallel.patch

@@ -1,17 +1,22 @@
 Index: src/Makefile.in
---- src/Makefile.in.orig	2010-08-22 03:04:36.000000000 +0200
-+++ src/Makefile.in	2010-08-22 11:08:16.000000000 +0200
-@@ -453,11 +453,11 @@
+--- src/Makefile.in.orig	2010-09-06 00:21:10.000000000 +0200
++++ src/Makefile.in	2010-09-06 15:08:48.000000000 +0200
+@@ -457,15 +457,15 @@
  
  parallel.html: parallel Makefile
  	pod2html $(srcdir)/parallel > $(srcdir)/parallel.html
--	rm $(srcdir)/pod2htm*
+-	rm -f $(srcdir)/pod2htm*
 +	-rm -f $(srcdir)/pod2htm*
  
  sem.html: sem.pod Makefile
  	pod2html $(srcdir)/sem.pod > $(srcdir)/sem.html
--	rm $(srcdir)/pod2htm*
+-	rm -f $(srcdir)/pod2htm*
++	-rm -f $(srcdir)/pod2htm*
+ 
+ sql.html: sql Makefile
+ 	pod2html $(srcdir)/sql > $(srcdir)/sql.html
+-	rm -f $(srcdir)/pod2htm*
 +	-rm -f $(srcdir)/pod2htm*
  
  sem: parallel
- 	ln -s parallel sem
+ 	ln -fs parallel sem

+ 2 - 2
parallel/parallel.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        ShellUtils
 License:      GPL
-Version:      20100822
-Release:      20100822
+Version:      20100906
+Release:      20100906
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/parallel/parallel-%{version}.tar.bz2