Hello community, here is the log from the commit of package kcalc for openSUSE:Factory checked in at 2015-05-15 09:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalc (Old) and /work/SRC/openSUSE:Factory/.kcalc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalc" Changes: -------- --- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes 2015-05-11 18:50:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2015-05-15 09:57:31.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 11 10:51:04 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: ---- kcalc-15.04.0.tar.xz New: ---- kcalc-15.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalc.spec ++++++ --- /var/tmp/diff_new_pack.vifnOj/_old 2015-05-15 09:57:32.000000000 +0200 +++ /var/tmp/diff_new_pack.vifnOj/_new 2015-05-15 09:57:32.000000000 +0200 @@ -34,7 +34,7 @@ License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://www.kde.org -Version: 15.04.0 +Version: 15.04.1 Release: 0 Source0: %{name}-%{version}.tar.xz Obsoletes: %{name}5 < %{version} ++++++ kcalc-15.04.0.tar.xz -> kcalc-15.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalc-15.04.0/kcalc.cpp new/kcalc-15.04.1/kcalc.cpp --- old/kcalc-15.04.0/kcalc.cpp 2015-03-27 07:55:51.000000000 +0100 +++ new/kcalc-15.04.1/kcalc.cpp 2015-04-13 21:35:01.000000000 +0200 @@ -2263,6 +2263,8 @@ //------------------------------------------------------------------------------ extern "C" Q_DECL_EXPORT int kdemain(int argc, char *argv[]) { + QApplication app(argc, argv); + Kdelibs4ConfigMigrator migrate(QLatin1String("kcalc")); migrate.setConfigFiles(QStringList() << QLatin1String("kcalcrc")); migrate.setUiFiles(QStringList() << QLatin1String("kcalcui.rc")); @@ -2294,7 +2296,6 @@ aboutData.addAuthor(i18n("Michel Marti"), QString(), "[email protected]"); aboutData.addAuthor(i18n("David Johnson"), QString(), "[email protected]"); - QApplication app(argc, argv); KAboutData::setApplicationData(aboutData); app.setWindowIcon(QIcon::fromTheme(QLatin1String("accessories-calculator")));
