Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2014-01-27 11:17:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgoldrunner (Old)
 and      /work/SRC/openSUSE:Factory/.kgoldrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgoldrunner"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2013-12-19 
13:18:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes     
2014-01-27 11:17:50.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 16:00:39 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  kgoldrunner-4.12.0.tar.xz

New:
----
  kgoldrunner-4.12.1.tar.xz

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

Other differences:
------------------
++++++ kgoldrunner.spec ++++++
--- /var/tmp/diff_new_pack.FI8eff/_old  2014-01-27 11:17:51.000000000 +0100
+++ /var/tmp/diff_new_pack.FI8eff/_new  2014-01-27 11:17:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kgoldrunner
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            http://www.kde.org
-Version:        4.12.0
+Version:        4.12.1
 Release:        0
 Source0:        kgoldrunner-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kgoldrunner-4.12.0.tar.xz -> kgoldrunner-4.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-4.12.0/src/kgrselector.cpp 
new/kgoldrunner-4.12.1/src/kgrselector.cpp
--- old/kgoldrunner-4.12.0/src/kgrselector.cpp  2013-11-11 07:34:54.000000000 
+0100
+++ new/kgoldrunner-4.12.1/src/kgrselector.cpp  2014-01-06 06:32:02.000000000 
+0100
@@ -37,6 +37,9 @@
 
 #include <QPainter>
 
+#include <QApplication>
+#include <QDesktopWidget>
+
 #include <KGlobalSettings>
 #include <KConfigGroup>
 #include <KIntNumInput>
@@ -225,6 +228,13 @@
     int cell =  slParent->width() / (FIELDWIDTH + 4);
     dad->      setMinimumSize ((FIELDWIDTH*cell/2), (FIELDHEIGHT-3)*cell);
 
+    // Avoid spilling into the Taskbar or Apple Dock area if they get too 
close.
+    // Otherwise allow the dialog to choose its size and then be resizeable.
+    const QRect avail = QApplication::desktop()->availableGeometry(this);
+    if ((avail.height() - slParent->height()) <= 120) {
+        dad->setFixedHeight (slParent->height() - 120);        // Keep 120 for 
buttons.
+    }
+
     // Set the default for the level-number in the scrollbar.
     number->   setTracking (true);
     number->setValue (defaultLevel);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-4.12.0/themes/nostalgia-blues.desktop 
new/kgoldrunner-4.12.1/themes/nostalgia-blues.desktop
--- old/kgoldrunner-4.12.0/themes/nostalgia-blues.desktop       2013-11-11 
07:34:54.000000000 +0100
+++ new/kgoldrunner-4.12.1/themes/nostalgia-blues.desktop       2014-01-06 
06:32:02.000000000 +0100
@@ -62,7 +62,7 @@
 Description[et]=KGoldrunneri teema, mis toob silme ette taas 8-bitise 
välimuse... aga nüüd siniselt!
 Description[eu]=KGoldrunner-en gai bat 8 bit-eko itxura dakarrena... orain 
urdinean!
 Description[fa]=یک چهره برای فرار با جواحرات کخ ظاهر ۸ بیتی را به یاد می‌آورد، 
حالا در رنگ آبی
-Description[fi]=KGoldrunnerin teema, joka tuo takaisin 8-bittisen tyylin... 
nyt sinisenä!
+Description[fi]=KGoldrunnerin teema, joka tuo takaisin 8-bittisen tyylin… nyt 
sinisenä!
 Description[fr]=Un thème pour Kgoldrunner revenant à cet aspect en 256 
couleurs... en bleu maintenant !
 Description[ga]=Téama le haghaidh KGoldrunner a dhéanann athbheochan ar an 
gcuma 8-giotán... leagan gorm anois!
 Description[gl]=Un tema visual para KGoldrunner que nos lembra a aquel aspecto 
dos 8 bits... agora en azul!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-4.12.0/themes/nostalgia.desktop 
new/kgoldrunner-4.12.1/themes/nostalgia.desktop
--- old/kgoldrunner-4.12.0/themes/nostalgia.desktop     2013-11-11 
07:34:54.000000000 +0100
+++ new/kgoldrunner-4.12.1/themes/nostalgia.desktop     2014-01-06 
06:32:02.000000000 +0100
@@ -66,7 +66,7 @@
 Description[et]=KGoldrunneri teema, mis toob silme ette taas 8-bitise 
välimuse...
 Description[eu]=KGoldrunner-en gai eskalagarri bat 8 bit-eko itxura 
dakarrena...
 Description[fa]=یک چهره قابل تغییر اندازه برای فرار با جواهرات که ظاهر ۸ بیتی 
را به یاد می‌اورد
-Description[fi]=Skaalautuva KGoldrunnerin teema, joka tuo takaisin 8-bittisen 
tyylin...
+Description[fi]=Skaalautuva KGoldrunnerin teema, joka tuo takaisin 8-bittisen 
tyylin…
 Description[fr]=Un thème redimensionnable pour Kgoldrunner revenant à cet 
aspect en 256 couleurs...
 Description[ga]=Téama inscálaithe le haghaidh KGoldrunner a dhéanann 
athbheochan ar an gcuma 8-giotán...
 Description[gl]=Un tema visual vectorial para KGoldrunner que nos lembra ao 
aquel aspecto dos 8-bits...

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

Reply via email to