Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2018-09-17 14:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Mon Sep 17 14:25:30 2018 rev:57 rq:634754 version:84.87+git20180809.3335364

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2017-06-12 15:10:06.897283903 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes       
2018-09-17 14:25:33.635828364 +0200
@@ -1,0 +2,8 @@
+Sat Sep  8 01:21:35 UTC 2018 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 84.87+git20180809.3335364:
+  * Handle whitespace in symlinks correctly
+- Use %license
+- Keep brp-65-lib64-linux also on aarch64
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-84.87+git20170602.cec5415.tar.xz

New:
----
  brp-check-suse-84.87+git20180809.3335364.tar.xz

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.WQl8hn/_old  2018-09-17 14:25:34.331827760 +0200
+++ /var/tmp/diff_new_pack.WQl8hn/_new  2018-09-17 14:25:34.331827760 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-check-suse
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,10 +20,10 @@
 AutoReqProv:    off
 Summary:        Build root policy check scripts
 # we need the full perl because of XML Parsing and utf-8 
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 Requires:       perl
-Version:        84.87+git20170602.cec5415
+Version:        84.87+git20180809.3335364
 Release:        0
 Url:            https://github.com/openSUSE/brp-check-suse
 #
@@ -42,7 +42,7 @@
 
 %prep
 %setup -q
-%ifnarch x86_64 s390x ppc64
+%ifnarch x86_64 s390x ppc64 aarch64
 rm brp-65-lib64-linux
 %endif
 
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING
+%license COPYING
 /usr/lib/rpm/*
 
 %changelog

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.WQl8hn/_old  2018-09-17 14:25:34.367827728 +0200
+++ /var/tmp/diff_new_pack.WQl8hn/_new  2018-09-17 14:25:34.367827728 +0200
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
-  <param 
name="changesrevision">27a4b3664084d5edfef57ad905e8fea34e3a62bc</param></service>
+  <param 
name="changesrevision">526ea6b923552de04b99050a97de2d80ea65a5c0</param></service>
 </servicedata>
\ No newline at end of file

++++++ brp-check-suse-84.87+git20170602.cec5415.tar.xz -> 
brp-check-suse-84.87+git20180809.3335364.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20170602.cec5415/brp-25-symlink 
new/brp-check-suse-84.87+git20180809.3335364/brp-25-symlink
--- old/brp-check-suse-84.87+git20170602.cec5415/brp-25-symlink 2017-06-02 
00:12:31.000000000 +0200
+++ new/brp-check-suse-84.87+git20180809.3335364/brp-25-symlink 2018-08-09 
20:36:13.000000000 +0200
@@ -84,7 +84,7 @@
     orig_link_dest="$link_dest"
 
     new_link_dest=NONE
-    link_dir="$(dirname_int $link)"
+    link_dir=$(dirname_int "$link")
 
     case $link_dest in
        .|..|../..) # link to current dir
@@ -160,7 +160,7 @@
        *,/proc/*) # links pointing into /proc file system
             ;;
        *)
-         if test ! -L ./$link_dest && test ! -e $link_dest && test ! -e 
./$link_dest; then
+         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 BuildRequires and 
Requires"
@@ -179,11 +179,11 @@
       fi
     done
 
-    dest_dir="$(dirname_int $link_dest)"
+    dest_dir=$(dirname_int "$link_dest")
 
     # figuring out (currently) correct destination
     if [ "$link_dir" = "$dest_dir" -o  "$dest_dir" = "." ]; then
-       new_link_dest="$(basename_int $link_dest)"
+       new_link_dest=$(basename_int "$link_dest")
     else
        # figuring out top level directory
         top_dir "$link" top_link
@@ -210,7 +210,7 @@
            done
 
            # now we add a .. for every directory component
-           link_tmp="$(dirname_int $link_tmp)"
+           link_tmp=$(dirname_int "$link_tmp")
 
            if [ "$link_tmp" = "$link_dest" ]; then
                new_link_dest=.
@@ -237,7 +237,7 @@
 
     if [ "$new_link_dest" != NONE -a "$new_link_dest" != "$orig_link_dest" ]; 
then
        echo "INFO: relinking $link -> $new_link_dest (was $orig_link_dest)"
-       rm ./$link && ln -s $new_link_dest ./$link
+       rm ./"$link" && ln -s "$new_link_dest" ./"$link"
     fi
 done < <(find . -type l -printf '%p|%h|%l\n')
 


Reply via email to