Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2017-06-12 15:10:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Jun 12 15:10:04 2017 rev:56 rq:501311 version:84.87+git20170602.cec5415

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2016-09-12 13:21:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes       
2017-06-12 15:10:06.897283903 +0200
@@ -1,0 +2,7 @@
+Fri Jun 02 08:28:43 UTC 2017 - dims...@opensuse.org
+
+- Update to version 84.87+git20170602.cec5415:
+  * Add missing newline to Category error message
+  * brp-25-symlink: do not relink /etc/os-release
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-84.87+git20160906.bb0a7d0.tar.xz

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

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.tXyCKo/_old  2017-06-12 15:10:08.549050839 +0200
+++ /var/tmp/diff_new_pack.tXyCKo/_new  2017-06-12 15:10:08.553050275 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brp-check-suse
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,11 +19,11 @@
 Name:           brp-check-suse
 AutoReqProv:    off
 Summary:        Build root policy check scripts
+# we need the full perl because of XML Parsing and utf-8 
 License:        GPL-2.0+
 Group:          Development/Tools/Building
-# we need the full perl because of XML Parsing and utf-8 
 Requires:       perl
-Version:        84.87+git20160906.bb0a7d0
+Version:        84.87+git20170602.cec5415
 Release:        0
 Url:            https://github.com/openSUSE/brp-check-suse
 #

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tXyCKo/_old  2017-06-12 15:10:08.609042375 +0200
+++ /var/tmp/diff_new_pack.tXyCKo/_new  2017-06-12 15:10:08.609042375 +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">bb0a7d019919ab4ed17a8d38fb9dddc86d455b67</param></service>
+  <param 
name="changesrevision">27a4b3664084d5edfef57ad905e8fea34e3a62bc</param></service>
 </servicedata>
\ No newline at end of file

++++++ brp-check-suse-84.87+git20160906.bb0a7d0.tar.xz -> 
brp-check-suse-84.87+git20170602.cec5415.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20160906.bb0a7d0/brp-25-symlink 
new/brp-check-suse-84.87+git20170602.cec5415/brp-25-symlink
--- old/brp-check-suse-84.87+git20160906.bb0a7d0/brp-25-symlink 2016-09-06 
10:01:17.000000000 +0200
+++ new/brp-check-suse-84.87+git20170602.cec5415/brp-25-symlink 2017-06-02 
00:12:31.000000000 +0200
@@ -143,6 +143,8 @@
             continue;;
        /sbin/init,*) # don't create absolute symlink for /sbin/init
             continue;;
+       /etc/os-release,*) # don't create absolute symlink for /etc/os-release 
(boo#1028408).
+            continue;;
         *,/etc/alternatives/*) # white list alternatives
              ;;
        *share/automake-*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20160906.bb0a7d0/brp-desktop.data/xdg_menu 
new/brp-check-suse-84.87+git20170602.cec5415/brp-desktop.data/xdg_menu
--- old/brp-check-suse-84.87+git20160906.bb0a7d0/brp-desktop.data/xdg_menu      
2016-09-06 10:01:17.000000000 +0200
+++ new/brp-check-suse-84.87+git20170602.cec5415/brp-desktop.data/xdg_menu      
2017-06-02 00:12:31.000000000 +0200
@@ -1852,7 +1852,7 @@
                        }
                        if ( $menu->{Name} eq 'Applications' or $menu->{Name} 
eq 'More Programs' ) {
                                $output .= "ERROR: No sufficient Category 
definition: $desktop->{file} \n";
-                               $output .= "Please refer to 
https://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories";;
+                               $output .= "Please refer to 
https://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories\n";;
                                $validate_error = 1;
                        }
 


Reply via email to