Hello community,

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

Package is "kfourinline"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes  2014-06-19 
13:17:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes     
2014-07-16 16:17:28.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:17:31 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:
----
  kfourinline-4.13.2.tar.xz

New:
----
  kfourinline-4.13.80.tar.xz

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

Other differences:
------------------
++++++ kfourinline.spec ++++++
--- /var/tmp/diff_new_pack.ZF6clr/_old  2014-07-16 16:17:29.000000000 +0200
+++ /var/tmp/diff_new_pack.ZF6clr/_new  2014-07-16 16:17:29.000000000 +0200
@@ -23,7 +23,7 @@
 License:        LGPL-2.0+
 Group:          Amusements/Toys/Other
 Url:            http://www.kde.org
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Source0:        kfourinline-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kfourinline-4.13.2.tar.xz -> kfourinline-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-4.13.2/src/kwin4.cpp 
new/kfourinline-4.13.80/src/kwin4.cpp
--- old/kfourinline-4.13.2/src/kwin4.cpp        2013-07-30 06:09:05.000000000 
+0200
+++ new/kfourinline-4.13.80/src/kwin4.cpp       2014-04-27 09:14:00.000000000 
+0200
@@ -209,12 +209,12 @@
 }
 
 
-// Called by KMainWindow when the last window of the application is
-bool KWin4App::queryExit()
+// Called by Qt when the window is closed
+void KWin4App::closeEvent(QCloseEvent *event)
 {
   endGame();
   saveProperties();
-  return true;
+  KXmlGuiWindow::closeEvent(event);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfourinline-4.13.2/src/kwin4.h 
new/kfourinline-4.13.80/src/kwin4.h
--- old/kfourinline-4.13.2/src/kwin4.h  2013-07-30 06:09:05.000000000 +0200
+++ new/kfourinline-4.13.80/src/kwin4.h 2014-04-27 09:14:00.000000000 +0200
@@ -123,12 +123,9 @@
     */
     virtual void readProperties(const KConfigGroup& grp);
 
-    /** Called by KMainWindow when the last window of the application is
-     * going to be closed.
-     * @see KMainWindow#queryExit
-     * @see KMainWindow#closeEvent
+    /** Called by Qt when closing the window
      */
-    virtual bool queryExit();
+    void closeEvent(QCloseEvent *event);
 
     /** Retrieve the theme file from the theme index number give.
       * @param idx The theme index number [0..]

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

Reply via email to