Hello community, here is the log from the commit of package tryton for openSUSE:Factory checked in at 2019-09-23 12:46:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tryton (Old) and /work/SRC/openSUSE:Factory/.tryton.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tryton" Mon Sep 23 12:46:21 2019 rev:32 rq:732524 version:4.6.23 Changes: -------- --- /work/SRC/openSUSE:Factory/tryton/tryton.changes 2019-09-11 10:33:24.131330915 +0200 +++ /work/SRC/openSUSE:Factory/.tryton.new.7948/tryton.changes 2019-09-23 12:46:21.445521713 +0200 @@ -1,0 +2,5 @@ +Sun Sep 15 16:38:31 UTC 2019 - Axel Braun <[email protected]> + +- Version 4.6.23 - Bugfix Release + +------------------------------------------------------------------- Old: ---- tryton-4.6.22.tar.gz New: ---- tryton-4.6.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tryton.spec ++++++ --- /var/tmp/diff_new_pack.VfqJpR/_old 2019-09-23 12:46:21.905521637 +0200 +++ /var/tmp/diff_new_pack.VfqJpR/_new 2019-09-23 12:46:21.905521637 +0200 @@ -19,7 +19,7 @@ %define majorver 4.6 Name: tryton -Version: %{majorver}.22 +Version: %{majorver}.23 Release: 0 Summary: The client of the Tryton application platform License: GPL-3.0-only ++++++ tryton-4.6.22.tar.gz -> tryton-4.6.23.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/.hgtags new/tryton-4.6.23/.hgtags --- old/tryton-4.6.22/.hgtags 2019-09-01 23:39:18.000000000 +0200 +++ new/tryton-4.6.23/.hgtags 2019-09-15 14:19:04.000000000 +0200 @@ -39,3 +39,4 @@ 73a5a3a71476466a10c19c3344523f2aeadbe74e 4.6.20 8e54efd58b258863ff27f5e49f08310ac1fd0ed0 4.6.21 a6bc12fe3478de061e21184753d4291539eb908b 4.6.22 +cd43aea578ecba3ef04100d1fba6d887d4ea924f 4.6.23 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/CHANGELOG new/tryton-4.6.23/CHANGELOG --- old/tryton-4.6.22/CHANGELOG 2019-09-01 23:39:17.000000000 +0200 +++ new/tryton-4.6.23/CHANGELOG 2019-09-15 14:19:03.000000000 +0200 @@ -1,3 +1,6 @@ +Version 4.6.23 - 2019-09-15 +* Bug fixes (see mercurial logs for details) + Version 4.6.22 - 2019-09-01 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/PKG-INFO new/tryton-4.6.23/PKG-INFO --- old/tryton-4.6.22/PKG-INFO 2019-09-01 23:39:19.000000000 +0200 +++ new/tryton-4.6.23/PKG-INFO 2019-09-15 14:19:05.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tryton -Version: 4.6.22 +Version: 4.6.23 Summary: Tryton client Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/tryton/__init__.py new/tryton-4.6.23/tryton/__init__.py --- old/tryton-4.6.22/tryton/__init__.py 2019-07-01 21:37:27.000000000 +0200 +++ new/tryton-4.6.23/tryton/__init__.py 2019-09-01 23:39:34.000000000 +0200 @@ -1,3 +1,3 @@ # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = "4.6.22" +__version__ = "4.6.23" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/tryton/common/domain_inversion.py new/tryton-4.6.23/tryton/common/domain_inversion.py --- old/tryton-4.6.22/tryton/common/domain_inversion.py 2018-12-30 19:01:29.000000000 +0100 +++ new/tryton-4.6.23/tryton/common/domain_inversion.py 2019-09-12 23:23:24.000000000 +0200 @@ -105,7 +105,7 @@ if domain in ('AND', 'OR'): return domain elif is_leaf(domain): - if 'child_of' in domain[1]: + if 'child_of' in domain[1] and '.' not in domain[0]: if len(domain) == 3: return domain else: Binary files old/tryton-4.6.22/tryton/data/locale/bg/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/bg/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/ca/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/ca/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/cs/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/cs/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/de/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/de/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/es/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/es/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/fr/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/fr/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/lo/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/lo/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/lt/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/lt/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/nl/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/nl/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/pl/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/pl/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/ru/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/ru/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/sl/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/sl/LC_MESSAGES/tryton.mo differ Binary files old/tryton-4.6.22/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo and new/tryton-4.6.23/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tryton-4.6.22/tryton.egg-info/PKG-INFO new/tryton-4.6.23/tryton.egg-info/PKG-INFO --- old/tryton-4.6.22/tryton.egg-info/PKG-INFO 2019-09-01 23:39:18.000000000 +0200 +++ new/tryton-4.6.23/tryton.egg-info/PKG-INFO 2019-09-15 14:19:04.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tryton -Version: 4.6.22 +Version: 4.6.23 Summary: Tryton client Home-page: http://www.tryton.org/ Author: Tryton
