Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2015-05-15 10:02:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-11 
18:27:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2015-05-15 
10:02:01.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:13:03 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:
----
  ksquares-15.04.0.tar.xz

New:
----
  ksquares-15.04.1.tar.xz

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

Other differences:
------------------
++++++ ksquares.spec ++++++
--- /var/tmp/diff_new_pack.2H1AVt/_old  2015-05-15 10:02:01.000000000 +0200
+++ /var/tmp/diff_new_pack.2H1AVt/_new  2015-05-15 10:02:01.000000000 +0200
@@ -43,7 +43,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Action/Arcade
 Url:            http://www.kde.org
-Version:        15.04.0
+Version:        15.04.1
 Release:        0
 Source0:        ksquares-%{version}.tar.xz
 Obsoletes:      %{name}5 < %{version}

++++++ ksquares-15.04.0.tar.xz -> ksquares-15.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.0/src/main.cpp 
new/ksquares-15.04.1/src/main.cpp
--- old/ksquares-15.04.0/src/main.cpp   2015-03-18 07:47:57.000000000 +0100
+++ new/ksquares-15.04.1/src/main.cpp   2015-04-15 09:08:45.000000000 +0200
@@ -28,13 +28,13 @@
 
 int main(int argc, char **argv)
 {
+    QApplication app(argc, argv);
+
     Kdelibs4ConfigMigrator migrate(QLatin1String("ksquares"));
     migrate.setConfigFiles(QStringList() << QLatin1String("ksquaresrc"));
     migrate.setUiFiles(QStringList() << QLatin1String("ksquaresui.rc"));
     migrate.migrate();
 
-    QApplication app(argc, argv);
-
     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