Hello community,

here is the log from the commit of package dolphin-plugins for openSUSE:Factory 
checked in at 2019-02-15 09:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin-plugins.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin-plugins"

Fri Feb 15 09:56:18 2019 rev:67 rq:673692 version:18.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes  
2019-01-24 14:04:45.847958988 +0100
+++ 
/work/SRC/openSUSE:Factory/.dolphin-plugins.new.28833/dolphin-plugins.changes   
    2019-02-15 09:56:23.443741144 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:50 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * [gitpushdialog] Check GitWrapper::branches index validity
+
+-------------------------------------------------------------------

Old:
----
  dolphin-plugins-18.12.1.tar.xz

New:
----
  dolphin-plugins-18.12.2.tar.xz

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

Other differences:
------------------
++++++ dolphin-plugins.spec ++++++
--- /var/tmp/diff_new_pack.VoxLPQ/_old  2019-02-15 09:56:23.995740969 +0100
+++ /var/tmp/diff_new_pack.VoxLPQ/_new  2019-02-15 09:56:24.007740965 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           dolphin-plugins
-Version:        18.12.1
+Version:        18.12.2
 Release:        0
 Summary:        Version control plugins for Dolphin
 License:        GPL-2.0-or-later

++++++ dolphin-plugins-18.12.1.tar.xz -> dolphin-plugins-18.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-18.12.1/git/pushdialog.cpp 
new/dolphin-plugins-18.12.2/git/pushdialog.cpp
--- old/dolphin-plugins-18.12.1/git/pushdialog.cpp      2018-12-11 
07:55:12.000000000 +0100
+++ new/dolphin-plugins-18.12.2/git/pushdialog.cpp      2019-01-21 
20:23:41.000000000 +0100
@@ -119,7 +119,9 @@
             m_localBranchComboBox->addItem(branch);
         }
     }
-    m_localBranchComboBox->setCurrentText(branches.at(currentBranchIndex));
+    if (currentBranchIndex >= 0) {
+        m_localBranchComboBox->setCurrentText(branches.at(currentBranchIndex));
+    }
     remoteSelectionChanged(m_remoteComboBox->currentText());
 
     //Signals
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-18.12.1/po/zh_CN/fileviewbazaarplugin.po 
new/dolphin-plugins-18.12.2/po/zh_CN/fileviewbazaarplugin.po
--- old/dolphin-plugins-18.12.1/po/zh_CN/fileviewbazaarplugin.po        
2019-01-08 01:14:48.000000000 +0100
+++ new/dolphin-plugins-18.12.2/po/zh_CN/fileviewbazaarplugin.po        
2019-02-05 01:39:42.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2019-01-05 20:55\n"
+"PO-Revision-Date: 2019-01-27 23:11\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-18.12.1/po/zh_CN/fileviewgitplugin.po 
new/dolphin-plugins-18.12.2/po/zh_CN/fileviewgitplugin.po
--- old/dolphin-plugins-18.12.1/po/zh_CN/fileviewgitplugin.po   2019-01-08 
01:14:48.000000000 +0100
+++ new/dolphin-plugins-18.12.2/po/zh_CN/fileviewgitplugin.po   2019-02-05 
01:39:42.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-12 07:56+0100\n"
-"PO-Revision-Date: 2019-01-05 20:55\n"
+"PO-Revision-Date: 2019-01-27 23:11\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-18.12.1/po/zh_CN/fileviewhgplugin.po 
new/dolphin-plugins-18.12.2/po/zh_CN/fileviewhgplugin.po
--- old/dolphin-plugins-18.12.1/po/zh_CN/fileviewhgplugin.po    2019-01-08 
01:14:48.000000000 +0100
+++ new/dolphin-plugins-18.12.2/po/zh_CN/fileviewhgplugin.po    2019-02-05 
01:39:42.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2019-01-05 20:55\n"
+"PO-Revision-Date: 2019-01-27 23:11\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-18.12.1/po/zh_CN/fileviewsvnplugin.po 
new/dolphin-plugins-18.12.2/po/zh_CN/fileviewsvnplugin.po
--- old/dolphin-plugins-18.12.1/po/zh_CN/fileviewsvnplugin.po   2019-01-08 
01:14:48.000000000 +0100
+++ new/dolphin-plugins-18.12.2/po/zh_CN/fileviewsvnplugin.po   2019-02-05 
01:39:42.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2019-01-05 20:55\n"
+"PO-Revision-Date: 2019-01-27 23:11\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to