Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2021-09-25 22:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare"

Sat Sep 25 22:51:17 2021 rev:119 rq:920691 version:20210921T214418.86d06d9

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2021-08-25 20:56:06.169327034 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new.1899/build-compare.changes    
2021-09-25 22:51:22.591343915 +0200
@@ -1,0 +2,15 @@
+Tue Sep 21 19:19:19 UTC 2021 - Stephan Kulow <co...@suse.de>
+
+- Fix build-compare for shadow package
+
+-------------------------------------------------------------------
+Mon Sep 20 08:25:27 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- Properly drop another duration from rpmlint.log
+
+-------------------------------------------------------------------
+Mon Sep  6 07:15:06 UTC 2021 - bwiedem...@suse.de
+
+- Drop another duration from rpmlint.log 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build-compare.spec ++++++
--- /var/tmp/diff_new_pack.szJPsL/_old  2021-09-25 22:51:23.255344760 +0200
+++ /var/tmp/diff_new_pack.szJPsL/_new  2021-09-25 22:51:23.259344765 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Url:            https://github.com/openSUSE/build-compare
-Version:        20210811T224256.f313711
+Version:        20210921T214418.86d06d9
 Release:        0
 Source1:        COPYING
 Source2:        same-build-result.sh

++++++ _service ++++++
--- /var/tmp/diff_new_pack.szJPsL/_old  2021-09-25 22:51:23.311344832 +0200
+++ /var/tmp/diff_new_pack.szJPsL/_new  2021-09-25 22:51:23.311344832 +0200
@@ -1,7 +1,7 @@
 <services>
        <service name="tar_scm" mode="disabled">
                <param name="versionformat">%ci.%h</param>
-               <param 
name="url">git://github.com/openSUSE/build-compare.git</param>
+               <param 
name="url">https://github.com/openSUSE/build-compare.git</param>
                <param name="scm">git</param>
        </service>
        <service name="extract_file" mode="disabled">

++++++ pkg-diff.sh ++++++
--- /var/tmp/diff_new_pack.szJPsL/_old  2021-09-25 22:51:23.335344862 +0200
+++ /var/tmp/diff_new_pack.szJPsL/_new  2021-09-25 22:51:23.339344867 +0200
@@ -893,7 +893,9 @@
          monodis "new/$file" 2>/dev/null|sed -e 's/GUID = {.*}/GUID = { 42 
}/;'> ${file2}
          if ! cmp -s "${file1}" "${file2}"; then
            wprint "$file differs ($ftype)"
-           diff --speed-large-files -u "${file1}" "${file2}"
+           diff --speed-large-files -u \
+             --label "old $file (monodis)" "${file1}" \
+             --label "new $file (monodis)" "${file2}"
            return 1
          fi
        else
@@ -904,9 +906,9 @@
     ELF*executable*|\
     ELF*[LM]SB\ relocatable*|\
     ELF*[LM]SB\ shared\ object*|\
-    setuid\ ELF*[LM]SB\ shared\ object*|\
+    set?id\ ELF*[LM]SB\ shared\ object*|\
     ELF*[LM]SB\ pie\ executable*|\
-    setuid\ ELF*[LM]SB\ pie\ executable*)
+    set?id\ ELF*[LM]SB\ pie\ executable*)
       diff --speed-large-files --unified \
         --label "old $file (disasm)" \
         --label "new $file (disasm)" \

++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.szJPsL/_old  2021-09-25 22:51:23.351344883 +0200
+++ /var/tmp/diff_new_pack.szJPsL/_new  2021-09-25 22:51:23.351344883 +0200
@@ -151,6 +151,7 @@
     /: W: python-bytecode-inconsistent-mtime /d
     /: W: filename-too-long-for-joliet /d
     /: I: \(filelist-initialization\|check-completed\) /s| [0-9]\+\.[0-9] s| 
x.x s|
+    s/; has taken [0-9]\+\.[0-9] s/; has taken x.x s/
     " $file1 $file2
     if ! cmp -s $file1 $file2; then
       echo "rpmlint.log files differ:"

Reply via email to