Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2016-01-26 10:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2015-04-23 07:55:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes       
2016-01-26 10:14:22.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Jan 13 18:33:25 CET 2016 - [email protected]
+
+- update tarball to actually include last fixes, new version
+  is 13.2+git20150521.971ea2f (bnc#781101)
+- change neededforbuild to BuildRequires in output text in
+  brp-25-symlink
+- do not fail over new DefaultLayout element 
+- brp-25-symlink: handle properly symlinks to root directory
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-13.2+git20150217.031533d.tar.xz

New:
----
  brp-check-suse-13.2+git20150521.971ea2f.tar.xz

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.gqSeiO/_old  2016-01-26 10:14:23.000000000 +0100
+++ /var/tmp/diff_new_pack.gqSeiO/_new  2016-01-26 10:14:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-check-suse
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,7 +23,7 @@
 Group:          Development/Tools/Building
 # we need the full perl because of XML Parsing and utf-8 
 Requires:       perl
-Version:        13.2+git20150217.031533d
+Version:        13.2+git20150521.971ea2f
 Release:        0
 Url:            https://github.com/openSUSE/brp-check-suse
 #

++++++ brp-check-suse-13.2+git20150217.031533d.tar.xz -> 
brp-check-suse-13.2+git20150521.971ea2f.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-13.2+git20150217.031533d/brp-25-symlink 
new/brp-check-suse-13.2+git20150521.971ea2f/brp-25-symlink
--- old/brp-check-suse-13.2+git20150217.031533d/brp-25-symlink  2015-02-17 
00:51:57.000000000 +0100
+++ new/brp-check-suse-13.2+git20150521.971ea2f/brp-25-symlink  2015-05-21 
15:09:12.000000000 +0200
@@ -104,7 +104,9 @@
     # cleaning out double slash
     strip_slashes link_dest
     link_dest="${link_dest%.}"
-    link_dest="${link_dest%/}"
+    if [ "$link_dest" != '/' ]; then
+       link_dest="${link_dest%/}"
+    fi
 
     # eliminating /./ components
     link_dest="${link_dest//\/.\///}"
@@ -159,7 +161,7 @@
          if test ! -L ./$link_dest && test ! -e $link_dest && test ! -e 
./$link_dest; then
            echo "ERROR: link target doesn't exist (neither in build root nor 
in installed system):"
            echo "  $link -> $link_dest"
-           echo "Add the package providing the target to neededforbuild and 
Requires"
+           echo "Add the package providing the target to BuildRequires and 
Requires"
            test "$NO_BRP_STALE_LINK_ERROR" != "yes" && had_errors=1
          fi
          ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-13.2+git20150217.031533d/brp-desktop.data/xdg_menu 
new/brp-check-suse-13.2+git20150521.971ea2f/brp-desktop.data/xdg_menu
--- old/brp-check-suse-13.2+git20150217.031533d/brp-desktop.data/xdg_menu       
2015-02-17 00:51:57.000000000 +0100
+++ new/brp-check-suse-13.2+git20150521.971ea2f/brp-desktop.data/xdg_menu       
2015-05-21 15:09:12.000000000 +0200
@@ -945,6 +945,11 @@
                        interpret_Exclude($tree->[$i], $menu{'entries'}, $pool);
                        $i++;
                }
+                elsif ($tree->[$i] eq 'DefaultLayout') {
+                        $i++;
+                       # just ignore, not important for this test
+                        $i++;
+                }
                elsif ($tree->[$i] eq '0') {
                        $i++;
                        if ($tree->[$i] !~ /^\s*$/) {


Reply via email to