Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2016-10-20 23:04:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2016-09-30 15:12:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2016-10-20 23:04:40.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 16:40:24 CEST 2016 - r...@suse.de
+
+- pkg-diff.sh: use option --speed-large-files for diffing
+  disassembler output (bsc#1003528)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.UPkcVJ/_old  2016-10-20 23:04:41.000000000 +0200
+++ /var/tmp/diff_new_pack.UPkcVJ/_new  2016-10-20 23:04:41.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20160921T091855.efc253f
+Version:        20161012T163739.10c9ac7
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.UPkcVJ/_old  2016-10-20 23:04:41.000000000 +0200
+++ /var/tmp/diff_new_pack.UPkcVJ/_new  2016-10-20 23:04:41.000000000 +0200
@@ -746,7 +746,7 @@
          monodis new/$file 2>/dev/null|sed -e 's/GUID = {.*}/GUID = { 42 }/;'> 
${file2}
          if ! cmp -s ${file1} ${file2}; then
            echo "$file differs ($ftype)"
-           diff -u ${file1} ${file2}
+           diff --speed-large-files -u ${file1} ${file2}
            return 1
          fi
        else
@@ -770,7 +770,7 @@
        sed -i -e "s,old/,," $file1
        sed -i -e "s,new/,," $file2
        elfdiff=
-       if ! diff -u $file1 $file2 > $dfile; then
+       if ! diff --speed-large-files -u $file1 $file2 > $dfile; then
           echo "$file differs in assembler output"
           head -n 200 $dfile
           elfdiff="1"


Reply via email to