Hello community,

here is the log from the commit of package libreoffice-openclipart for 
openSUSE:Factory checked in at 2013-01-29 14:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-openclipart (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice-openclipart.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice-openclipart", Maintainer is "pmla...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libreoffice-openclipart/libreoffice-openclipart.changes
  2012-06-01 22:32:31.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-openclipart.new/libreoffice-openclipart.changes
     2013-01-29 14:19:20.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 25 22:01:12 UTC 2013 - tchva...@suse.com
+
+- Try to make the package buildable on new archs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libreoffice-openclipart.spec ++++++
--- /var/tmp/diff_new_pack.JpL6je/_old  2013-01-29 14:19:21.000000000 +0100
+++ /var/tmp/diff_new_pack.JpL6je/_new  2013-01-29 14:19:21.000000000 +0100
@@ -106,6 +106,7 @@
        #
        # add too big files to the black list (svg import is somewhat slow)
        blacklist=`mktemp /tmp/gengal.blacklist.XXXXXX`
+       failed=`mktemp /tmp/gengal.failed.XXXXXX`
        IFS_saved="$IFS"
 IFS="
 "
@@ -122,11 +123,14 @@
        echo "Enf of the list"
        #
        # xargs is necessary because the list of files is quite long
-       find $dir -name "*.svg" -print0 | \
-       LC_CTYPE=C sort -z | \
-       grep -z -v -f $blacklist | \
-       { xargs -0 $GENGAL_BIN -headless  --name "$gal_name" --path 
$RPM_BUILD_DIR/%name-%version --number-from "%gal_num_from" || exit 1; }
+       for file in `find $dir -name "*.svg" -print | LC_CTYPE=C sort -z | grep 
-v -f $blacklist` ; do
+               $GENGAL_BIN -headless  --name "$gal_name" --path 
$RPM_BUILD_DIR/%name-%version --number-from "%gal_num_from" "$file" || echo 
"$file" >> $failed
+       done
        rm $blacklist
+
+       echo "Failed files:"
+       cat $failed
+       rm $failed
 done
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to