Hello community,

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

Package is "kaccessible"

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

New:
----
  kaccessible-4.13.80.tar.xz

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

Other differences:
------------------
++++++ kaccessible.spec ++++++
--- /var/tmp/diff_new_pack.FUg1Fv/_old  2014-07-16 16:16:50.000000000 +0200
+++ /var/tmp/diff_new_pack.FUg1Fv/_new  2014-07-16 16:16:50.000000000 +0200
@@ -27,7 +27,7 @@
 License:        LGPL-2.1+
 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

++++++ kaccessible-4.13.2.tar.xz -> kaccessible-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccessible-4.13.2/cmake/FindSpeechd.cmake 
new/kaccessible-4.13.80/cmake/FindSpeechd.cmake
--- old/kaccessible-4.13.2/cmake/FindSpeechd.cmake      2013-08-30 
04:43:37.000000000 +0200
+++ new/kaccessible-4.13.80/cmake/FindSpeechd.cmake     2014-06-26 
09:40:52.000000000 +0200
@@ -1,5 +1,5 @@
 # find speech-dispatcher library and header if available
-# Copyright (c) 2009, Jeremy Whiting <[email protected]>
+# Copyright (c) 2009, Jeremy Whiting <[email protected]>
 # Copyright (c) 2011, Raphael Kubo da Costa <[email protected]>
 # This module defines
 #  SPEECHD_INCLUDE_DIR, where to find libspeechd.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccessible-4.13.2/kaccessibleapp.cpp 
new/kaccessible-4.13.80/kaccessibleapp.cpp
--- old/kaccessible-4.13.2/kaccessibleapp.cpp   2013-08-30 04:43:37.000000000 
+0200
+++ new/kaccessible-4.13.80/kaccessibleapp.cpp  2014-06-26 09:40:52.000000000 
+0200
@@ -628,6 +628,7 @@
     delete d;
 }
 
+// #### WRONG, show() is not virtual in QWidget (since Qt 4.0)
 void MainWindow::show()
 {
     if (!d->m_hideMainWin) {
@@ -636,11 +637,7 @@
     }
 }
 
-void MainWindow::hide()
-{
-    KMainWindow::hide();
-}
-
+// Deprecated, won't be called in KF5. Replace with closeEvent, possibly.
 bool MainWindow::queryExit()
 {
     d->m_hideMainWin = isHidden();
@@ -649,7 +646,7 @@
 
 bool MainWindow::queryClose()
 {
-    if (!QObject::sender()) {
+    if (!QObject::sender()) { // ### Looks very fishy, what is this really 
testing for?
         hide();
         return false;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccessible-4.13.2/kaccessibleapp.h 
new/kaccessible-4.13.80/kaccessibleapp.h
--- old/kaccessible-4.13.2/kaccessibleapp.h     2013-08-30 04:43:37.000000000 
+0200
+++ new/kaccessible-4.13.80/kaccessibleapp.h    2014-06-26 09:40:52.000000000 
+0200
@@ -168,8 +168,7 @@
     public:
         explicit MainWindow(KAccessibleApp *app);
         virtual ~MainWindow();
-        virtual void show();
-        virtual void hide();
+        virtual void show(); // wishful thinking, it's not virtual.
         bool queryExit();
         bool queryClose();
     private Q_SLOTS:

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

Reply via email to