Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2013-12-19 13:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konquest (Old)
 and      /work/SRC/openSUSE:Factory/.konquest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konquest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/konquest/konquest.changes        2013-12-11 
14:36:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2013-12-19 
13:19:09.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:30:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+-------------------------------------------------------------------

Old:
----
  konquest-4.11.97.tar.xz

New:
----
  konquest-4.12.0.tar.xz

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

Other differences:
------------------
++++++ konquest.spec ++++++
--- /var/tmp/diff_new_pack.apt5rE/_old  2013-12-19 13:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.apt5rE/_new  2013-12-19 13:19:10.000000000 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        4.11.97
+Version:        4.12.0
 Release:        0
 Source0:        konquest-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ konquest-4.11.97.tar.xz -> konquest-4.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.11.97/dialogs/newgamedlg.cc 
new/konquest-4.12.0/dialogs/newgamedlg.cc
--- old/konquest-4.11.97/dialogs/newgamedlg.cc  2013-11-27 22:14:46.000000000 
+0100
+++ new/konquest-4.12.0/dialogs/newgamedlg.cc   2013-12-07 19:58:32.000000000 
+0100
@@ -470,12 +470,14 @@
 {
     Sector *sector = m_game->map()->sector(coord);
     if (!sector) {
+        m_w->OwnerCB->setEnabled(false);
         m_w->KillPercentageSB->setEnabled(false);
         m_w->ProductionSB->setEnabled(false);
         return;
     }
     bool hasPlanet = sector->hasPlanet();
 
+    m_w->OwnerCB->setEnabled(hasPlanet);
     m_w->KillPercentageSB->setEnabled(hasPlanet);
     m_w->ProductionSB->setEnabled(hasPlanet);
 

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

Reply via email to