Hello community,

here is the log from the commit of package intlfonts for openSUSE:Factory 
checked in at 2016-04-30 23:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intlfonts (Old)
 and      /work/SRC/openSUSE:Factory/.intlfonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intlfonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/intlfonts/intlfonts.changes      2014-08-05 
10:24:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.intlfonts.new/intlfonts.changes 2016-04-30 
23:26:06.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 15 08:51:08 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- spec file change to avoid transient build failure
+  about the 'for b' loop generating the *pcf.gz files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ intlfonts.spec ++++++
--- /var/tmp/diff_new_pack.cPJWk1/_old  2016-04-30 23:26:07.000000000 +0200
+++ /var/tmp/diff_new_pack.cPJWk1/_new  2016-04-30 23:26:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intlfonts
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -226,7 +226,7 @@
   dirs="$SUBDIRS $SUBDIRS_BIG $SUBDIRS_EFONT"
   for b in $(find $dirs -name '*.bdf') ; do
       p=${b%%.bdf}.pcf
-      test -s ${p}.gz || bdftopcf -o >(gzip -9cf > ${p}.gz) $b
+      test -s ${p}.gz || { bdftopcf -o ${p} $b && gzip -9f ${p}; }
   done
 
 %install



Reply via email to