Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2020-02-27 16:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Thu Feb 27 16:29:38 2020 rev:464 rq:778725 version:84.87+git20200224.7105b32

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2020-02-11 
22:16:45.135283709 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.26092/aaa_base.changes     
2020-02-27 16:29:41.687632836 +0100
@@ -1,0 +2,14 @@
+Mon Feb 24 10:22:08 UTC 2020 - ku...@suse.com
+
+- Update to version 84.87+git20200224.7105b32:
+  * Add usrfiles for protocols and rpc, too
+
+-------------------------------------------------------------------
+Mon Feb 24 10:07:25 UTC 2020 - r...@suse.com
+
+- Update to version 84.87+git20200224.bb11f02:
+  * change feedback url from http://www.suse.de/feedback to
+    https://github.com/openSUSE/aaa_base/issues
+  * added "-h"/"--help" to "old" command (from Bernhard Lang)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20200207.27e2c61.tar.xz

New:
----
  aaa_base-84.87+git20200224.7105b32.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.4sl92Y/_old  2020-02-27 16:29:42.435634100 +0100
+++ /var/tmp/diff_new_pack.4sl92Y/_new  2020-02-27 16:29:42.439634107 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20200207.27e2c61
+Version:        84.87+git20200224.7105b32
 Release:        0
 URL:            https://github.com/openSUSE/aaa_base
 # do not require systemd - aaa_base is in the build environment and we don't

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4sl92Y/_old  2020-02-27 16:29:42.483634181 +0100
+++ /var/tmp/diff_new_pack.4sl92Y/_new  2020-02-27 16:29:42.487634188 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/aaa_base.git</param>
-              <param 
name="changesrevision">27e2c6180a45cca63d71ffa5de7b32dec749d2cd</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">b27e1402705aa9f2140b15e2d7aff32c31445f1e</param></service></servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20200207.27e2c61.tar.xz -> 
aaa_base-84.87+git20200224.7105b32.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20200207.27e2c61/aaa_base.post 
new/aaa_base-84.87+git20200224.7105b32/aaa_base.post
--- old/aaa_base-84.87+git20200207.27e2c61/aaa_base.post        2020-02-07 
15:14:37.000000000 +0100
+++ new/aaa_base-84.87+git20200224.7105b32/aaa_base.post        2020-02-24 
11:21:41.000000000 +0100
@@ -16,12 +16,13 @@
 
 # Fix /etc/nsswitch.conf, either because admin ignored *.rpmnew,
 # or because of YaST bug [bsc#1162916]
-grep -q ^services.*usrfiles /etc/nsswitch.conf
-if [ $? -eq 1 ]; then
-    cp /etc/nsswitch.conf /etc/nsswitch.conf.pre-usrfiles
-    sed -e 's|^\(services:.*[[:space:]]\)files\([[:space:]].*\)*$|\1files 
usrfiles\2|' /etc/nsswitch.conf > /etc/nsswitch.conf.usrfiles
-    mv /etc/nsswitch.conf.usrfiles /etc/nsswitch.conf
-fi
+for key in services protocols rpc ; do
+    grep -q ^${key}.*usrfiles /etc/nsswitch.conf
+    if [ $? -eq 1 ]; then
+       cp /etc/nsswitch.conf /etc/nsswitch.conf.pre-usrfiles.${key}
+       sed -i -e "s|^\(${key}:.*[[:space:]]\)files\([[:space:]].*\)*$|\1files 
usrfiles\2|" /etc/nsswitch.conf
+    fi
+done
 
 for i in language proxy windowmanager ; do
 %{fillup_only -n $i}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20200207.27e2c61/files/etc/inputrc 
new/aaa_base-84.87+git20200224.7105b32/files/etc/inputrc
--- old/aaa_base-84.87+git20200207.27e2c61/files/etc/inputrc    2020-02-07 
15:14:37.000000000 +0100
+++ new/aaa_base-84.87+git20200224.7105b32/files/etc/inputrc    2020-02-24 
11:21:41.000000000 +0100
@@ -6,7 +6,7 @@
 ## Copyright: 2007 SuSE  LINUX Products GmbH, Nuernberg, Germany.
 ##
 ## Author: Werner Fink
-## Please send feedback to http://www.suse.de/feedback
+## Please send feedback to https://github.com/openSUSE/aaa_base/issues
 ##
 
################################################################################
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20200207.27e2c61/files/etc/inputrc.keys 
new/aaa_base-84.87+git20200224.7105b32/files/etc/inputrc.keys
--- old/aaa_base-84.87+git20200207.27e2c61/files/etc/inputrc.keys       
2020-02-07 15:14:37.000000000 +0100
+++ new/aaa_base-84.87+git20200224.7105b32/files/etc/inputrc.keys       
2020-02-24 11:21:41.000000000 +0100
@@ -4,7 +4,7 @@
 ## Copyright: 2017 SUSE Linux GmbH, Nürnberg, Germany.
 ##
 ## Author: Werner Fink
-## Please send feedback to http://www.suse.de/feedback
+## Please send feedback to https://github.com/openSUSE/aaa_base/issues
 ##
 
################################################################################
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20200207.27e2c61/files/usr/bin/old 
new/aaa_base-84.87+git20200224.7105b32/files/usr/bin/old
--- old/aaa_base-84.87+git20200207.27e2c61/files/usr/bin/old    2020-02-07 
15:14:37.000000000 +0100
+++ new/aaa_base-84.87+git20200224.7105b32/files/usr/bin/old    2020-02-24 
11:21:41.000000000 +0100
@@ -5,22 +5,33 @@
 #
 # Copyright (c) 1996-2002 SuSE Linux AG, Nuernberg, Germany.
 #
-# please send bugfixes or comments to http://www.suse.de/feedback.
+# Contributor Bernard Lang
 #
+# please send bugfixes or comments to
+# https://github.com/openSUSE/aaa_base/issues
 #
 # usage - tell user to use program
 #
+# Trick : put a nonexistant file name as first argument if you are worried
+# about the possibility of files called -h or --help
+#
 
 usage() {
     echo usage: "$0" file\|dir [file\|dir ...]
 }
 
-
 if [ $# -eq 0 ] ; then
     usage
     exit
 fi
 
+if [ "$1" = "-h" -o "$1" = "--help" ] ; then
+    echo 'Renames file or directory <name> given in argument list to 
<name>-<date>[<num>]'
+    echo 'adding when necessary a suffix number <num> to avoid already used 
names.'
+    usage
+    exit
+fi
+
 DATESTRING=`date +"%Y%m%d"`
 
 for i in "$@" ; do
@@ -33,6 +44,10 @@
             let NUMBER=$NUMBER+1
         done
         echo moving "$i" to "$NEWNAME"
+       if [ "${i:0:1}" = "-" ] ; then
+           i="./$i"
+           NEWNAME="./$NEWNAME"
+       fi
         mv "$i" "$NEWNAME"
     else
         echo "$i" does not exist.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20200207.27e2c61/files/usr/share/man/man5/defaultdomain.5 
new/aaa_base-84.87+git20200224.7105b32/files/usr/share/man/man5/defaultdomain.5
--- 
old/aaa_base-84.87+git20200207.27e2c61/files/usr/share/man/man5/defaultdomain.5 
    2020-02-07 15:14:37.000000000 +0100
+++ 
new/aaa_base-84.87+git20200224.7105b32/files/usr/share/man/man5/defaultdomain.5 
    2020-02-24 11:21:41.000000000 +0100
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany.
 .\"
-.\" Author: Thorsten Kukuk (http://www.suse.de/feedback)
+.\" Author: Thorsten Kukuk
+.\"     (https://github.com/openSUSE/aaa_base/issues)
 .\"
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License


Reply via email to