Hello community,

here is the log from the commit of package cervisia for openSUSE:Factory 
checked in at 2017-01-18 21:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cervisia (Old)
 and      /work/SRC/openSUSE:Factory/.cervisia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cervisia"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes        2016-12-17 
10:30:07.810317490 +0100
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2017-01-18 
21:45:36.988250837 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:49:38 UTC 2017 - [email protected]
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  cervisia-16.12.0.tar.xz

New:
----
  cervisia-16.12.1.tar.xz

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

Other differences:
------------------
++++++ cervisia.spec ++++++
--- /var/tmp/diff_new_pack.xgJTIW/_old  2017-01-18 21:45:37.796136565 +0100
+++ /var/tmp/diff_new_pack.xgJTIW/_new  2017-01-18 21:45:37.800135999 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           cervisia
-Version:        16.12.0
+Version:        16.12.1
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        CVS Frontend
 License:        GPL-2.0 and GFDL-1.2 and LGPL-2.0

++++++ cervisia-16.12.0.tar.xz -> cervisia-16.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cervisia-16.12.0/misc.cpp 
new/cervisia-16.12.1/misc.cpp
--- old/cervisia-16.12.0/misc.cpp       2016-10-05 09:10:58.000000000 +0200
+++ new/cervisia-16.12.1/misc.cpp       2016-12-10 10:25:34.000000000 +0100
@@ -213,10 +213,14 @@
     // does the file already exist?
     if( fi.exists() )
     {
+        KGuiItem overwriteItem = KStandardGuiItem::overwrite();
+        overwriteItem.setIconName("document-save");
+        overwriteItem.setToolTip(i18n("Overwrite the file"));
+
         result = (KMessageBox::warningContinueCancel(parent,
                   i18n("A file named \"%1\" already exists. Are you sure you 
want to overwrite it?", fileName),
                   i18n("Overwrite File?"),
-                  KGuiItem(i18n("&Overwrite"), "document-save", 
i18n("Overwrite the file"))) == KMessageBox::Continue);
+                  overwriteItem) == KMessageBox::Continue);
     }
 
     return result;


Reply via email to