Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2014-03-18 17:07:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-02-20 
07:58:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2014-03-18 
17:07:42.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:46:06 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:29:05 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:
----
  ksirk-4.12.2.tar.xz

New:
----
  ksirk-4.12.90.tar.xz

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

Other differences:
------------------
++++++ ksirk.spec ++++++
--- /var/tmp/diff_new_pack.GbD7cl/_old  2014-03-18 17:07:43.000000000 +0100
+++ /var/tmp/diff_new_pack.GbD7cl/_new  2014-03-18 17:07:43.000000000 +0100
@@ -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.12.2
+Version:        4.12.90
 Release:        0
 Source0:        ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++++++ ksirk-4.12.2.tar.xz -> ksirk-4.12.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirk/023_compile_with_ksirk.patch 
new/ksirk-4.12.90/ksirk/023_compile_with_ksirk.patch
--- old/ksirk-4.12.2/ksirk/023_compile_with_ksirk.patch 2014-01-07 
18:11:06.000000000 +0100
+++ new/ksirk-4.12.90/ksirk/023_compile_with_ksirk.patch        2014-03-04 
06:56:11.000000000 +0100
@@ -2,11 +2,6 @@
 ===================================================================
 --- CMakeLists.txt     (revision 855877)
 +++ CMakeLists.txt     (working copy)
-@@ -1,3 +1,4 @@
-+add_definitions(-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
- 
- #add_subdirectory( cutestuff ) 
- #add_subdirectory( iris ) 
 @@ -4,6 +5,9 @@
  
  FIND_PACKAGE(ZLIB REQUIRED)
@@ -33,9 +28,9 @@
 -kde4_add_library(iris_kopete SHARED ${libiris_SRCS})
 +kde4_add_library(iris_ksirk SHARED ${libiris_SRCS})
  
--set(iris_kopete_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QT3SUPPORT_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
+-set(iris_kopete_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
 -                     ${IDN_LIBRARY} ${QCA2_LIBRARIES} ${ZLIB_LIBRARIES})
-+set(iris_ksirk_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QT3SUPPORT_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
++set(iris_ksirk_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
 +                     ${IDN_LIBRARY} ${QCA2_LIBRARIES} ${ZLIB_LIBRARIES} -lidn)
  if(WIN32)
 -  set(iris_kopete_libs ${iris_kopete_libs} ws2_32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirk/CMakeLists.txt 
new/ksirk-4.12.90/ksirk/CMakeLists.txt
--- old/ksirk-4.12.2/ksirk/CMakeLists.txt       2014-01-07 18:11:06.000000000 
+0100
+++ new/ksirk-4.12.90/ksirk/CMakeLists.txt      2014-03-04 06:56:11.000000000 
+0100
@@ -1,5 +1,3 @@
-add_definitions(-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
-
 include(CheckIncludeFiles)
 check_include_files(sys/stropts.h SYS_STROPTS_H_FOUND)
 configure_file(config-ksirk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksirk.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirk/GameLogic/onu.cpp 
new/ksirk-4.12.90/ksirk/GameLogic/onu.cpp
--- old/ksirk-4.12.2/ksirk/GameLogic/onu.cpp    2014-01-07 18:11:06.000000000 
+0100
+++ new/ksirk-4.12.90/ksirk/GameLogic/onu.cpp   2014-03-04 06:56:11.000000000 
+0100
@@ -161,7 +161,7 @@
     m_automaton->pixmapCache().insert(m_skin+"mapmask", countriesMaskPix);
   }
 //   countriesMask = QImage(mapMaskFileName);
-  countriesMask = QImage(countriesMaskPix);
+  countriesMask = countriesMaskPix.toImage();
   
   
Sprites::SkinSpritesData::changeable().intData("width-between-flag-and-fighter",
 onugroup.readEntry("width-between-flag-and-fighter",0));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirk/iris/src/CMakeLists.txt 
new/ksirk-4.12.90/ksirk/iris/src/CMakeLists.txt
--- old/ksirk-4.12.2/ksirk/iris/src/CMakeLists.txt      2014-01-07 
18:11:06.000000000 +0100
+++ new/ksirk-4.12.90/ksirk/iris/src/CMakeLists.txt     2014-03-04 
06:56:11.000000000 +0100
@@ -129,7 +129,7 @@
 
 kde4_add_library(iris_ksirk SHARED ${libiris_SRCS})
 
-set(iris_ksirk_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QT3SUPPORT_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
+set(iris_ksirk_libs ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
 ${IDN_LIBRARY} ${QCA2_LIBRARIES} ${ZLIB_LIBRARIES})
 if(WIN32)
   set(iris_ksirk_libs ${iris_ksirk_libs} ws2_32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirk/ksirk.desktop 
new/ksirk-4.12.90/ksirk/ksirk.desktop
--- old/ksirk-4.12.2/ksirk/ksirk.desktop        2014-01-07 18:11:06.000000000 
+0100
+++ new/ksirk-4.12.90/ksirk/ksirk.desktop       2014-03-04 06:56:11.000000000 
+0100
@@ -28,6 +28,7 @@
 Name[ja]=KsirK
 Name[kk]=KsirK
 Name[km]=KsirK
+Name[ko]=KsirK
 Name[lt]=KsirK
 Name[lv]=KsirK
 Name[mr]=के-सिर्क
@@ -77,6 +78,7 @@
 GenericName[ja]=世界制覇ゲーム
 GenericName[kk]=Әлем үстемдігі үшін стратегия ойны
 GenericName[km]=ល្បែង​យុទ្ធសាស្ត្រ​គ្រប់គ្រង​ពិភពលោក​​
+GenericName[ko]=우주 정복 전략 게임
 GenericName[lv]=Pasaules pārvaldīšanas stratēģiskā spēle
 GenericName[mr]=विश्व प्रभुत्व रणनीतिक खेळ
 GenericName[nb]=Kamp om verdensherredømme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.12.2/ksirkskineditor/ksirkskineditor.desktop 
new/ksirk-4.12.90/ksirkskineditor/ksirkskineditor.desktop
--- old/ksirk-4.12.2/ksirkskineditor/ksirkskineditor.desktop    2014-01-07 
18:11:06.000000000 +0100
+++ new/ksirk-4.12.90/ksirkskineditor/ksirkskineditor.desktop   2014-03-04 
06:56:11.000000000 +0100
@@ -28,6 +28,7 @@
 Name[ja]=KsirK スキンエディタ
 Name[kk]=KsirK көрінісін өңдеу
 Name[km]=កម្មវិធី​និពន្ធ​ស្បែក​របស់ KsirK
+Name[ko]=KsirK 스킨 편집기
 Name[lv]=KsirK apdaru redaktors
 Name[mr]=के-सिर्क स्किन संपादक
 Name[nb]=KsirK-temaredigering
@@ -75,6 +76,7 @@
 GenericName[ja]=KsirK 世界制覇ゲームのスキンエディタ
 GenericName[kk]=Әлем үстемдігі үшін стратегия ойынның көрінісін өңдеу
 
GenericName[km]=កម្មវិធី​និពន្ធ​ស្បែក​សម្រាប់​ល្បែង​យុទ្ធសាស្ត្រ​គ្រប់គ្រង​ពិភពលោក​​
+GenericName[ko]=우주 전략 게임 스킨 편집기
 GenericName[lv]=Pasaules pārvaldīšanas stratēģiskās spēles apdaru redaktors
 GenericName[mr]=विश्व प्रभुत्व रणनीतिक खेळाकरिता स्किन संपादक
 GenericName[nb]=Temaredigering for KsirK

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

Reply via email to