Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2015-12-13 09:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2015-11-04 
15:29:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2015-12-13 
09:33:46.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Dec  2 13:50:21 UTC 2015 - [email protected]
+
+- Replace UNICODE double dash with simple ASCII single dash (boo#954909)
+
+-------------------------------------------------------------------
+Tue Nov 24 10:00:58 UTC 2015 - [email protected]
+
+- Use the `+' for find's -exec option as this also respects white
+  spaces in files names but is more like xargs.  Respect status
+  of screen sessions.
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-13.2+git20151027.ca4b24d.tar.xz

New:
----
  aaa_base-13.2+git20151202.f5670c1.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.CPpXou/_old  2015-12-13 09:33:47.000000000 +0100
+++ /var/tmp/diff_new_pack.CPpXou/_new  2015-12-13 09:33:47.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           aaa_base
-Version:        13.2+git20151027.ca4b24d
+Version:        13.2+git20151202.f5670c1
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ aaa_base-13.2+git20151027.ca4b24d.tar.xz -> 
aaa_base-13.2+git20151202.f5670c1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20151027.ca4b24d/files/etc/bash.bashrc 
new/aaa_base-13.2+git20151202.f5670c1/files/etc/bash.bashrc
--- old/aaa_base-13.2+git20151027.ca4b24d/files/etc/bash.bashrc 2015-10-27 
17:27:17.000000000 +0100
+++ new/aaa_base-13.2+git20151202.f5670c1/files/etc/bash.bashrc 2015-12-02 
14:47:54.000000000 +0100
@@ -142,7 +142,7 @@
            elif test -n "$_tsl" -a "$_fsl" ; then
                TS1="$_sc$_tsl%s@%s:%s$_fsl$_rc"
            fi
-           unset _tsl _fsl _sc _rc
+           unset _isl _tsl _fsl _sc _rc
            ppwd () {
                local dir
                local -i width
@@ -182,7 +182,7 @@
            _p=">"
        fi
        if test -z "$EMACS" -a -z "$MC_SID" -a -z "$restricted" -a \
-               -n "$DISPLAY" -a ! -r $HOME/.bash.expert
+               -z "$STY" -a -n "$DISPLAY" -a ! -r $HOME/.bash.expert
        then
            _t="\[\$(ppwd)\]"
        else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20151027.ca4b24d/files/etc/cron.daily/suse.de-backup-rc.config
 
new/aaa_base-13.2+git20151202.f5670c1/files/etc/cron.daily/suse.de-backup-rc.config
--- 
old/aaa_base-13.2+git20151027.ca4b24d/files/etc/cron.daily/suse.de-backup-rc.config
 2015-10-27 17:27:17.000000000 +0100
+++ 
new/aaa_base-13.2+git20151202.f5670c1/files/etc/cron.daily/suse.de-backup-rc.config
 2015-12-02 14:47:54.000000000 +0100
@@ -31,7 +31,7 @@
     test -f /etc/rc.config && ETC_RCCONFIG="/etc/rc.config"
     test -e $RCCONFIG_BACKUP_DIR/sysconfig_recent_md5 && \
         OLD_MD5="`cat $RCCONFIG_BACKUP_DIR/sysconfig_recent_md5`"
-    NEW_MD5="`find $ETC_RCCONFIG /etc/sysconfig -type f –exec cat {} \; | 
md5sum`"
+    NEW_MD5="`find $ETC_RCCONFIG /etc/sysconfig -type f -exec cat {} \+ | 
md5sum`"
     if test "$OLD_MD5" != "$NEW_MD5" ; then
         DATESTRING=`date +"%Y%m%d"`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20151027.ca4b24d/files/etc/csh.cshrc 
new/aaa_base-13.2+git20151202.f5670c1/files/etc/csh.cshrc
--- old/aaa_base-13.2+git20151027.ca4b24d/files/etc/csh.cshrc   2015-10-27 
17:27:17.000000000 +0100
+++ new/aaa_base-13.2+git20151202.f5670c1/files/etc/csh.cshrc   2015-12-02 
14:47:54.000000000 +0100
@@ -116,7 +116,7 @@
   if ( -x /usr/bin/biff ) /usr/bin/biff y
   # If we're running under X11
   if ( ${?DISPLAY} ) then
-    if ( ${?TERM} && ${?EMACS} == 0 && ${?MC_SID} == 0 && ! -r 
$HOME/.csh.expert ) then
+    if ( ${?TERM} && ${?EMACS} == 0 && ${?MC_SID} == 0 && ${?STY} == 0 && ! -r 
$HOME/.csh.expert ) then
       if ( ${TERM} == "xterm" ) then
         alias cwdcmd '(echo -n "\033]2;$USER on ${HOST}: 
$cwd\007\033]1;$HOST\007" > /dev/$tty)'
         cd .


Reply via email to