Hello community,

here is the log from the commit of package brp-check-suse for 
openSUSE:Leap:15.2 checked in at 2020-05-06 20:39:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.brp-check-suse.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Wed May  6 20:39:13 2020 rev:10 rq:749827 version:84.87+git20181106.224b37d

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/brp-check-suse/brp-check-suse.changes  
2020-01-15 14:49:00.245363411 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.brp-check-suse.new.2738/brp-check-suse.changes    
    2020-05-06 20:39:15.552504611 +0200
@@ -1,0 +2,15 @@
+Tue Nov 06 14:35:26 UTC 2018 - r...@suse.de
+
+- Update to version 84.87+git20181106.224b37d:
+  * brp-15-strip-debug: deal with libs where file outputs
+    more text after "not stripped" (bsc#1114695)
+
+-------------------------------------------------------------------
+Sat Sep  8 01:21:35 UTC 2018 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- 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+git20181106.224b37d.tar.xz

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.NeefNa/_old  2020-05-06 20:39:16.032505605 +0200
+++ /var/tmp/diff_new_pack.NeefNa/_new  2020-05-06 20:39:16.036505614 +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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -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+git20181106.224b37d
 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.NeefNa/_old  2020-05-06 20:39:16.100505746 +0200
+++ /var/tmp/diff_new_pack.NeefNa/_new  2020-05-06 20:39:16.100505746 +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">224b37ddbcb79dc12b0932cd7341b801d38cb0f0</param></service>
 </servicedata>
\ No newline at end of file

++++++ brp-check-suse-84.87+git20170602.cec5415.tar.xz -> 
brp-check-suse-84.87+git20181106.224b37d.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20170602.cec5415/brp-15-strip-debug 
new/brp-check-suse-84.87+git20181106.224b37d/brp-15-strip-debug
--- old/brp-check-suse-84.87+git20170602.cec5415/brp-15-strip-debug     
2017-06-02 00:12:31.000000000 +0200
+++ new/brp-check-suse-84.87+git20181106.224b37d/brp-15-strip-debug     
2018-11-06 15:30:54.000000000 +0100
@@ -29,7 +29,7 @@
        -prune -o \
        -type f \( -perm /0111 -o -name "*.so*" \) \
        -exec file {} + | \
-    sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped/\1/p'
+    sed -n -e 's/^\(.*\):[ ]*ELF.*, not stripped.*$/\1/p'
 )
 
 # Don't strip debuginfo from static libs, but compiler-generated local symbols
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+git20181106.224b37d/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+git20181106.224b37d/brp-25-symlink 2018-11-06 
15:30:54.000000000 +0100
@@ -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