Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2012-06-26 17:41:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/words (Old)
 and      /work/SRC/openSUSE:Factory/.words.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "words", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/words/words.changes      2012-03-26 
14:03:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2012-06-26 
17:41:34.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 14:08:25 UTC 2012 - [email protected]
+
+- Rename and relocate SuSEconfig.ispell
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ words.spec ++++++
--- /var/tmp/diff_new_pack.anV9mU/_old  2012-06-26 17:41:35.000000000 +0200
+++ /var/tmp/diff_new_pack.anV9mU/_new  2012-06-26 17:41:35.000000000 +0200
@@ -112,18 +112,18 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/dict
 ln -sf ../../..%{_datadir}/dict/american 
%{buildroot}%{_localstatedir}/lib/dict/words
 ln -sf ../../../var/lib/dict/words %{buildroot}%{_datadir}/dict/words
-mkdir -p %{buildroot}/sbin/conf.d
+mkdir -p %{buildroot}%{_libexecdir}/words
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
 install -pm 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/
-install -pm 0755 %{SOURCE2} %{buildroot}/sbin/conf.d/
+install -pm 0755 %{SOURCE2} %{buildroot}%{_libexecdir}/words/update
 
 %clean
 rm -rf %{buildroot}
 
 %post
 %{fillup_only}
-if test -z "$YAST_IS_RUNNING" -a -x /sbin/conf.d/SuSEconfig.words ; then
-    /sbin/conf.d/SuSEconfig.words
+if test -z "$YAST_IS_RUNNING" -a -x %{_libexecdir}/words/update ; then
+    %{_libexecdir}/words/update
 fi
 
 %preun
@@ -132,7 +132,8 @@
 %files
 %defattr(-,root,root,-)
 %doc Copyright README
-%attr(755,root,root) /sbin/conf.d/SuSEconfig.words
+%dir %{_libexecdir}/words
+%attr(755,root,root) %{_libexecdir}/words/update
 %{_datadir}/dict/american
 %ghost %{_datadir}/dict/words
 %{_localstatedir}/adm/fillup-templates/sysconfig.words

++++++ sysconfig.words ++++++
--- /var/tmp/diff_new_pack.anV9mU/_old  2012-06-26 17:41:35.000000000 +0200
+++ /var/tmp/diff_new_pack.anV9mU/_new  2012-06-26 17:41:35.000000000 +0200
@@ -3,6 +3,7 @@
 ## Type:        string
 ## Default:     "system american british canadian"
 ## Config:      words
+## Command:     /usr/lib/words/update
 #
 # SuSEconfig.words maintains a symbolic link from the `english' (default)
 # dictionary to either `american' or `british' or `canadian'. In case only one

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

Reply via email to