Hello community,

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

Package is "kbounce"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbounce/kbounce.changes  2015-06-04 
10:18:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kbounce.new/kbounce.changes     2015-07-14 
17:32:18.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jul  6 05:10:51 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:
----
  kbounce-15.04.2.tar.xz

New:
----
  kbounce-15.04.3.tar.xz

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

Other differences:
------------------
++++++ kbounce.spec ++++++
--- /var/tmp/diff_new_pack.r5126V/_old  2015-07-14 17:32:19.000000000 +0200
+++ /var/tmp/diff_new_pack.r5126V/_new  2015-07-14 17:32:19.000000000 +0200
@@ -58,7 +58,7 @@
 License:        LGPL-2.0+
 Group:          Amusements/Games/Action/Other
 Url:            http://www.kde.org
-Version:        15.04.2
+Version:        15.04.3
 Release:        0
 Source0:        kbounce-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kbounce-15.04.2.tar.xz -> kbounce-15.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbounce-15.04.2/CMakeLists.txt 
new/kbounce-15.04.3/CMakeLists.txt
--- old/kbounce-15.04.2/CMakeLists.txt  2015-04-14 07:27:24.000000000 +0200
+++ new/kbounce-15.04.3/CMakeLists.txt  2015-05-29 07:02:42.000000000 +0200
@@ -33,7 +33,6 @@
 include(KDECMakeSettings)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DTRANSLATION_DOMAIN="kbounce")
 
 add_subdirectory( themes ) 
 add_subdirectory( sounds ) 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbounce-15.04.2/main.cpp new/kbounce-15.04.3/main.cpp
--- old/kbounce-15.04.2/main.cpp        2015-04-14 07:27:24.000000000 +0200
+++ new/kbounce-15.04.3/main.cpp        2015-05-29 07:02:42.000000000 +0200
@@ -37,7 +37,7 @@
   migrate.setConfigFiles(QStringList() << QLatin1String("kbouncerc"));
   migrate.setUiFiles(QStringList() << QLatin1String("kbounceui.rc"));
   migrate.migrate();
-
+  KLocalizedString::setApplicationDomain("kbounce");
   KAboutData aboutData(QStringLiteral("kbounce"), i18n("KBounce"),
                        QStringLiteral("0.11"), i18n(description),
                        KAboutLicense::GPL, i18n(copyleft), QString(),


Reply via email to