Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2012-02-15 16:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/words (Old)
 and      /work/SRC/openSUSE:Factory/.words.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "words", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/words/words.changes      2011-09-23 
12:50:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2012-02-15 
16:19:27.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 11:36:08 UTC 2012 - wer...@suse.de
+
+- Run SuSEconfig is not installed by YaST (bnc#745857) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ words.spec ++++++
--- /var/tmp/diff_new_pack.HjteJl/_old  2012-02-15 16:19:29.000000000 +0100
+++ /var/tmp/diff_new_pack.HjteJl/_new  2012-02-15 16:19:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package words
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -22,7 +22,6 @@
 Version:        7.1
 Release:        2
 Summary:        An English words dictionary
-
 License:        SUSE-Public-Domain
 Url:            http://wordlist.sourceforge.net/
 Group:          Productivity/Office/Dictionary
@@ -30,7 +29,6 @@
 Source1:        sysconfig.words
 Source2:        SuSEconfig.words
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 PreReq:         %fillup_prereq
 Provides:       scowl = %{version}-%{release}
 BuildArch:      noarch
@@ -76,9 +74,10 @@
 
 %build
 test -d result/ || mkdir result
-./mk-list -v2 american 80 > result/american
-./mk-list -v2 british 80 > result/british
-./mk-list -v2 canadian 80 > result/canadian
+chmod +x mk-list
+LC_CTYPE=en_US LC_CTYPE=en_US ./mk-list -v2 american 80 > result/american
+LC_CTYPE=en_GB LC_CTYPE=en_GB ./mk-list -v2 british  80 > result/british
+LC_CTYPE=en_CA LC_CTYPE=en_CA ./mk-list -v2 canadian 80 > result/canadian
 
 %install
 mkdir -p %{buildroot}%{_datadir}/dict
@@ -96,6 +95,9 @@
 
 %post
 %{fillup_only}
+if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.words ; then
+    /sbin/conf.d/SuSEconfig.words
+fi
 
 %preun
 test -L usr/share/dict/words && rm usr/share/dict/words || true

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

Reply via email to