Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2015-05-11 19:37:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonnet (Old)
 and      /work/SRC/openSUSE:Factory/.sonnet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonnet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes    2015-04-13 
20:27:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes       2015-05-11 
19:48:20.000000000 +0200
@@ -1,0 +2,10 @@
+Sun May  3 19:50:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * Don't try to highlight if there is no spell checker found.
+    This would lead to an infinite loop with rehighlighRequest
+    timer firing constanty.
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+-------------------------------------------------------------------

Old:
----
  sonnet-5.9.0.tar.xz

New:
----
  sonnet-5.10.0.tar.xz

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

Other differences:
------------------
++++++ sonnet.spec ++++++
--- /var/tmp/diff_new_pack.8dIOJC/_old  2015-05-11 19:48:21.000000000 +0200
+++ /var/tmp/diff_new_pack.8dIOJC/_new  2015-05-11 19:48:21.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:           sonnet
-Version:        5.9.0
+Version:        5.10.0
 Release:        0
 #BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 2.8.12

++++++ dictionary-locations.patch ++++++
--- /var/tmp/diff_new_pack.8dIOJC/_old  2015-05-11 19:48:21.000000000 +0200
+++ /var/tmp/diff_new_pack.8dIOJC/_new  2015-05-11 19:48:21.000000000 +0200
@@ -1,8 +1,8 @@
 diff --git a/src/plugins/hunspell/hunspellclient.cpp 
b/src/plugins/hunspell/hunspellclient.cpp
-index 9e3aa67..bf2ca71 100644
+index 46963ef..80c2636 100644
 --- a/src/plugins/hunspell/hunspellclient.cpp
 +++ b/src/plugins/hunspell/hunspellclient.cpp
-@@ -46,7 +46,7 @@ SpellerPlugin *HunspellClient::createSpeller(const QString 
&language)
+@@ -47,7 +47,7 @@ SpellerPlugin *HunspellClient::createSpeller(const QString 
&language)
  QStringList HunspellClient::languages() const
  {
      QStringList lst;
@@ -12,13 +12,13 @@
          QStringList lstDic = 
dir.entryList(QStringList(QStringLiteral("*.dic")), QDir::Files);
          foreach (const QString &tmp, lstDic) {
 diff --git a/src/plugins/hunspell/hunspelldict.cpp 
b/src/plugins/hunspell/hunspelldict.cpp
-index 621113d..5baa65f 100644
+index fda4a4c..489bc9b 100644
 --- a/src/plugins/hunspell/hunspelldict.cpp
 +++ b/src/plugins/hunspell/hunspelldict.cpp
-@@ -30,9 +30,9 @@ HunspellDict::HunspellDict(const QString &lang)
+@@ -31,9 +31,9 @@ HunspellDict::HunspellDict(const QString &lang)
      : SpellerPlugin(lang), m_speller(0)
  {
-     qDebug() << " HunspellDict::HunspellDict( const QString& lang ):" << lang;
+     qCDebug(SONNET_HUNSPELL) << " HunspellDict::HunspellDict( const QString& 
lang ):" << lang;
 -    QString dic = QStringLiteral("/usr/share/myspell/dicts/%1.dic").arg(lang);
 +    QString dic = QStringLiteral("/usr/share/hunspell/%1.dic").arg(lang);
      if (QFileInfo(dic).exists()) {

++++++ sonnet-5.9.0.tar.xz -> sonnet-5.10.0.tar.xz ++++++
++++ 2997 lines of diff (skipped)


Reply via email to