Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2014-07-16 16:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmag (Old)
 and      /work/SRC/openSUSE:Factory/.kmag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmag/kmag.changes        2014-06-19 
13:17:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2014-07-16 
16:17:50.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:45:56 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kmag-4.13.2.tar.xz

New:
----
  kmag-4.13.80.tar.xz

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

Other differences:
------------------
++++++ kmag.spec ++++++
--- /var/tmp/diff_new_pack.MrvpIj/_old  2014-07-16 16:17:51.000000000 +0200
+++ /var/tmp/diff_new_pack.MrvpIj/_new  2014-07-16 16:17:51.000000000 +0200
@@ -26,7 +26,7 @@
 License:        GPL-2.0
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Source0:        %{name}-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kmag-4.13.2.tar.xz -> kmag-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.13.2/kmag.cpp new/kmag-4.13.80/kmag.cpp
--- old/kmag-4.13.2/kmag.cpp    2014-05-01 14:58:09.000000000 +0200
+++ new/kmag-4.13.80/kmag.cpp   2014-05-01 15:02:13.000000000 +0200
@@ -415,13 +415,8 @@
 
 bool KmagApp::queryClose()
 {
-  return (true);
-}
-
-bool KmagApp::queryExit()
-{
   saveOptions();
-  return true;
+  return (true);
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.13.2/kmag.h new/kmag-4.13.80/kmag.h
--- old/kmag-4.13.2/kmag.h      2014-05-01 14:58:09.000000000 +0200
+++ new/kmag-4.13.80/kmag.h     2014-05-01 15:02:13.000000000 +0200
@@ -86,14 +86,6 @@
 
     virtual bool queryClose();
 
-    /** queryExit is called by KTMainWindow when the last window of the 
application is going to be closed during the closeEvent().
-     * Against the default implementation that just returns true, this calls 
saveOptions() to save the settings of the last window's
-     * properties.
-     * @see KTMainWindow#queryExit
-     * @see KTMainWindow#closeEvent
-     */
-    virtual bool queryExit();
-
     /// Catch context menu events
     void contextMenuEvent ( QContextMenuEvent * e );
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to