Hello community, here is the log from the commit of package kajongg for openSUSE:Factory checked in at 2014-09-18 07:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-08-25 11:01:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kajongg.new/kajongg.changes 2014-09-18 08:00:43.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Sep 13 16:53:27 UTC 2014 - tittiatc...@gmail.com + +- Update to 4.14.1 + * KDE 4.14.1 SC Bugfix Release + * See http://www.kde.org/announcements/announce-4.14.1.php + +------------------------------------------------------------------- @@ -6 +13 @@ - * See http://www.kde.org/announcements/4.13/ + * See http://www.kde.org/announcements/4.14/ Old: ---- kajongg-4.14.0.tar.xz New: ---- kajongg-4.14.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kajongg.spec ++++++ --- /var/tmp/diff_new_pack.mJSJni/_old 2014-09-18 08:00:44.000000000 +0200 +++ /var/tmp/diff_new_pack.mJSJni/_new 2014-09-18 08:00:44.000000000 +0200 @@ -25,7 +25,7 @@ License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 4.14.0 +Version: 4.14.1 Release: 0 Source0: kajongg-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kajongg-4.14.0.tar.xz -> kajongg-4.14.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kajongg-4.14.0/src/query.py new/kajongg-4.14.1/src/query.py --- old/kajongg-4.14.0/src/query.py 2014-05-21 08:29:43.000000000 +0200 +++ new/kajongg-4.14.1/src/query.py 2014-08-18 05:29:19.000000000 +0200 @@ -323,8 +323,8 @@ try: with Internal.db: self.createTables() - Query('UPDATE general SET schemaversion=?', (Internal.version,)) self.__generateDbIdent() + Query('UPDATE general SET schemaversion=?', (Internal.version,)) finally: Internal.db.close(silent=True) if os.path.exists(self.path): -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org