Hello community,

here is the log from the commit of package sarg for openSUSE:Factory checked in 
at 2014-12-09 09:14:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sarg (Old)
 and      /work/SRC/openSUSE:Factory/.sarg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sarg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sarg/sarg.changes        2014-11-18 
22:45:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sarg.new/sarg.changes   2014-12-09 
09:14:01.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 19 23:13:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in sarg-reports script
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ sarg-reports ++++++
--- /var/tmp/diff_new_pack.XVMNKy/_old  2014-12-09 09:14:02.000000000 +0100
+++ /var/tmp/diff_new_pack.XVMNKy/_new  2014-12-09 09:14:02.000000000 +0100
@@ -122,7 +122,9 @@
 ## The configuration is end, so don't touch anything bellow
 
 # TEMP Files
-TMPFILE=/tmp/sarg-reports.$RANDOM
+R=$RANDOM
+[ -n "$R" ] || R="$(od -An -d -N2 /dev/urandom | tr -d ' ')"
+TMPFILE=/tmp/sarg-reports.$R
  ERRORS="${TMPFILE}.errors"
 
 # Date Calc


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to