Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2015-05-15 09:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/klettres (Old)
 and      /work/SRC/openSUSE:Factory/.klettres.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "klettres"

Changes:
--------
--- /work/SRC/openSUSE:Factory/klettres/klettres.changes        2015-05-11 
18:08:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2015-05-15 
09:59:58.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:03:08 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:
----
  klettres-15.04.0.tar.xz

New:
----
  klettres-15.04.1.tar.xz

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

Other differences:
------------------
++++++ klettres.spec ++++++
--- /var/tmp/diff_new_pack.PSMP2L/_old  2015-05-15 09:59:59.000000000 +0200
+++ /var/tmp/diff_new_pack.PSMP2L/_new  2015-05-15 09:59:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           klettres
-Version:        15.04.0
+Version:        15.04.1
 Release:        0
 Summary:        Alphabet Learning Game
 License:        GPL-2.0+

++++++ klettres-15.04.0.tar.xz -> klettres-15.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.0/klettres.appdata.xml 
new/klettres-15.04.1/klettres.appdata.xml
--- old/klettres-15.04.0/klettres.appdata.xml   2015-03-12 12:03:41.000000000 
+0100
+++ new/klettres-15.04.1/klettres.appdata.xml   2015-04-27 13:14:12.000000000 
+0200
@@ -16,6 +16,7 @@
   <name xml:lang="fi">KLettres</name>
   <name xml:lang="fr">KLettres</name>
   <name xml:lang="hu">KLettres</name>
+  <name xml:lang="ko">KLettres</name>
   <name xml:lang="nds">KLettres</name>
   <name xml:lang="nl">KLettres</name>
   <name xml:lang="pl">KLettres</name>
@@ -40,6 +41,7 @@
   <summary xml:lang="fi">Opi aakkoset</summary>
   <summary xml:lang="fr">Apprenez l'alphabet</summary>
   <summary xml:lang="hu">Tanulja meg az ABC-t</summary>
+  <summary xml:lang="ko">알파벳 익히기</summary>
   <summary xml:lang="nds">Dat Alfabeet lehren</summary>
   <summary xml:lang="nl">Leer het alfabet</summary>
   <summary xml:lang="pl">Nauka alfabetu</summary>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-15.04.0/src/main.cpp 
new/klettres-15.04.1/src/main.cpp
--- old/klettres-15.04.0/src/main.cpp   2015-03-12 12:03:41.000000000 +0100
+++ new/klettres-15.04.1/src/main.cpp   2015-04-27 13:14:12.000000000 +0200
@@ -40,6 +40,8 @@
 
 int main(int argc, char **argv)
 {
+    QApplication app(argc, argv);
+
     QStringList configFiles;
     QStringList rcFiles;
     configFiles << QLatin1String("klettresrc");
@@ -68,7 +70,6 @@
                     i18n("Timer setting widgets"), "michael.goettsche AT 
kdemail DOT net");
     about.addCredit(i18n("Laurent Navet"),
                     i18n("Port to KDE Frameworks 5"), "laurent DOT 
navet+klettres AT gmail DOT com");
-    QApplication app(argc, argv);
     QCommandLineParser parser;
     KAboutData::setApplicationData(about);
     parser.addVersionOption();


Reply via email to