Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2018-11-14 14:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Wed Nov 14 14:29:38 2018 rev:448 rq:648726 version:84.87+git20181113.08d4125

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2018-04-16 
12:43:10.465805330 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2018-11-14 
14:29:50.791532294 +0100
@@ -1,0 +2,21 @@
+Tue Nov 13 12:13:24 UTC 2018 - [email protected]
+
+- Update to version 84.87+git20181113.08d4125:
+  * Sync x-genesis-rom extensions with freedesktop DB
+  * test for /applications before adding data dir
+    (bsc#1095969)
+  * Clean up the no_proxy value: not all clients ignore spaces
+    (bsc#1089796)
+  * Add option --version to /sbin/service
+
+-------------------------------------------------------------------
+Wed Nov 07 12:56:56 UTC 2018 - [email protected]
+
+- Update to version 84.87+git20181107.f39a8d1:
+  * Readline: Do not miss common mappings for vi
+  * Readline: Use overwrite-mode on Insert key
+  * Avoid `ls' command in alljava shell scriptlets
+  * bashrc: Change =~ test to globs. Fixes mkshrc.
+  * Update README (#55)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20180409.04c9dae.tar.xz

New:
----
  aaa_base-84.87+git20181113.08d4125.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.VKOPNC/_old  2018-11-14 14:29:52.155530979 +0100
+++ /var/tmp/diff_new_pack.VKOPNC/_new  2018-11-14 14:29:52.155530979 +0100
@@ -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/
 #
 # icecream 0
 
@@ -23,7 +23,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20180409.04c9dae
+Version:        84.87+git20181113.08d4125
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}
@@ -51,7 +51,7 @@
 PreReq:         /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
 Requires(post): fillup
 Summary:        openSUSE Base Package
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Fhs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # run osc service dr to recreate

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.VKOPNC/_old  2018-11-14 14:29:52.195530940 +0100
+++ /var/tmp/diff_new_pack.VKOPNC/_new  2018-11-14 14:29:52.195530940 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/openSUSE/aaa_base.git</param>
-          <param 
name="changesrevision">04c9daea971d58248c64076d41315129a7083629</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">08d412560b1ccecec18d763e5dbfe39651fae663</param></service></servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20180409.04c9dae.tar.xz -> 
aaa_base-84.87+git20181113.08d4125.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20180409.04c9dae/README 
new/aaa_base-84.87+git20181113.08d4125/README
--- old/aaa_base-84.87+git20180409.04c9dae/README       2018-04-09 
09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/README       2018-11-13 
13:12:55.000000000 +0100
@@ -2,7 +2,7 @@
 ========
 
 This repository makes up the tar ball in the aaa_base package
-http://build.opensuse.org/package/show?package=aaa_base&project=Base:System
+https://build.opensuse.org/package/show/Base:System/aaa_base
 
 After commit, checkout Base:System aaa_base and run
   osc service dr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/bash.bashrc 
new/aaa_base-84.87+git20181113.08d4125/files/etc/bash.bashrc
--- old/aaa_base-84.87+git20180409.04c9dae/files/etc/bash.bashrc        
2018-04-09 09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/etc/bash.bashrc        
2018-11-13 13:12:55.000000000 +0100
@@ -137,7 +137,7 @@
            # addition needs to have "%w" in the "tabs" setting, ymmv for
            # other console emulators.
            #
-           if [[ $TERM =~ xterm* ]] ; then
+           if [[ $TERM = *xterm* ]] ; then
                _tsl=$(echo -en '\e]2;')
                _isl=$(echo -en '\e]1;')
                _fsl=$(echo -en '\007')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/inputrc.keys 
new/aaa_base-84.87+git20181113.08d4125/files/etc/inputrc.keys
--- old/aaa_base-84.87+git20180409.04c9dae/files/etc/inputrc.keys       
2018-04-09 09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/etc/inputrc.keys       
2018-11-13 13:12:55.000000000 +0100
@@ -11,19 +11,35 @@
 # Common standard keypad and cursor
 #
 "\e[1~":       beginning-of-line
-"\e[2~":       yank
+$if mode=emacs
+# Note that this file is included for vi-command, vi-insert, and
+# emacs mapping, therefore do switch within the last $include as
+# otherwise the vi modes do miss the common mappings.
+set editing-mode vi
+    set keymap vi-command
+    "\e[2~":   vi-editing-mode
+    "\M-[2~":  vi-editing-mode
+    "\2332~":  vi-editing-mode
+    set keymap vi-insert
+    "\e[2~":   vi-replace
+    "\M-[2~":  vi-replace
+    "\2332~":  vi-replace
+set editing-mode emacs
+    set keymap emacs
+    "\e[2~":   overwrite-mode
+    "\M-[2~":  overwrite-mode
+    "\2332~":  overwrite-mode
+$endif
 "\e[3~":       delete-char
 "\e[4~":       end-of-line
 "\e[5~":       history-search-backward
 "\e[6~":       history-search-forward
 "\M-[1~":      beginning-of-line
-"\M-[2~":      yank
 "\M-[3~":      delete-char
 "\M-[4~":      end-of-line
 "\M-[5~":      history-search-backward
 "\M-[6~":      history-search-forward
 "\2331~":      beginning-of-line
-"\2332~":      yank
 "\2333~":      delete-char
 "\2334~":      end-of-line
 "\2335~":      history-search-backward
@@ -73,31 +89,55 @@
 "\C-\M-[B":      next-history
 "\C-^[[D":      backward-char
 $if term=xterm
-"\e[2;2~":     yank
+$if mode=emacs
+# Note that this file is included for vi-command, vi-insert, and
+# emacs mapping, therefore do switch within the last $include as
+# otherwise the vi modes do miss the common mappings.
+set editing-mode vi
+    set keymap vi-command
+    "\e[2;2~": vi-editing-mode
+    "\e[2;3~": vi-editing-mode
+    "\e[2;4~": vi-editing-mode
+    "\e[2;5~": vi-editing-mode
+    "\e[2;6~": vi-editing-mode
+    "\e[2;7~": vi-editing-mode
+    "\e[2;8~": vi-editing-mode
+    set keymap vi-insert
+    "\e[2;2~": vi-replace
+    "\e[2;3~": vi-replace
+    "\e[2;4~": vi-replace
+    "\e[2;5~": vi-replace
+    "\e[2;6~": vi-replace
+    "\e[2;7~": vi-replace
+    "\e[2;8~": vi-replace
+set editing-mode emacs
+    set keymap emacs
+    "\e[2;2~": overwrite-mode
+    "\e[2;3~": overwrite-mode
+    "\e[2;4~": overwrite-mode
+    "\e[2;5~": overwrite-mode
+    "\e[2;6~": overwrite-mode
+    "\e[2;7~": overwrite-mode
+    "\e[2;8~": overwrite-mode
+$endif
 "\e[3;2~":     delete-char
 "\e[5;2~":     history-search-backward
 "\e[6;2~":     history-search-forward
-"\e[2;3~":     yank
 "\e[3;3~":     delete-char
 "\e[5;3~":     history-search-backward
 "\e[6;3~":     history-search-forward
-"\e[2;4~":     yank
 "\e[3;4~":     delete-char
 "\e[5;4~":     history-search-backward
 "\e[6;4~":     history-search-forward
-"\e[2;5~":     yank
 "\e[3;5~":     delete-char
 "\e[5;5~":     history-search-backward
 "\e[6;5~":     history-search-forward
-"\e[2;6~":     yank
 "\e[3;6~":     delete-char
 "\e[5;6~":     history-search-backward
 "\e[6;6~":     history-search-forward
-"\e[2;7~":     yank
 "\e[3;7~":     delete-char
 "\e[5;7~":     history-search-backward
 "\e[6;7~":     history-search-forward
-"\e[2;8~":     yank
 "\e[3;8~":     delete-char
 "\e[5;8~":     history-search-backward
 "\e[6;8~":     history-search-forward
@@ -198,7 +238,7 @@
 "\C-H":                backward-delete-char
 $if term=xterm
 "\e\303\277":  backward-delete-word
-"\eÿ"          backward-delete-word
+"\eÿ":         backward-delete-word
 $endif
 #
 # Home and End
@@ -215,6 +255,8 @@
 "\2174~":      set-mark
 "\217H":       beginning-of-line
 "\217F":       end-of-line
+"\233H":       beginning-of-line
+"\233F":       end-of-line
 "\e[1;2H":     beginning-of-line
 "\e[1;2F":     end-of-line
 "\e[1;3H":     beginning-of-line
@@ -733,7 +775,28 @@
 "\e\eOl":      delete-char
 "\e\eOM":      accept-line
 "\e\eOn":      delete-char
-"\e\eOp":      yank
+$if mode=emacs
+# Note that this file is included for vi-command, vi-insert, and
+# emacs mapping, therefore do switch within the last $include as
+# otherwise the vi modes do miss the common mappings.
+set editing-mode vi
+    set keymap vi-command
+    "\e\eOp":  vi-editing-mode
+    "\e[2^":   vi-editing-mode
+    "\e[2$":   vi-editing-mode
+    "\e\e[2$": vi-editing-mode
+    set keymap vi-insert
+    "\e\eOp":  vi-replace
+    "\e[2^":   vi-replace
+    "\e[2$":   vi-replace
+    "\e\e[2$": vi-replace
+set editing-mode emacs
+    set keymap emacs
+    "\e\eOp":  overwrite-mode
+    "\e[2^":   overwrite-mode
+    "\e[2$":   overwrite-mode
+    "\e\e[2$": overwrite-mode
+$endif
 "\e\eOq":      end-of-line
 "\e\eOr":      down-history
 "\e\eOs":      history-search-forward
@@ -755,19 +818,16 @@
 "\e\e[D":      backward-word
 "\e\e[A":      history-search-backward
 "\e\e[B":      history-search-forward
-"\e[2^":       yank
 "\e[3^":       delete-char
 "\e[5^":       history-search-backward
 "\e[6^":       history-search-forward
 "\e[7^":       beginning-of-line
 "\e[8^":       end-of-line
-"\e[2$":       yank
 "\e[3$":       delete-char
 "\e[5$":       history-search-backward
 "\e[6$":       history-search-forward
 "\e[7$":       beginning-of-line
 "\e[8$":       end-of-line
-"\e\e[2$":     yank
 "\e\e[3$":     delete-char
 "\e\e[5$":     history-search-backward
 "\e\e[6$":     history-search-forward
@@ -787,7 +847,25 @@
 "\e[1;2B":     down-history
 "\e[1;2H":     beginning-of-line
 "\e[1;2F":     end-of-line
-"\e[2;2~":     yank
+$if mode=emacs
+# Note that this file is included for vi-command, vi-insert, and
+# emacs mapping, therefore do switch within the last $include as
+# otherwise the vi modes do miss the common mappings.
+set editing-mode vi
+    set keymap vi-command
+    "\e[2;2~": vi-editing-mode
+    "\e[2;5~": vi-editing-mode
+    "\e[2;3~": vi-editing-mode
+    set keymap vi-insert
+    "\e[2;2~": vi-replace
+    "\e[2;5~": vi-replace
+    "\e[2;3~": vi-replace
+set editing-mode emacs
+    set keymap emacs
+    "\e[2;2~": overwrite-mode
+    "\e[2;5~": overwrite-mode
+    "\e[2;3~": overwrite-mode
+$endif
 "\e[3;2~":     delete-char
 "\e[5;2~":     history-search-backward
 "\e[6;2~":     history-search-forward
@@ -797,7 +875,6 @@
 "\e[1;5B":     down-history
 "\e[1;5H":     beginning-of-line
 "\e[1;5F":     end-of-line
-"\e[2;5~":     yank
 "\e[3;5~":     delete-char
 "\e[5;5~":     history-search-backward
 "\e[6;5~":     history-search-forward
@@ -807,7 +884,6 @@
 "\e[1;3B":     down-history
 "\e[1;3H":     beginning-of-line
 "\e[1;3F":     end-of-line
-"\e[2;3~":     yank
 "\e[3;3~":     delete-char
 "\e[5;3~":     history-search-backward
 "\e[6;3~":     history-search-forward
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/mime.types 
new/aaa_base-84.87+git20181113.08d4125/files/etc/mime.types
--- old/aaa_base-84.87+git20180409.04c9dae/files/etc/mime.types 2018-04-09 
09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/etc/mime.types 2018-11-13 
13:12:55.000000000 +0100
@@ -1125,7 +1125,7 @@
 application/x-gca-compressed                     gca
 application/x-gdbm                               
 application/x-gdesklets-display                  display
-application/x-genesis-rom                        gen md
+application/x-genesis-rom                        gen smd
 application/x-gettext-translation                gmo
 application/x-glabels                            glabels
 application/x-glade                              glade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/alljava.csh 
new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/alljava.csh
--- old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/alljava.csh      
2018-04-09 09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/alljava.csh      
2018-11-13 13:12:55.000000000 +0100
@@ -13,7 +13,9 @@
 
     if ( ! -d $JDIR ) continue
 
-    foreach JPATH ( $JDIR $JDIR/java `ls -I 'java' -I 'jre' -d $JDIR/*` 
$JDIR/jre )
+    foreach JPATH ( $JDIR $JDIR/java $JDIR/java-[a-z]* $JDIR/java-[0-9]* 
$JDIR/jre $JDIR/jre-[a-z]* $JDIR/jre-[0-9]* )
+
+       if ( ! -d $JPATH ) continue
 
         if ( ! -x $JPATH/bin/java ) continue
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/alljava.sh 
new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/alljava.sh
--- old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/alljava.sh       
2018-04-09 09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/alljava.sh       
2018-11-13 13:12:55.000000000 +0100
@@ -15,7 +15,11 @@
         continue
     fi
 
-    for JPATH in $JDIR $JDIR/java `ls -I 'java' -I 'jre' -d $JDIR/* 
2>/dev/null` $JDIR/jre; do
+    for JPATH in $JDIR $JDIR/java $JDIR/java-[a-z]* $JDIR/java-[0-9]* 
$JDIR/jre $JDIR/jre-[a-z]* $JDIR/jre-[0-9]*; do
+
+       if ! test -d $JPATH; then
+            continue
+       fi
 
         if ! test -x $JPATH/bin/java; then
             continue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/xdg-environment.csh 
new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/xdg-environment.csh
--- 
old/aaa_base-84.87+git20180409.04c9dae/files/etc/profile.d/xdg-environment.csh  
    2018-04-09 09:49:30.000000000 +0200
+++ 
new/aaa_base-84.87+git20181113.08d4125/files/etc/profile.d/xdg-environment.csh  
    2018-11-13 13:12:55.000000000 +0100
@@ -5,7 +5,7 @@
 endif
 set nonomatch
 foreach xdgdir (/usr/local/share /usr/share /etc/opt/gnome/share 
/etc/opt/kde4/share /etc/opt/kde3/share /opt/gnome/share /opt/kde4/share 
/opt/kde3/share /usr/share/gnome)
-    if ( -d "$xdgdir" ) then
+    if ( -d "$xdgdir" && -d "$xdgdir/applications" ) then
        set -l XDG_DATA_DIRS=($XDG_DATA_DIRS $xdgdir)
     endif
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/usr/sbin/service 
new/aaa_base-84.87+git20181113.08d4125/files/usr/sbin/service
--- old/aaa_base-84.87+git20180409.04c9dae/files/usr/sbin/service       
2018-04-09 09:49:30.000000000 +0200
+++ new/aaa_base-84.87+git20181113.08d4125/files/usr/sbin/service       
2018-11-13 13:12:55.000000000 +0100
@@ -3,6 +3,8 @@
 # /sbin/service                Handle boot and runlevel services
 #
 
+VERSION="18.02.16"
+
 sd_booted()
 {
     test -d /sys/fs/cgroup/systemd/
@@ -152,6 +154,12 @@
     exit 1
 }
 
+version ()
+{
+    echo "${0##*/} ver. ${VERSION}"
+    exit 0
+}
+
 help ()
 {
     echo "Usage: ${0##*/} [<options> | <service> [<args>]]"
@@ -184,6 +192,7 @@
     case "$opt" in
     status-all|s)   status_all=1 ;;
     full-restart) full_restart=1 ;;
+    version)               version ;;
     h*)                            help ;;
     *)                    usage ;;
     esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20180409.04c9dae/files/usr/share/fillup-templates/sysconfig.proxy
 
new/aaa_base-84.87+git20181113.08d4125/files/usr/share/fillup-templates/sysconfig.proxy
--- 
old/aaa_base-84.87+git20180409.04c9dae/files/usr/share/fillup-templates/sysconfig.proxy
     2018-04-09 09:49:30.000000000 +0200
+++ 
new/aaa_base-84.87+git20181113.08d4125/files/usr/share/fillup-templates/sysconfig.proxy
     2018-11-13 13:12:55.000000000 +0100
@@ -57,6 +57,6 @@
 ## Type:       string(localhost)
 ## Default:    localhost
 #
-# Example: NO_PROXY="www.me.de, .do.main, localhost"
+# Example: NO_PROXY="www.me.de,.do.main,localhost"
 #
-NO_PROXY="localhost, 127.0.0.1"
+NO_PROXY="localhost,127.0.0.1"


Reply via email to