Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2019-08-27 11:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Tue Aug 27 11:58:37 2019 rev:110 rq:723342 version:20190814T133923.4dfa207

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2019-02-24 16:55:07.364916547 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new.7948/build-compare.changes    
2019-08-27 11:58:41.275673368 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 13:27:38 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- pkg-diff.sh: Ignore R build timestamp & temp paths
+  https://github.com/openSUSE/build-compare/pull/34
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.dDUc6V/_old  2019-08-27 11:58:42.267673231 +0200
+++ /var/tmp/diff_new_pack.dDUc6V/_new  2019-08-27 11:58:42.271673231 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20190219T103140.3277313
+Version:        20190814T133923.4dfa207
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.dDUc6V/_old  2019-08-27 11:58:42.335673221 +0200
+++ /var/tmp/diff_new_pack.dDUc6V/_new  2019-08-27 11:58:42.335673221 +0200
@@ -752,6 +752,21 @@
        echo "Ignore $file"
        return 0
        ;;
+    /usr/lib*/R/library/*/DESCRIPTION)
+       # Simulate R CMD INSTALL --built-timestamp=''
+       # Built: R 3.6.1; x86_64-suse-linux-gnu; 2019-08-13 04:19:49 UTC; unix
+       sed -i -e 's|\(Built: [^;]*; [^;]*; 
\)20[0-9][0-9]-[01][0-9]-[0123][0-9] [012][0-9]:[0-5][0-9]:[0-5][0-9] UTC\(; 
.*\)$|\1\2|' old/$file new/$file
+       ;;
+    /usr/lib*/R/library/*/Meta/package.rds)
+       # R binary cache of DESCRIPTION
+       echo "Ignore $file"
+       return 0
+       ;;
+    /usr/lib*/R/library/*/R/*.rd[bx])
+       # binary cache of interpreted R code
+       echo "Ignore $file"
+       return 0
+       ;;
     */Linux*Env.Set.sh)
        # LibreOffice files, contains:
        # Generated on: Mon Apr 18 13:19:22 UTC 2011


Reply via email to