Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2016-01-16 11:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2015-11-02 12:54:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2016-01-16 11:55:37.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan  1 10:11:14 UTC 2016 - sch...@suse.de
+
+- Fix quoting in find expression
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.p3fTTc/_old  2016-01-16 11:55:38.000000000 +0100
+++ /var/tmp/diff_new_pack.p3fTTc/_new  2016-01-16 11:55:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package build-compare
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20151022T083541.cd832db
+Version:        20160104T085658.0b929c8
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.p3fTTc/_old  2016-01-16 11:55:38.000000000 +0100
+++ /var/tmp/diff_new_pack.p3fTTc/_new  2016-01-16 11:55:38.000000000 +0100
@@ -134,7 +134,7 @@
     SUCCESS=0
   fi
 
-  appdatas=`cd $OTHERDIR && find . -name *-appdata.xml`
+  appdatas=$(cd $OTHERDIR && find . -name "*-appdata.xml")
   for xml in $appdatas; do
     # compare appstream data
     if test -e $OLDDIR/$xml -a -e $OTHERDIR/$xml; then


Reply via email to