Hello community, here is the log from the commit of package kshisen for openSUSE:Factory checked in at 2015-05-15 10:01:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kshisen (Old) and /work/SRC/openSUSE:Factory/.kshisen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kshisen" Changes: -------- --- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes 2015-05-11 18:23:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2015-05-15 10:01:41.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 11 11:12:25 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: ---- kshisen-15.04.0.tar.xz New: ---- kshisen-15.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kshisen.spec ++++++ --- /var/tmp/diff_new_pack.9vmyx5/_old 2015-05-15 10:01:41.000000000 +0200 +++ /var/tmp/diff_new_pack.9vmyx5/_new 2015-05-15 10:01:41.000000000 +0200 @@ -41,7 +41,7 @@ License: GPL-2.0+ Group: Amusements/Games/Board/Other Url: http://www.kde.org -Version: 15.04.0 +Version: 15.04.1 Release: 0 Source0: kshisen-%{version}.tar.xz Obsoletes: %{name}5 < %{version} ++++++ kshisen-15.04.0.tar.xz -> kshisen-15.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kshisen-15.04.0/src/main.cpp new/kshisen-15.04.1/src/main.cpp --- old/kshisen-15.04.0/src/main.cpp 2015-03-18 07:45:13.000000000 +0100 +++ new/kshisen-15.04.1/src/main.cpp 2015-04-15 09:07:02.000000000 +0200 @@ -35,6 +35,8 @@ int main(int argc, char **argv) { + QApplication a(argc, argv); + // Migrate pre-existing (4.x) configuration QStringList configFiles; configFiles.append(QLatin1String("kshisenrc")); @@ -45,7 +47,6 @@ migrate.setUiFiles(QStringList() << QLatin1String("kshisenui.rc")); migrate.migrate(); - QApplication a(argc, argv); KAboutData aboutData(QLatin1Literal("kshisen"), i18n("Shisen-Sho"), QLatin1String(KSHISEN_VERSION " #" KSHISEN_COMMIT), i18n(description), KAboutLicense::GPL,
