Hello community,

here is the log from the commit of package ksh for openSUSE:Factory
checked in at Wed Jun 1 12:46:35 CEST 2011.



--------
--- ksh/ksh.changes     2011-05-24 18:36:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/ksh/ksh.changes        2011-06-01 
11:33:24.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 11:23:03 CEST 2011 - wer...@suse.de
+
+- Correct timetype.sh ... nevertheless typeset -T does not work
+  with array types as this requires ksh93u
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ ksh.spec ++++++
--- /var/tmp/diff_new_pack.dWN5ez/_old  2011-06-01 12:46:13.000000000 +0200
+++ /var/tmp/diff_new_pack.dWN5ez/_new  2011-06-01 12:46:13.000000000 +0200
@@ -37,7 +37,7 @@
 %endif
 AutoReqProv:    on
 Version:        93t
-Release:        194
+Release:        196
 Summary:        Korn Shell
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         INIT.2010-06-21.tar.bz2

++++++ ksh93.dif ++++++
--- /var/tmp/diff_new_pack.dWN5ez/_old  2011-06-01 12:46:13.000000000 +0200
+++ /var/tmp/diff_new_pack.dWN5ez/_new  2011-06-01 12:46:13.000000000 +0200
@@ -246,6 +246,17 @@
                done > /dev/null
        EOF
      } 2>> /dev/null
+--- src/cmd/ksh93/tests/timetype.sh
++++ src/cmd/ksh93/tests/timetype.sh    2011-05-25 07:45:35.763926377 +0000
+@@ -58,7 +58,7 @@
+ [[ ${tt[0]} == *+00:00 ]] || err_exit 'tt[0] is not yesterday'
+ [[ ${tt[1]} == *+00:00 ]] || err_exit 'tt[1] is not today'
+ [[ ${tt[2]} == *+00:00 ]] || err_exit 'tt[2] is not tomorrow'
+-[[ ${tt[3]} == *+14:00 ]] || err_exit 'tt[0] is not 2pm'
++[[ ${tt[3]} == *+14:00 ]] || err_exit 'tt[3] is not 2pm'
+ unset tt
+ Time_t tt=('2008-08-11+00:00:00,yesterday' '2008-08-11+00:00:00,today' 
'2008-08-11+00:00:00,tomorrow')
+ tt[3]=9am
 --- src/lib/libast/disc/memfatal.c
 +++ src/lib/libast/disc/memfatal.c     2009-07-09 13:30:39.000000000 +0000
 @@ -72,7 +72,7 @@ memfatal(void)


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



Remember to have fun...

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

Reply via email to