Hello community,

here is the log from the commit of package kbreakout for openSUSE:Factory 
checked in at 2015-05-15 09:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-05-11 
17:42:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2015-05-15 
09:57:20.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 11 10:50:45 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+-------------------------------------------------------------------

Old:
----
  kbreakout-15.04.0.tar.xz

New:
----
  kbreakout-15.04.1.tar.xz

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

Other differences:
------------------
++++++ kbreakout.spec ++++++
--- /var/tmp/diff_new_pack.GPZmeI/_old  2015-05-15 09:57:21.000000000 +0200
+++ /var/tmp/diff_new_pack.GPZmeI/_new  2015-05-15 09:57:21.000000000 +0200
@@ -45,7 +45,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Breakout
 Url:            http://www.kde.org
-Version:        15.04.0
+Version:        15.04.1
 Release:        0
 Source0:        kbreakout-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ kbreakout-15.04.0.tar.xz -> kbreakout-15.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-15.04.0/src/main.cpp 
new/kbreakout-15.04.1/src/main.cpp
--- old/kbreakout-15.04.0/src/main.cpp  2015-03-25 13:22:06.000000000 +0100
+++ new/kbreakout-15.04.1/src/main.cpp  2015-04-14 07:28:15.000000000 +0200
@@ -26,13 +26,13 @@
 
 int main(int argc, char *argv[])
 {
+    QApplication app(argc, argv);
+
     Kdelibs4ConfigMigrator migrate(QStringLiteral("kbreakout"));
     migrate.setConfigFiles(QStringList() << QStringLiteral("kbreakoutrc"));
     migrate.setUiFiles(QStringList() << QStringLiteral("kbreakoutui.rc"));
     migrate.migrate();
 
-   QApplication app(argc, argv);
-
 
     KAboutData aboutData(QLatin1Literal("kbreakout"), i18n("KBreakOut"), 
QLatin1Literal("1.2.0"));
     aboutData.setShortDescription(i18n("A breakout like game for KDE"));


Reply via email to