Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2015-07-14 17:37:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksquares (Old)
 and      /work/SRC/openSUSE:Factory/.ksquares.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksquares"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes        2015-06-04 
11:19:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2015-07-14 
17:37:48.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 05:25:59 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.3
+   * KDE Applications 15.04.3
+   * https://www.kde.org/announcements/announce-applications-15.04.3.php
+
+
+-------------------------------------------------------------------

Old:
----
  ksquares-15.04.2.tar.xz

New:
----
  ksquares-15.04.3.tar.xz

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.jqrnsF/_old  2015-07-14 17:37:49.000000000 +0200
+++ /var/tmp/diff_new_pack.jqrnsF/_new  2015-07-14 17:37:49.000000000 +0200
@@ -43,7 +43,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            http://www.kde.org
-Version:        15.04.2
+Version:        15.04.3
 Release:        0
 Source0:        ksquares-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ ksquares-15.04.2.tar.xz -> ksquares-15.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.2/CMakeLists.txt 
new/ksquares-15.04.3/CMakeLists.txt
--- old/ksquares-15.04.2/CMakeLists.txt 2015-04-15 09:08:45.000000000 +0200
+++ new/ksquares-15.04.3/CMakeLists.txt 2015-06-01 23:07:33.000000000 +0200
@@ -32,7 +32,6 @@
 include(ECMAddTests)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DTRANSLATION_DOMAIN="ksquares")
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.2/src/main.cpp 
new/ksquares-15.04.3/src/main.cpp
--- old/ksquares-15.04.2/src/main.cpp   2015-04-15 09:08:45.000000000 +0200
+++ new/ksquares-15.04.3/src/main.cpp   2015-06-01 23:07:33.000000000 +0200
@@ -34,7 +34,7 @@
     migrate.setConfigFiles(QStringList() << QLatin1String("ksquaresrc"));
     migrate.setUiFiles(QStringList() << QLatin1String("ksquaresui.rc"));
     migrate.migrate();
-
+    KLocalizedString::setApplicationDomain("ksquares");
     KAboutData about(QLatin1Literal("ksquares"), i18n("KSquares"), 
QLatin1Literal(version), i18n(description),
                      KAboutLicense::GPL, i18n("(C) 2006-2007 Matt Williams"),
                      QLatin1Literal("http://games.kde.org/ksquares";));


Reply via email to