Hello community, here is the log from the commit of package kshisen for openSUSE:Factory checked in at 2016-06-25 02:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-05-29 03:09:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2016-06-25 02:02:48.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jun 10 18:04:52 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.2 + * KDE Applications 16.04.2 + * https://www.kde.org/announcements/announce-applications-16.04.2.php + + +------------------------------------------------------------------- Old: ---- kshisen-16.04.1.tar.xz New: ---- kshisen-16.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kshisen.spec ++++++ --- /var/tmp/diff_new_pack.4qami5/_old 2016-06-25 02:02:49.000000000 +0200 +++ /var/tmp/diff_new_pack.4qami5/_new 2016-06-25 02:02:49.000000000 +0200 @@ -41,7 +41,7 @@ License: GPL-2.0+ Group: Amusements/Games/Board/Other Url: http://www.kde.org -Version: 16.04.1 +Version: 16.04.2 Release: 0 Source0: kshisen-%{version}.tar.xz Obsoletes: %{name}5 < %{version} ++++++ kshisen-16.04.1.tar.xz -> kshisen-16.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kshisen-16.04.1/src/board.cpp new/kshisen-16.04.2/src/board.cpp --- old/kshisen-16.04.1/src/board.cpp 2016-04-23 13:24:58.000000000 +0200 +++ new/kshisen-16.04.2/src/board.cpp 2016-05-13 23:04:10.000000000 +0200 @@ -532,8 +532,8 @@ std::vector<int> oldfield = m_field; - std::vector<int> tiles; - std::vector<int> pos; + std::vector<int> tiles(m_field.size()); + std::vector<int> pos(m_field.size()); //jwickers: in case the game cannot made solvable we do not want to run an infinite loop int maxAttempts = 200; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kshisen-16.04.1/src/main.cpp new/kshisen-16.04.2/src/main.cpp --- old/kshisen-16.04.1/src/main.cpp 2016-04-23 13:24:58.000000000 +0200 +++ new/kshisen-16.04.2/src/main.cpp 2016-05-13 23:04:10.000000000 +0200 @@ -48,7 +48,7 @@ KLocalizedString::setApplicationDomain("kshisen"); - KAboutData aboutData(QStringLiteral("kshisen"), i18n("Shisen-Sho"), QStringLiteral("1.10.0"), + KAboutData aboutData(QStringLiteral("kshisen"), i18n("Shisen-Sho"), QStringLiteral("1.10.1"), i18n(description), KAboutLicense::GPL, i18n("(c) 1997, Mario Weilguni")); aboutData.setHomepage(QStringLiteral("http://games.kde.org/kshisen")); aboutData.addAuthor(i18n("Frederik Schwarzer"), i18n("Current Maintainer"), QStringLiteral("[email protected]"));
