Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2020-03-18 12:24:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks"

Wed Mar 18 12:24:32 2020 rev:96 rq:781792 version:84.87+git20200305.61b5cdf

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2020-01-10 17:47:41.242154855 +0100
+++ 
/work/SRC/openSUSE:Factory/.post-build-checks.new.3160/post-build-checks.changes
    2020-03-18 12:30:15.524380401 +0100
@@ -1,0 +2,6 @@
+Thu Mar 05 09:57:18 UTC 2020 - [email protected]
+
+- Update to version 84.87+git20200305.61b5cdf:
+  * Fix ghost logic
+
+-------------------------------------------------------------------

Old:
----
  post-build-checks-84.87+git20200110.2d02f07.tar.xz

New:
----
  post-build-checks-84.87+git20200305.61b5cdf.tar.xz

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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.fnPSA2/_old  2020-03-18 12:30:16.820381214 +0100
+++ /var/tmp/diff_new_pack.fnPSA2/_new  2020-03-18 12:30:16.820381214 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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.87+git20200110.2d02f07
+%define version_unconverted 84.87+git20200305.61b5cdf
 
 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.87+git20200110.2d02f07
+Version:        84.87+git20200305.61b5cdf
 Release:        0
 PreReq:         aaa_base permissions sed
 Requires:       aaa_base-malloccheck

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fnPSA2/_old  2020-03-18 12:30:16.868381244 +0100
+++ /var/tmp/diff_new_pack.fnPSA2/_new  2020-03-18 12:30:16.868381244 +0100
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/post-build-checks.git</param>
-  <param 
name="changesrevision">f347f2e1ffb7a22e1959d7435439dda2525f5176</param></service>
+  <param 
name="changesrevision">b14fe84733d2365bf456b34a61bd0535121ac51d</param></service>
 </servicedata>
\ No newline at end of file

++++++ post-build-checks-84.87+git20200110.2d02f07.tar.xz -> 
post-build-checks-84.87+git20200305.61b5cdf.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-84.87+git20200110.2d02f07/checks-data/findfileconflicts 
new/post-build-checks-84.87+git20200305.61b5cdf/checks-data/findfileconflicts
--- 
old/post-build-checks-84.87+git20200110.2d02f07/checks-data/findfileconflicts   
    2020-01-10 12:43:37.000000000 +0100
+++ 
new/post-build-checks-84.87+git20200305.61b5cdf/checks-data/findfileconflicts   
    2020-03-05 10:56:39.000000000 +0100
@@ -217,7 +217,7 @@
          $modes_ghost[$m] = $ff & 0100;
        }
        my $f = "$n/$bn";
-       if (($ff & 0100) != 0) {
+       if (($ff & 0100) == 0) {
          if (exists $files{$f}) {
            $filesc{$f} ||= [ $files{$f} ];
            push @{$filesc{$f}}, "$pkg/$m";


Reply via email to