Hello community,

here is the log from the commit of package ispell for openSUSE:Factory checked 
in at 2015-02-05 10:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ispell (Old)
 and      /work/SRC/openSUSE:Factory/.ispell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ispell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ispell/ispell.changes    2014-12-17 
19:14:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ispell.new/ispell.changes       2015-02-05 
10:59:31.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb  4 09:07:06 UTC 2015 - [email protected]
+
+- Use real POSIX shell syntax 
+- Fix ispell update script thas is do not try to source old SUSE
+  config files (boo#916001)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ispell.spec ++++++
--- /var/tmp/diff_new_pack.3szpui/_old  2015-02-05 10:59:32.000000000 +0100
+++ /var/tmp/diff_new_pack.3szpui/_new  2015-02-05 10:59:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ispell
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ SuSEconfig.ispell ++++++
--- /var/tmp/diff_new_pack.3szpui/_old  2015-02-05 10:59:32.000000000 +0100
+++ /var/tmp/diff_new_pack.3szpui/_new  2015-02-05 10:59:32.000000000 +0100
@@ -6,28 +6,22 @@
 # This module maintains a symlink `english' pointing to either `american'
 # or `british'.
 
+: ${ROOT:=""}
+: ${UID:="$(id -ru)"}
+
 # check if we are started as root
 # only one of UID and USER must be set correctly
-test -n "$UID" || UID="$(id -ru)"
 if test "$UID" != 0 -a "$USER" != root; then
     echo "You must be root to start $0."
     exit 1
 fi
 
-test -f $ROOT/etc/sysconfig/suseconfig || { echo "No /etc/sysconfig/suseconfig 
found." && exit 1 ; }
-. $ROOT/etc/sysconfig/suseconfig
-
 test -f $ROOT/etc/sysconfig/language || { echo "No /etc/sysconfig/language 
found." && exit 1 ; }
 . $ROOT/etc/sysconfig/language
 
 test -f $ROOT/etc/sysconfig/ispell || { echo "No /etc/sysconfig/ispell found." 
&& exit 1 ; }
 . $ROOT/etc/sysconfig/ispell
 
-if test -n "$ENABLE_SUSECONFIG" -a "$ENABLE_SUSECONFIG" = "no" ; then
-    echo "SuSEconfig is disabled in $ROOT/etc/sysconfig/suseconfig. Exit..."
-    exit 0
-fi
-
 # which dictionaries are installed?
 if [ -f $ROOT/usr/lib/ispell/american.hash -a -f 
$ROOT/usr/lib/ispell/american.aff ]; then
        INSTALLED_AMERICAN="yes"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to