Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2017-04-12 17:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Wed Apr 12 17:10:09 2017 rev:103 rq:486461 version:20170331T154431.96db83e

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2017-03-05 17:46:57.744539745 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2017-04-12 17:10:11.458437601 +0200
@@ -1,0 +2,15 @@
+Fri Mar 31 13:44:11 UTC 2017 - [email protected]
+
+- Handle timestamp and checksum in xen.efi
+
+-------------------------------------------------------------------
+Wed Mar 22 19:05:36 UTC 2017 - [email protected]
+
+- Handle _kf5_htmldir, it HAD to be different...
+
+-------------------------------------------------------------------
+Tue Mar 21 11:17:26 UTC 2017 - [email protected]
+
+- Handle /usr/share/vdr/locale/
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.0BmcH5/_old  2017-04-12 17:10:12.950226422 +0200
+++ /var/tmp/diff_new_pack.0BmcH5/_new  2017-04-12 17:10:12.950226422 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20170212T094342.98f72fb
+Version:        20170331T154431.96db83e
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.0BmcH5/_old  2017-04-12 17:10:13.042213401 +0200
+++ /var/tmp/diff_new_pack.0BmcH5/_new  2017-04-12 17:10:13.042213401 +0200
@@ -478,6 +478,11 @@
          fi
        done
        return $ret;;
+     */xen*.efi)
+        # PE32+ executable (EFI application) x86-64 (stripped to external 
PDB), for MS Windows
+        perl -e "open fh, '+<', 'old/$file'; seek fh, 0x80 + 0x08, SEEK_SET; 
print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';"
+        perl -e "open fh, '+<', 'new/$file'; seek fh, 0x80 + 0x08, SEEK_SET; 
print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';"
+        ;;
      *.pyc|*.pyo)
         perl -e "open fh, '+<', 'old/$file'; seek fh, 4, SEEK_SET; print fh 
'0000';"
         perl -e "open fh, '+<', 'new/$file'; seek fh, 4, SEEK_SET; print fh 
'0000';"
@@ -536,7 +541,7 @@
           return 0
         fi
         ;;
-     
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo)
+     
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo|/usr/share/vdr/locale/*/LC_MESSAGES/*.mo)
        for f in old/$file new/$file; do
          sed -i -e "s,POT-Creation-Date: ....-..-.. 
..:..+....,POT-Creation-Date: 1970-01-01 00:00+0000," $f
        done
@@ -549,6 +554,7 @@
       done
       strip_numbered_anchors
     ;;
+    
/usr/share/doc/HTML/*/*/index.cache|/usr/share/doc//HTML/*/*/*/index.cache|\
     
/usr/share/doc/kde/HTML/*/*/index.cache|/usr/share/doc/kde/HTML/*/*/*/index.cache|\
     /usr/share/gtk-doc/html/*/*.html|/usr/share/gtk-doc/html/*/*.devhelp2)
       # various kde and gtk packages


Reply via email to