Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2018-07-03 23:32:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-control-center"

Tue Jul  3 23:32:33 2018 rev:72 rq:620275 version:4.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes    
    2018-05-17 19:32:05.257961737 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2018-07-03 23:32:35.300560628 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 10:21:29 CEST 2018 - [email protected]
+
+- Searching for translated keywords (fate#321043).
+- 4.1.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-control-center-4.1.0.tar.bz2

New:
----
  yast2-control-center-4.1.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.2gJWa6/_old  2018-07-03 23:32:35.740559996 +0200
+++ /var/tmp/diff_new_pack.2gJWa6/_new  2018-07-03 23:32:35.740559996 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-control-center
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-control-center-4.1.0.tar.bz2 -> yast2-control-center-4.1.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-4.1.0/package/yast2-control-center.changes 
new/yast2-control-center-4.1.1/package/yast2-control-center.changes
--- old/yast2-control-center-4.1.0/package/yast2-control-center.changes 
2018-05-15 10:03:39.000000000 +0200
+++ new/yast2-control-center-4.1.1/package/yast2-control-center.changes 
2018-07-02 16:53:58.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jun 26 10:21:29 CEST 2018 - [email protected]
+
+- Searching for translated keywords (fate#321043).
+- 4.1.1
+
+-------------------------------------------------------------------
 Mon May 14 13:36:00 UTC 2018 - [email protected]
 
 - Fixed crash when reading an invalid or incomplete .desktop file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-4.1.0/package/yast2-control-center.spec 
new/yast2-control-center-4.1.1/package/yast2-control-center.spec
--- old/yast2-control-center-4.1.0/package/yast2-control-center.spec    
2018-05-15 10:03:39.000000000 +0200
+++ new/yast2-control-center-4.1.1/package/yast2-control-center.spec    
2018-07-02 16:53:58.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-control-center
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-4.1.0/src/yqdesktopfilesmodel.cpp 
new/yast2-control-center-4.1.1/src/yqdesktopfilesmodel.cpp
--- old/yast2-control-center-4.1.0/src/yqdesktopfilesmodel.cpp  2018-05-15 
10:03:39.000000000 +0200
+++ new/yast2-control-center-4.1.1/src/yqdesktopfilesmodel.cpp  2018-07-02 
16:53:58.000000000 +0200
@@ -255,7 +255,7 @@
            break;
        } 
        case QVariant::StringList: {
-           valueAsString = value.toStringList().join(", ");
+           valueAsString = value.toStringList().join(",");
            break;
        }
        default:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-4.1.0/src/yqmodulesmodel.cpp 
new/yast2-control-center-4.1.1/src/yqmodulesmodel.cpp
--- old/yast2-control-center-4.1.0/src/yqmodulesmodel.cpp       2018-05-15 
10:03:39.000000000 +0200
+++ new/yast2-control-center-4.1.1/src/yqmodulesmodel.cpp       2018-07-02 
16:53:58.000000000 +0200
@@ -187,8 +187,7 @@
     }
     else if ( role == KCategorizedSortFilterProxyModel::KeywordsRole )
     {
-       //FIXME: use translatedPropertyValue
-       return propertyValue( index, "X-SuSE-YaST-Keywords" );
+       return translatedPropertyValue( index, "X-SuSE-YaST-Keywords" );
     }
     else if ( role == GenericNameRole )
     {


Reply via email to