Hello community,

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

Package is "kbreakout"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes      2014-02-20 
07:57:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2014-03-18 
16:10:15.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:41:18 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+-------------------------------------------------------------------
+Fri Mar  7 11:23:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kbreakout-4.12.2.tar.xz

New:
----
  kbreakout-4.12.90.tar.xz

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

Other differences:
------------------
++++++ kbreakout.spec ++++++
--- /var/tmp/diff_new_pack.IgImM1/_old  2014-03-18 16:10:15.000000000 +0100
+++ /var/tmp/diff_new_pack.IgImM1/_new  2014-03-18 16:10:15.000000000 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Breakout
 Url:            http://www.kde.org
-Version:        4.12.2
+Version:        4.12.90
 Release:        0
 Source0:        kbreakout-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ kbreakout-4.12.2.tar.xz -> kbreakout-4.12.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/kbreakout.desktop 
new/kbreakout-4.12.90/kbreakout.desktop
--- old/kbreakout-4.12.2/kbreakout.desktop      2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/kbreakout.desktop     2014-03-04 06:54:54.000000000 
+0100
@@ -22,6 +22,7 @@
 Name[ja]=KBreakOut
 Name[kk]=KBreakOut
 Name[km]=KBreakOut
+Name[ko]=KBreakOut
 Name[lt]=KBreakOut
 Name[lv]=KBreakOut
 Name[mr]=के-ब्रेक-आउट
@@ -76,6 +77,7 @@
 GenericName[ja]=ブロック崩しゲーム
 GenericName[kk]=Breakout-секілді ойын
 GenericName[km]=ល្បែង​ដូច​នឹង Breakout
+GenericName[ko]=벽돌 깨기 게임
 GenericName[lt]=Breakout-tipo žaidimas
 GenericName[lv]=Klucīšu izsišanas spēle
 GenericName[mr]=ब्रेकआउट सारखा खेळ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/src/main.cpp 
new/kbreakout-4.12.90/src/main.cpp
--- old/kbreakout-4.12.2/src/main.cpp   2013-09-15 06:14:38.000000000 +0200
+++ new/kbreakout-4.12.90/src/main.cpp  2014-03-04 06:54:54.000000000 +0100
@@ -25,7 +25,7 @@
 
 int main (int argc, char *argv[])
 {
-    KAboutData aboutData("kbreakout", 0, ki18n("KBreakOut"), "1.0.0");
+    KAboutData aboutData("kbreakout", 0, ki18n("KBreakOut"), "1.1.0");
     aboutData.setShortDescription(ki18n("A breakout like game for KDE"));
     aboutData.setLicense(KAboutData::License_GPL);
     aboutData.setCopyrightStatement(ki18n("(c) 2007-2008 Fela Winkelmolen"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/src/mainwindow.cpp 
new/kbreakout-4.12.90/src/mainwindow.cpp
--- old/kbreakout-4.12.2/src/mainwindow.cpp     2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/src/mainwindow.cpp    2014-03-04 06:54:54.000000000 
+0100
@@ -87,6 +87,12 @@
     setupGUI(defaultSize, 
         KXmlGuiWindow::Keys | KXmlGuiWindow::Save| KXmlGuiWindow::Create);
 
+    if (isFullScreen()) {
+        menuBar()->hide();
+    } else {
+        menuBar()->show();
+    }
+
     // show here (instead of in main) else the mouse can't be grabbed
     show(); 
     gameEngine->start("default");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/src/qml/logic.js 
new/kbreakout-4.12.90/src/qml/logic.js
--- old/kbreakout-4.12.2/src/qml/logic.js       2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/src/qml/logic.js      2014-03-04 06:54:54.000000000 
+0100
@@ -869,10 +869,10 @@
         // make multiple bricks single
         if (brick.type == "MultipleBrick3") {
             brick.type = "MultipleBrick1";
-            score += Globals.AUTO_BRICK_SCORE * 2;
+            score += Globals.AUTOBRICK_SCORE * 2;
         } else if (brick.type == "MultipleBrick2") {
             brick.type = "MultipleBrick1";
-            score += Globals.AUTO_BRICK_SCORE;
+            score += Globals.AUTOBRICK_SCORE;
         }
     }
 }
@@ -893,6 +893,7 @@
 
         newBall.toBeFired = ball.toBeFired;
         newBall.spriteKey = ball.spriteKey;
+        newBall.type = ball.type;
         newBall.posX = ball.posX;
         newBall.posY = ball.posY;
         newBalls.push(newBall);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/IceWorld.desktop 
new/kbreakout-4.12.90/themes/IceWorld.desktop
--- old/kbreakout-4.12.2/themes/IceWorld.desktop        2013-09-15 
06:14:38.000000000 +0200
+++ new/kbreakout-4.12.90/themes/IceWorld.desktop       2014-03-04 
06:54:54.000000000 +0100
@@ -22,6 +22,7 @@
 Name[ja]=氷の世界
 Name[kk]=Мұзды дүние
 Name[km]=ពិភព​ទឹក​កក
+Name[ko]=얼음 세계
 Name[lt]=Ledinis pasaulis
 Name[lv]=Ledus pasaule
 Name[mr]=आइस-वर्ल्ड
@@ -71,6 +72,7 @@
 Description[ja]=寒々しい氷のテーマ
 Description[kk]=Мұзды нақышы
 Description[km]=ស្បែក​ដូច​ទឹកកក
+Description[ko]=얼음처럼 차가운 테마
 Description[lv]=Ledaina tēma
 Description[mr]=बर्फा सारखी शैली
 Description[nb]=Iskaldt tema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/alienbreakout.desktop 
new/kbreakout-4.12.90/themes/alienbreakout.desktop
--- old/kbreakout-4.12.2/themes/alienbreakout.desktop   2013-09-15 
06:14:38.000000000 +0200
+++ new/kbreakout-4.12.90/themes/alienbreakout.desktop  2014-03-04 
06:54:54.000000000 +0100
@@ -17,6 +17,7 @@
 Name[it]=Breakout alieno
 Name[kk]=Бөтен Breakout
 Name[km]=Breakout របស់​ Alien
+Name[ko]=외계인 깨기
 Name[lv]=Citplanētiešu izlaušanās
 Name[mr]=एलियन ब्रेकआउट
 Name[nb]=Romvesen-utbrutt
@@ -56,6 +57,7 @@
 Description[it]=Rompi tutto tu prima degli alieni.
 Description[kk]=Бөтендер дейінгі Breakout
 Description[km]=បំបែក​ឲ្យ​បាន​មុន​ aliens ។
+Description[ko]=외계인이 깨트리기 전에 깨십시오.
 Description[lv]=Izlauzies, pirms to izdara citplanētieši.
 Description[mr]=एलियन्स च्या अगोदर ब्रेकआउट करा.
 Description[nb]=Bryt deg ut for romvesenene gjør det.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/crystal.desktop 
new/kbreakout-4.12.90/themes/crystal.desktop
--- old/kbreakout-4.12.2/themes/crystal.desktop 2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/themes/crystal.desktop        2014-03-04 
06:54:54.000000000 +0100
@@ -22,6 +22,7 @@
 Name[ja]=クリスタル・クリア
 Name[kk]=Судай таза
 Name[km]=គ្រីស្តាល់​ថ្លា
+Name[ko]=맑은 수정
 Name[lv]=Kristāldzidra
 Name[mr]=क्रिस्टल प्रमाणे स्वच्छ
 Name[nb]=Krystallklart
@@ -68,6 +69,7 @@
 Description[ja]=KBreakOut の Crystal 風テーマ
 Description[kk]=KBreakOut-тың судай таза нақышы
 Description[km]=ស្បែក​ដូច​គ្រីស្តាល់​សម្រាប់ KBreakOut
+Description[ko]=KBreakOut을 위한 수정 테마
 Description[lv]=Crystal līdzīga KBreakOut tēma
 Description[mr]=के-ब्रेक-आउट करिता क्रिस्टल सारखी शैली
 Description[nb]=Krystall-liknende tema for KBreakOut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/default.desktop 
new/kbreakout-4.12.90/themes/default.desktop
--- old/kbreakout-4.12.2/themes/default.desktop 2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/themes/default.desktop        2014-03-04 
06:54:54.000000000 +0100
@@ -18,6 +18,7 @@
 Name[it]=Breakout egizio
 Name[kk]=Мысырша Breakout
 Name[km]=Breakout របស់អេហ្ស៊ីប
+Name[ko]=이집트 벽돌 깨기
 Name[lv]=Ēģiptes Breakout
 Name[mr]=इजिप्शियन ब्रेकआउट
 Name[nb]=Egyptisk Breakout
@@ -60,6 +61,7 @@
 Description[it]=Tema in stile egizio per KBreakOut.
 Description[kk]=Мысыр нақышты Breakout.
 Description[km]=ស្បែក​រចនាប័ទ្ម​អេហ្ស៊ីប​សម្រាប់​ breakout ។
+Description[ko]=이집트 스타일 벽돌 깨기 테마.
 Description[lv]=Ēģiptes stila Breakout tēma.
 Description[mr]=इजिप्शियन प्रकारची ब्रेकआउट शैली.
 Description[nb]=Breakout-tema i egyptisk stil.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/simple.desktop 
new/kbreakout-4.12.90/themes/simple.desktop
--- old/kbreakout-4.12.2/themes/simple.desktop  2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/themes/simple.desktop 2014-03-04 06:54:54.000000000 
+0100
@@ -22,6 +22,7 @@
 Name[ja]=シンプル
 Name[kk]=Қарапайым
 Name[km]=ធម្មតា
+Name[ko]=간단함
 Name[lt]=Paprasta
 Name[lv]=Vienkārša
 Name[mai]=सरल
@@ -72,6 +73,7 @@
 Description[ja]=KBreakOut のシンプルなテーマ
 Description[kk]=Қарапайым KBreakOut нақышы
 Description[km]=ស្បែក​ធម្មតា​របស់​ KBreakOut
+Description[ko]=간단한 KBreakOut 테마
 Description[lv]=Vienkārša KBreakOut tēma
 Description[mr]=साधी के-ब्रेक-आउट शैली
 Description[nb]=Enkelt KBreakOut-tema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.12.2/themes/web20.desktop 
new/kbreakout-4.12.90/themes/web20.desktop
--- old/kbreakout-4.12.2/themes/web20.desktop   2013-09-15 06:14:38.000000000 
+0200
+++ new/kbreakout-4.12.90/themes/web20.desktop  2014-03-04 06:54:54.000000000 
+0100
@@ -22,6 +22,7 @@
 Name[ja]=WEB 2.0
 Name[kk]=WEB 2.0
 Name[km]=WEB 2.0
+Name[ko]=웹 2.0
 Name[lv]=WEB 2.0
 Name[mr]=वेब 2.0
 Name[nb]=WEB 2.0
@@ -68,6 +69,7 @@
 Description[it]=Il tema Web 2.0 utilizza elementi grafici che richiamano 
quelli utilizzati dal popolare movimento «Web 2.0», l'uragano che sta 
travolgendo il mondo Internet.
 Description[kk]=Web 2.0 нақышы ойға әлемдегі күшейіп келгетін 'WEB 2.0' 
қимылын еске түсіреді.
 Description[km]=ស្បែក Web 2.0 
បង្ហាញ​ធាតុ​ក្រាហ្វិក​ដែល​នាំ​ឲ្យ​នឹក​ឃើញ​ដល់​ធាតុ​​​ដែល​ត្រូវ​បាន​ប្រើ​នៅ​ក្នុង​ចលនា​
 'WEB 2.0' ដ៏​ពេញ​និយម 
ដែល​បច្ចុប្បន្ន​កំពុង​ត្រូវ​បាន​ទាញ​យក​តាម​​បណ្ដាញ​អ៊ីនធឺណិត​​ដោយ storm ។
+Description[ko]=현재 인터웹 세계를 폭풍처럼 지배하고 있는 웹 2.0 운동에 사용되고 있는 그래픽 요소를 표시합니다.
 Description[lv]=Web 2.0 tēma, kas demonstrē grafiskos elementus, kuri atgādina 
populārajā 'WEB 2.0' kustībā izmantotos.
 Description[mr]=वेब 2.0 शैली
 Description[nb]=WEB 2.0-temaet viser grafikkelementer som minner om dem brukt 
i den populære «Web 2.0»-bevegelsen, som nå tar nettet med storm.

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

Reply via email to