Hello community,

here is the log from the commit of package fate for openSUSE:Factory checked in 
at 2017-05-04 15:04:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fate (Old)
 and      /work/SRC/openSUSE:Factory/.fate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fate"

Thu May  4 15:04:55 2017 rev:5 rq:482225 version:1.5.5.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fate/fate.changes        2017-03-08 
01:16:44.447192358 +0100
+++ /work/SRC/openSUSE:Factory/.fate.new/fate.changes   2017-05-04 
15:04:57.569742010 +0200
@@ -1,0 +2,5 @@
+Thu Mar 16 12:57:18 UTC 2017 - [email protected]
+
+- limit query title label to a single line, EMail bug from Kai Dupke
+
+-------------------------------------------------------------------

Old:
----
  fate-20170307-5ebdb80.tar.bz2

New:
----
  fate-20170316-1a7005c.tar.bz2

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

Other differences:
------------------
++++++ fate.spec ++++++
--- /var/tmp/diff_new_pack.LnPCV9/_old  2017-05-04 15:04:58.397625124 +0200
+++ /var/tmp/diff_new_pack.LnPCV9/_new  2017-05-04 15:04:58.405623995 +0200
@@ -17,8 +17,8 @@
 
 
 %define baseversion 1.5.5.8
-%define patchlevel  .1
-%define snapshot 20170307-5ebdb80
+%define patchlevel  .2
+%define snapshot 20170316-1a7005c
 Name:           fate
 Version:        %{baseversion}%{patchlevel}
 Release:        0
@@ -29,7 +29,6 @@
 Source0:        fate-%{snapshot}.tar.bz2
 Source1:        mkdist
 Source2:        update
-BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
 BuildRequires:  libctemplate-devel
 BuildRequires:  libkde4-devel

++++++ fate-20170307-5ebdb80.tar.bz2 -> fate-20170316-1a7005c.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fate-20170307-5ebdb80/src/libfate/ui/featurelistview.cpp 
new/fate-20170316-1a7005c/src/libfate/ui/featurelistview.cpp
--- old/fate-20170307-5ebdb80/src/libfate/ui/featurelistview.cpp        
2017-03-07 11:50:53.007419525 +0100
+++ new/fate-20170316-1a7005c/src/libfate/ui/featurelistview.cpp        
2017-03-16 13:39:46.119585684 +0100
@@ -45,7 +45,6 @@
 #include <QBoxLayout>
 #include <QVBoxLayout>
 
-
 #define ENABLE_DEBUG 0
 
 FeatureTableView::FeatureTableView( QWidget *parent, const char *name )
@@ -421,7 +420,8 @@
 
 void FeatureTableView::updateQueryTitle( const QString &title )
 {
-  mQueryTitle->setText(title);
+  mQueryTitle->setText(title.simplified()); // limit to a single line
+  mQueryTitle->setToolTip(title); // this gets overridden by the next resize 
event
 }
 
 void FeatureTableView::updateView()


Reply via email to