Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2014-11-01 08:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2014-10-16 14:53:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
    2014-11-01 08:14:03.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Oct 25 18:41:27 UTC 2014 - [email protected]
+
+- remove add-plugins.sh and use /usr/share/myspell directly
+  (bnc#900639)
+
+-------------------------------------------------------------------

Old:
----
  add-plugins.sh.in

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.xSVXkj/_old  2014-11-01 08:14:06.000000000 +0100
+++ /var/tmp/diff_new_pack.xSVXkj/_new  2014-11-01 08:14:06.000000000 +0100
@@ -84,7 +84,6 @@
 Url:            http://www.mozilla.org/products/thunderbird/
 Source:         thunderbird-%{version}-source.tar.xz
 Source1:        thunderbird.desktop
-Source2:        add-plugins.sh.in
 Source3:        mozilla.sh.in
 Source4:        l10n-%{version}.tar.xz
 #Source5:        shipped-locales
@@ -348,10 +347,6 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 install -m 644 %{SOURCE1} \
                
$RPM_BUILD_ROOT%{_datadir}/applications/%{desktop_file_name}.desktop
-# install add-plugins.sh
-sed "s:%%PROGDIR:%{progdir}:g" \
-  %{SOURCE2} > $RPM_BUILD_ROOT%{progdir}/add-plugins.sh
-chmod 755 $RPM_BUILD_ROOT%{progdir}/add-plugins.sh
 # appdata
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
 cp %{SOURCE9} 
$RPM_BUILD_ROOT%{_datadir}/appdata/%{desktop_file_name}.appdata.xml
@@ -430,33 +425,12 @@
 rm -rf %{_tmppath}/translations.*
 %endif
 
-%triggerin -- myspell-dictionary
-%progdir/add-plugins.sh > /dev/null 2>&1
-exit 0
-
-%triggerpostun -- myspell-dictionary
-%progdir/add-plugins.sh > /dev/null 2>&1
-exit 0
-
 %post
-%progdir/add-plugins.sh > /dev/null 2>&1
 %if %suse_version > 1130
 %icon_theme_cache_post
 %endif
 exit 0
 
-%posttrans
-if [ -e %progdir/add-plugins.sh ]; then
-  %progdir/add-plugins.sh > /dev/null 2>&1
-fi
-exit 0
-
-%preun
-if [ "$1" = "0" ]; then # deinstallation
-  rm -f %{progdir}/dictionaries/*
-fi
-exit 0
-
 %postun
 %if %suse_version > 1130
 %icon_theme_cache_postun
@@ -466,7 +440,6 @@
 %files
 %defattr(-,root,root)
 %attr(755,root,root) %{progdir}/%{progname}.sh
-%attr(755,root,root) %{progdir}/add-plugins.sh
 %dir %{progdir}
 %{progdir}/application.ini
 %{progdir}/blocklist.xml


++++++ suse-default-prefs.js ++++++
--- /var/tmp/diff_new_pack.xSVXkj/_old  2014-11-01 08:14:07.000000000 +0100
+++ /var/tmp/diff_new_pack.xSVXkj/_new  2014-11-01 08:14:07.000000000 +0100
@@ -15,3 +15,5 @@
 pref("extensions.autoDisableScopes", 3);
 pref("extensions.shownSelectionUI", true);
 
+// spellcheck
+pref("spellchecker.dictionary_path", "/usr/share/myspell");


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

Reply via email to