Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2025-08-02 00:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/words (Old)
 and      /work/SRC/openSUSE:Factory/.words.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "words"

Sat Aug  2 00:42:35 2025 rev:33 rq:1297035 version:2020.12.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/words/words.changes      2023-02-13 
16:43:21.180235675 +0100
+++ /work/SRC/openSUSE:Factory/.words.new.1085/words.changes    2025-08-02 
00:43:25.390698576 +0200
@@ -1,0 +2,5 @@
+Fri Aug  1 10:31:54 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- /etc/sysconfig/language is gone 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ words.spec ++++++
--- /var/tmp/diff_new_pack.pDcQFa/_old  2025-08-02 00:43:26.894761062 +0200
+++ /var/tmp/diff_new_pack.pDcQFa/_new  2025-08-02 00:43:26.922762225 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package words
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ SuSEconfig.words ++++++
--- /var/tmp/diff_new_pack.pDcQFa/_old  2025-08-02 00:43:27.242775520 +0200
+++ /var/tmp/diff_new_pack.pDcQFa/_new  2025-08-02 00:43:27.266776517 +0200
@@ -14,11 +14,13 @@
     exit 1
 fi
 
-test -f $ROOT/etc/sysconfig/language || { echo "No /etc/sysconfig/language 
found." && exit 1 ; }
-. $ROOT/etc/sysconfig/language
-
-test -f $ROOT/etc/sysconfig/words || { echo "No /etc/sysconfig/words found." 
&& exit 1 ; }
-. $ROOT/etc/sysconfig/words
+if test -s $ROOT/etc/sysconfig/words
+then
+       . $ROOT/etc/sysconfig/words
+else
+       echo "No /etc/sysconfig/words found."
+       exit 1
+fi
 
 # which dictionaries are installed?
 if [ -f $ROOT/usr/share/dict/american ]; then

Reply via email to