Hello community, here is the log from the commit of package kajongg for openSUSE:Factory checked in at 2016-11-13 22:53:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kajongg (Old) and /work/SRC/openSUSE:Factory/.kajongg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kajongg" Changes: -------- --- /work/SRC/openSUSE:Factory/kajongg/kajongg.changes 2016-10-19 13:06:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kajongg.new/kajongg.changes 2016-11-13 22:53:14.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Nov 9 06:12:56 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.3 + * KDE Applications 16.08.3 + * https://www.kde.org/announcements/announce-applications-16.08.3.php + +------------------------------------------------------------------- Old: ---- kajongg-16.08.2.tar.xz New: ---- kajongg-16.08.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kajongg.spec ++++++ --- /var/tmp/diff_new_pack.daidw4/_old 2016-11-13 22:53:15.000000000 +0100 +++ /var/tmp/diff_new_pack.daidw4/_new 2016-11-13 22:53:15.000000000 +0100 @@ -25,7 +25,7 @@ License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 16.08.2 +Version: 16.08.3 Release: 0 Source0: kajongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kajongg-16.08.2.tar.xz -> kajongg-16.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kajongg-16.08.2/src/kde.py new/kajongg-16.08.3/src/kde.py --- old/kajongg-16.08.2/src/kde.py 2016-08-26 22:52:44.000000000 +0200 +++ new/kajongg-16.08.3/src/kde.py 2016-10-18 20:41:41.000000000 +0200 @@ -23,13 +23,14 @@ import os import sys import shutil +import sip from common import Internal, Options, unicode, isPython3 usingKDE = False # pylint: disable=invalid-name try: - if '--nokde' in sys.argv or '--qt5' in sys.argv: + if '--nokde' in sys.argv or '--qt5' in sys.argv or sip.SIP_VERSION == 0x041201: # for now there is no PyKDE5 raise ImportError if isPython3: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kajongg-16.08.2/src/kdestub.py new/kajongg-16.08.3/src/kdestub.py --- old/kajongg-16.08.2/src/kdestub.py 2016-08-26 22:52:44.000000000 +0200 +++ new/kajongg-16.08.3/src/kdestub.py 2016-10-18 20:41:41.000000000 +0200 @@ -737,7 +737,7 @@ os.path.expanduser(home + '/' + value)) KStandardDirs._baseDirs = defaultdict(list) KStandardDirs._baseDirs.update({ - 'data': ['share/kde4/apps'], + 'data': ['share/kde4/apps', 'share'], 'locale': ['local/share/locale', 'share/locale-kdelibs4', @@ -1136,6 +1136,9 @@ dirs.addResourceType('appicon', 'icon', 'oxygen/48x48/actions/') dirs.addResourceType('appicon', 'icon', 'oxygen/48x48/categories/') dirs.addResourceType('appicon', 'icon', 'oxygen/48x48/status/') + dirs.addResourceType('appicon', 'icon', 'oxygen/base/48x48/actions/') + dirs.addResourceType('appicon', 'icon', 'oxygen/base/48x48/categories/') + dirs.addResourceType('appicon', 'icon', 'oxygen/base/48x48/status/') dirs.addResourceType('appicon', 'icon', 'hicolor/scalable/apps/') dirs.addResourceType( 'appicon', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kajongg-16.08.2/src/server.py new/kajongg-16.08.3/src/server.py --- old/kajongg-16.08.2/src/server.py 2016-08-26 22:52:44.000000000 +0200 +++ new/kajongg-16.08.3/src/server.py 2016-10-18 20:41:41.000000000 +0200 @@ -200,6 +200,9 @@ player.addConcealedTiles(self.wall.deal()) PlayingGame.initHand(self) + def assignVoices(self): + """The server is silent""" + class ServerTable(Table):
