Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2018-07-18 22:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old)
 and      /work/SRC/openSUSE:Factory/.kpimtextedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpimtextedit"

Wed Jul 18 22:44:08 2018 rev:36 rq:622714 version:18.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes        
2018-06-13 15:24:51.288668768 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2018-07-18 22:44:09.356907133 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:09 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Fix default size
+
+-------------------------------------------------------------------

Old:
----
  kpimtextedit-18.04.2.tar.xz

New:
----
  kpimtextedit-18.04.3.tar.xz

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

Other differences:
------------------
++++++ kpimtextedit.spec ++++++
--- /var/tmp/diff_new_pack.NgQNA5/_old  2018-07-18 22:44:09.896905343 +0200
+++ /var/tmp/diff_new_pack.NgQNA5/_new  2018-07-18 22:44:09.908905304 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.44.0
 Name:           kpimtextedit
-Version:        18.04.2
+Version:        18.04.3
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kpimtextedit-18.04.2.tar.xz -> kpimtextedit-18.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-18.04.2/CMakeLists.txt 
new/kpimtextedit-18.04.3/CMakeLists.txt
--- old/kpimtextedit-18.04.2/CMakeLists.txt     2018-06-05 03:17:09.000000000 
+0200
+++ new/kpimtextedit-18.04.3/CMakeLists.txt     2018-07-10 02:13:59.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(KPimTextEdit VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-18.04.2/po/zh_CN/libkpimtextedit.po 
new/kpimtextedit-18.04.3/po/zh_CN/libkpimtextedit.po
--- old/kpimtextedit-18.04.2/po/zh_CN/libkpimtextedit.po        2018-06-05 
03:17:09.000000000 +0200
+++ new/kpimtextedit-18.04.3/po/zh_CN/libkpimtextedit.po        2018-07-10 
02:13:59.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-12-26 03:19+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:40\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpimtextedit-18.04.2/src/texttospeech/texttospeechwidget.cpp 
new/kpimtextedit-18.04.3/src/texttospeech/texttospeechwidget.cpp
--- old/kpimtextedit-18.04.2/src/texttospeech/texttospeechwidget.cpp    
2018-05-16 13:37:57.000000000 +0200
+++ new/kpimtextedit-18.04.3/src/texttospeech/texttospeechwidget.cpp    
2018-06-12 08:18:38.000000000 +0200
@@ -93,6 +93,7 @@
     hbox->addWidget(d->mConfigureButton);
 
     setTextToSpeechInterface(new TextToSpeechInterface(this, this));
+    setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed));
     hide();
 }
 


Reply via email to