Hello community,

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

Package is "lskat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lskat/lskat.changes      2014-06-19 
13:18:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2014-07-16 
16:19:03.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:20:38 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:
----
  lskat-4.13.2.tar.xz

New:
----
  lskat-4.13.80.tar.xz

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

Other differences:
------------------
++++++ lskat.spec ++++++
--- /var/tmp/diff_new_pack.7wWpe9/_old  2014-07-16 16:19:04.000000000 +0200
+++ /var/tmp/diff_new_pack.7wWpe9/_new  2014-07-16 16:19:04.000000000 +0200
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Card
 Url:            http://www.kde.org
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Source0:        lskat-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ lskat-4.13.2.tar.xz -> lskat-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.13.2/src/mainwindow.cpp 
new/lskat-4.13.80/src/mainwindow.cpp
--- old/lskat-4.13.2/src/mainwindow.cpp 2014-05-08 00:52:07.000000000 +0200
+++ new/lskat-4.13.80/src/mainwindow.cpp        2014-05-08 00:36:53.000000000 
+0200
@@ -206,14 +206,14 @@
 
 
 // Called by KMainWindow when the last window of the application is
-bool Mainwindow::queryExit()
+void Mainwindow::closeEvent(QCloseEvent *event)
 {
   if (mEngine)
   {
     mEngine->stopGame();
   }
   saveProperties();
-  return true;
+  KXmlGuiWindow::closeEvent(event);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.13.2/src/mainwindow.h 
new/lskat-4.13.80/src/mainwindow.h
--- old/lskat-4.13.2/src/mainwindow.h   2014-05-08 00:52:07.000000000 +0200
+++ new/lskat-4.13.80/src/mainwindow.h  2014-05-08 00:36:53.000000000 +0200
@@ -154,12 +154,9 @@
      */
     virtual void readProperties();
 
-    /** Called by KMainWindow when the last window of the application is
-     * going to be closed.
-     * @see KMainWindow#queryExit
-     * @see KMainWindow#closeEvent
+    /** Called by KMainWindow 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