Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2020-05-11 13:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Mon May 11 13:25:55 2020 rev:114 rq:801854 version:20200508T210136.9aadd6e

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2020-04-15 20:06:45.198115674 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new.2738/build-compare.changes    
2020-05-11 13:25:57.099180376 +0200
@@ -1,0 +2,6 @@
+Tue May  5 05:05:05 UTC 2020 - o...@aepfle.de
+
+- handle oddly named ZIP archives
+- touch watchdog every 15 instead of 57 minutes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.q6znaL/_old  2020-05-11 13:25:58.747183831 +0200
+++ /var/tmp/diff_new_pack.q6znaL/_new  2020-05-11 13:25:58.751183839 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20200331T115051.28bf642
+Version:        20200508T210136.9aadd6e
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.q6znaL/_old  2020-05-11 13:25:58.827183998 +0200
+++ /var/tmp/diff_new_pack.q6znaL/_new  2020-05-11 13:25:58.831184007 +0200
@@ -6,7 +6,7 @@
 # Written by Michael Matz and Stephan Coolo
 # Enhanced by Andreas Jaeger
 declare -i watchdog_host_timeout_seconds='3600'
-declare -i watchdog_touch_percent_prior_timeout='96'
+declare -i watchdog_touch_percent_prior_timeout='25'
 declare -i watchdog_next_touch_seconds=0
 
 function watchdog_reset
@@ -1047,6 +1047,11 @@
            return 1
        fi
        ;;
+    Zip\ archive\ data,*)
+      if ! compare_archive "${file}" 'archive_zip' ; then
+        return 1
+      fi
+      ;;
      POSIX\ tar\ archive)
           mv old/$file{,.tar}
           mv new/$file{,.tar}


Reply via email to