Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2018-12-19 13:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Wed Dec 19 13:23:59 2018 rev:449 rq:656833 version:84.87+git20181210.841bf8f

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2018-11-14 
14:29:50.791532294 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.28833/aaa_base.changes     
2018-12-19 13:24:00.701338365 +0100
@@ -1,0 +2,6 @@
+Mon Dec 10 12:41:04 UTC 2018 - [email protected]
+
+- Update to version 84.87+git20181210.841bf8f:
+  * Set HISTTIMEFORMAT and HISTCONTROL only if unset (boo#1112653)
+
+-------------------------------------------------------------------

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

New:
----
  aaa_base-84.87+git20181210.841bf8f.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.ELhLXd/_old  2018-12-19 13:24:02.653335986 +0100
+++ /var/tmp/diff_new_pack.ELhLXd/_new  2018-12-19 13:24:02.701335927 +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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 # icecream 0
 
@@ -23,7 +23,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20181113.08d4125
+Version:        84.87+git20181210.841bf8f
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 Provides:       aaa_skel = %{version}-%{release}

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ELhLXd/_old  2018-12-19 13:24:03.321335172 +0100
+++ /var/tmp/diff_new_pack.ELhLXd/_new  2018-12-19 13:24:03.341335148 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/openSUSE/aaa_base.git</param>
-          <param 
name="changesrevision">08d412560b1ccecec18d763e5dbfe39651fae663</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">841bf8f4caca76039640cdd08d4c4b2b46cd832c</param></service></servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20181113.08d4125.tar.xz -> 
aaa_base-84.87+git20181210.841bf8f.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20181113.08d4125/files/etc/bash.bashrc 
new/aaa_base-84.87+git20181210.841bf8f/files/etc/bash.bashrc
--- old/aaa_base-84.87+git20181113.08d4125/files/etc/bash.bashrc        
2018-11-13 13:12:55.000000000 +0100
+++ new/aaa_base-84.87+git20181210.841bf8f/files/etc/bash.bashrc        
2018-12-10 13:37:08.000000000 +0100
@@ -112,7 +112,7 @@
        shopt -s histappend
        # All commands of root will have a time stamp
        if test "$UID" -eq 0  ; then
-           HISTTIMEFORMAT=${HISTTIMEFORMAT:-"%F %H:%M:%S "}
+           : ${HISTTIMEFORMAT="%F %H:%M:%S "}
        fi
        # Force a reset of the readline library
        unset TERMCAP
@@ -308,7 +308,7 @@
     fi
 
     # Do not save dupes and lines starting by space in the bash history file
-    HISTCONTROL=ignoreboth
+    : ${HISTCONTROL=ignoreboth}
     if test "$is" = "ksh" ; then
        # Use a ksh specific history file and enable
        # emacs line editor


Reply via email to