Hello community,

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

Package is "kmouth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes    2014-06-19 
13:17:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes       2014-07-16 
16:17:55.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:19:36 UTC 2014 - [email protected]
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kmouth-4.13.2.tar.xz

New:
----
  kmouth-4.13.80.tar.xz

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

Other differences:
------------------
++++++ kmouth.spec ++++++
--- /var/tmp/diff_new_pack.YQcx2X/_old  2014-07-16 16:17:56.000000000 +0200
+++ /var/tmp/diff_new_pack.YQcx2X/_new  2014-07-16 16:17:56.000000000 +0200
@@ -27,7 +27,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

++++++ kmouth-4.13.2.tar.xz -> kmouth-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-4.13.2/kmouth.cpp 
new/kmouth-4.13.80/kmouth.cpp
--- old/kmouth-4.13.2/kmouth.cpp        2014-03-24 05:32:11.000000000 +0100
+++ new/kmouth-4.13.80/kmouth.cpp       2014-04-27 01:22:05.000000000 +0200
@@ -335,11 +335,6 @@
 
 bool KMouthApp::queryClose()
 {
-  return true;
-}
-
-bool KMouthApp::queryExit()
-{
   saveOptions();
   return true;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-4.13.2/kmouth.h new/kmouth-4.13.80/kmouth.h
--- old/kmouth-4.13.2/kmouth.h  2014-03-24 05:32:11.000000000 +0100
+++ new/kmouth-4.13.80/kmouth.h 2014-04-27 01:22:05.000000000 +0200
@@ -88,20 +88,13 @@
     /** sets up the statusbar for the main window by initialzing a statuslabel.
      */
     void initStatusBar();
-    /** queryClose is called by KTMainWindow on each closeEvent of a window. 
Against the
+    /** queryClose is called by KMainWindow on each closeEvent of a window. 
Against the
      * default implementation (only returns true), this calles saveModified() 
on the document object to ask if the document shall
      * be saved if Modified; on cancel the closeEvent is rejected.
-     * @see KTMainWindow#queryClose
-     * @see KTMainWindow#closeEvent
+     * @see KMainWindow#queryClose
+     * @see KMainWindow#closeEvent
      */
     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();
 
   public slots:
     /** open a file and load it into the history */

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to