Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2019-07-08 15:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks"

Mon Jul  8 15:09:34 2019 rev:93 rq:713060 version:84.88+git20190702.429d0e0

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2018-10-29 14:21:44.543635627 +0100
+++ 
/work/SRC/openSUSE:Factory/.post-build-checks.new.4615/post-build-checks.changes
    2019-07-08 15:09:35.867262921 +0200
@@ -1,0 +2,13 @@
+Tue Jul 02 13:25:27 UTC 2019 - [email protected]
+
+- Update to version 84.88+git20190702.429d0e0:
+  * Completly don't use ghosts like files
+  * Ignore ghosts
+
+-------------------------------------------------------------------
+Thu Jun 20 11:54:39 UTC 2019 - Martin Liška <[email protected]>
+
+- Disable LTO as some warnings are emitted late and
+  disappear with usage of -c (boo#1138834).
+
+-------------------------------------------------------------------

Old:
----
  post-build-checks-84.88+git20181015.ceb5c96.tar.xz

New:
----
  post-build-checks-84.88+git20190702.429d0e0.tar.xz

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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.7d71Or/_old  2019-07-08 15:09:36.927263938 +0200
+++ /var/tmp/diff_new_pack.7d71Or/_new  2019-07-08 15:09:36.931263942 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
 #
 
 
-%define version_unconverted 84.88+git20181015.ceb5c96
+%define version_unconverted 84.88+git20190702.429d0e0
 
 Name:           post-build-checks
 Summary:        post checks for build after rpms have been created
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
-Version:        84.88+git20181015.ceb5c96
+Version:        84.88+git20190702.429d0e0
 Release:        0
 PreReq:         aaa_base permissions sed
 Requires:       aaa_base-malloccheck
@@ -54,6 +54,7 @@
 %setup -q
 
 %build
+%define _lto_cflags %{nil}
 # nothing to do
 
 %install

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.7d71Or/_old  2019-07-08 15:09:36.971263981 +0200
+++ /var/tmp/diff_new_pack.7d71Or/_new  2019-07-08 15:09:36.971263981 +0200
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/post-build-checks.git</param>
-  <param 
name="changesrevision">137cb2970fded9e1da947ae920e3ec611002c830</param></service>
+  <param 
name="changesrevision">b3024ef7443ef0a77cb227ce824e3be2010aa071</param></service>
 </servicedata>
\ No newline at end of file

++++++ post-build-checks-84.88+git20181015.ceb5c96.tar.xz -> 
post-build-checks-84.88+git20190702.429d0e0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-84.88+git20181015.ceb5c96/checks-data/findfileconflicts 
new/post-build-checks-84.88+git20190702.429d0e0/checks-data/findfileconflicts
--- 
old/post-build-checks-84.88+git20181015.ceb5c96/checks-data/findfileconflicts   
    2018-10-15 14:30:56.000000000 +0200
+++ 
new/post-build-checks-84.88+git20190702.429d0e0/checks-data/findfileconflicts   
    2019-07-02 15:19:01.000000000 +0200
@@ -217,11 +217,13 @@
          $modes_ghost[$m] = $ff & 0100;
        }
        my $f = "$n/$bn";
-       if (exists $files{$f}) {
-         $filesc{$f} ||= [ $files{$f} ];
-         push @{$filesc{$f}}, "$pkg/$m";
-       } else {
-         $files{$f} = "$pkg/$m";
+       if (($ff & 0100) != 0) {
+         if (exists $files{$f}) {
+           $filesc{$f} ||= [ $files{$f} ];
+           push @{$filesc{$f}}, "$pkg/$m";
+         } else {
+           $files{$f} = "$pkg/$m";
+         }
        }
       }
     }


Reply via email to