Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2016-11-12 13:32:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mailcommon (Old)
 and      /work/SRC/openSUSE:Factory/.mailcommon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mailcommon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes    2016-10-18 
10:14:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes       
2016-11-12 13:32:51.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:12:00 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+-------------------------------------------------------------------

Old:
----
  mailcommon-16.08.2.tar.xz

New:
----
  mailcommon-16.08.3.tar.xz

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

Other differences:
------------------
++++++ mailcommon.spec ++++++
--- /var/tmp/diff_new_pack.ajnmxH/_old  2016-11-12 13:32:52.000000000 +0100
+++ /var/tmp/diff_new_pack.ajnmxH/_new  2016-11-12 13:32:52.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mailcommon
-Version:        16.08.2
+Version:        16.08.3
 Release:        0
 Summary:        Base package of kdepim
 License:        GPL-2.0 and LGPL-2.1+

++++++ mailcommon-16.08.2.tar.xz -> mailcommon-16.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.08.2/CMakeLists.txt 
new/mailcommon-16.08.3/CMakeLists.txt
--- old/mailcommon-16.08.2/CMakeLists.txt       2016-10-06 13:30:55.000000000 
+0200
+++ new/mailcommon-16.08.3/CMakeLists.txt       2016-10-31 09:01:55.000000000 
+0100
@@ -18,19 +18,19 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-set(PIM_VERSION "5.3.2")
+set(PIM_VERSION "5.3.3")
 set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.3.2")
-set(MESSAGELIB_LIB_VERSION "5.3.2")
+set(AKONADIMIME_LIB_VERSION "5.3.3")
+set(MESSAGELIB_LIB_VERSION "5.3.3")
 set(QT_REQUIRED_VERSION "5.5.0")
-set(KMIME_LIB_VERSION "5.3.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.3.2")
-set(KLDAP_LIB_VERSION "5.3.2")
-set(MAILIMPORTER_LIB_VERSION "5.3.2")
-set(LIBKDEPIM_LIB_VERSION "5.3.2")
-set(PIMCOMMON_LIB_VERSION "5.3.2")
+set(KMIME_LIB_VERSION "5.3.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.3.3")
+set(KLDAP_LIB_VERSION "5.3.3")
+set(MAILIMPORTER_LIB_VERSION "5.3.3")
+set(LIBKDEPIM_LIB_VERSION "5.3.3")
+set(PIMCOMMON_LIB_VERSION "5.3.3")
 
-set(AKONADI_VERSION "5.3.2")
+set(AKONADI_VERSION "5.3.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.08.2/src/tag/addtagdialog.cpp 
new/mailcommon-16.08.3/src/tag/addtagdialog.cpp
--- old/mailcommon-16.08.2/src/tag/addtagdialog.cpp     2016-10-06 
13:30:55.000000000 +0200
+++ new/mailcommon-16.08.3/src/tag/addtagdialog.cpp     2016-10-31 
09:01:55.000000000 +0100
@@ -63,8 +63,8 @@
     connect(d->mTagWidget->tagNameLineEdit(), &KLineEdit::textChanged, this, 
&AddTagDialog::slotTagNameChanged);
 
     QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel, this);
-    d->mOkButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     d->mOkButton = buttonBox->button(QDialogButtonBox::Ok);
+    d->mOkButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     connect(buttonBox, &QDialogButtonBox::accepted, this, 
&AddTagDialog::slotSave);
     connect(buttonBox, &QDialogButtonBox::rejected, this, 
&AddTagDialog::reject);
     d->mOkButton->setDefault(true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-16.08.2/src/tag/tagwidget.cpp 
new/mailcommon-16.08.3/src/tag/tagwidget.cpp
--- old/mailcommon-16.08.2/src/tag/tagwidget.cpp        2016-10-06 
13:30:55.000000000 +0200
+++ new/mailcommon-16.08.3/src/tag/tagwidget.cpp        2016-10-31 
09:01:55.000000000 +0100
@@ -74,6 +74,7 @@
       d(new MailCommon::TagWidgetPrivate)
 {
     QGridLayout *settings = new QGridLayout(this);
+    settings->setMargin(0);
 
     //Stretcher layout for adding some space after the label
     QVBoxLayout *spacer = new QVBoxLayout();


Reply via email to