Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2013-05-16 17:40:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksirk (Old)
 and      /work/SRC/openSUSE:Factory/.ksirk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksirk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes      2013-04-18 
10:33:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2013-05-16 
17:40:57.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May  4 17:27:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+-------------------------------------------------------------------

Old:
----
  ksirk-4.10.2.tar.xz

New:
----
  ksirk-4.10.3.tar.xz

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

Other differences:
------------------
++++++ ksirk.spec ++++++
--- /var/tmp/diff_new_pack.j5hKYM/_old  2013-05-16 17:40:58.000000000 +0200
+++ /var/tmp/diff_new_pack.j5hKYM/_new  2013-05-16 17:40:58.000000000 +0200
@@ -21,7 +21,7 @@
 License:        GPL-2.0+ and LGPL-2.0+
 Group:          Amusements/Games/Strategy/Turn Based
 Url:            http://www.kde.org
-Version:        4.10.2
+Version:        4.10.3
 Release:        0
 Source0:        ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++++++ ksirk-4.10.2.tar.xz -> ksirk-4.10.3.tar.xz ++++++
Files old/ksirk-4.10.2/doc/index.cache.bz2 and 
new/ksirk-4.10.3/doc/index.cache.bz2 differ
Files old/ksirk-4.10.2/doc/ksirkskineditor/index.cache.bz2 and 
new/ksirk-4.10.3/doc/ksirkskineditor/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.10.2/ksirk/Dialogs/kplayersetupwidget.cpp 
new/ksirk-4.10.3/ksirk/Dialogs/kplayersetupwidget.cpp
--- old/ksirk-4.10.2/ksirk/Dialogs/kplayersetupwidget.cpp       2013-03-01 
08:16:50.000000000 +0100
+++ new/ksirk-4.10.3/ksirk/Dialogs/kplayersetupwidget.cpp       2013-05-03 
06:39:53.000000000 +0200
@@ -120,6 +120,7 @@
     slotNationChanged();
     isComputerCheckBox->setCheckState(Qt::Unchecked);
 //     
init(m_automaton,m_onu,m_newGameSetup->players().size()+1,"",false,"",false,m_nations,"",
 m_newGameSetup);
+    setLabelText();
     emit next();
   }
   
@@ -141,6 +142,7 @@
     nameLineEdit->setText(player->name());
     passwordEdit->setText(player->password());
     
isComputerCheckBox->setCheckState(player->computer()?Qt::Checked:Qt::Unchecked);
+    setLabelText();
     delete player;
   }
 }
@@ -261,8 +263,7 @@
 void KPlayerSetupWidget::init(NewPlayerData* player)
 {
   kDebug() << (void*)player;
-  QString labelString = i18n("Player Number %1, please type in your name and 
choose your nation:",m_newGameSetup->players().size());
-  TextLabel1-> setText(labelString);
+  setLabelText();
 
   /// @TODO set the correct nation and password and computer state
   
@@ -286,6 +287,12 @@
   nameLineEdit->setFocus();
 }
 
+void KPlayerSetupWidget::setLabelText()
+{
+    QString labelString = i18n("Player Number %1, please type in your name and 
choose your nation:", m_newGameSetup->players().size() + 1);
+    TextLabel1->setText(labelString);
+}
+
 } // namespace Ksirk
 
 #include "kplayersetupwidget.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.10.2/ksirk/Dialogs/kplayersetupwidget.h 
new/ksirk-4.10.3/ksirk/Dialogs/kplayersetupwidget.h
--- old/ksirk-4.10.2/ksirk/Dialogs/kplayersetupwidget.h 2013-03-01 
08:16:50.000000000 +0100
+++ new/ksirk-4.10.3/ksirk/Dialogs/kplayersetupwidget.h 2013-05-03 
06:39:53.000000000 +0200
@@ -86,6 +86,7 @@
   void fillNationsCombo();
   
   bool isAvailable(QString nationName);
+  void setLabelText();
 
   GameLogic::GameAutomaton* m_automaton;
   QString m_name;

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

Reply via email to