Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2017-03-16 09:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and      /work/SRC/openSUSE:Factory/.trytond.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond"

Thu Mar 16 09:42:30 2017 rev:6 rq:479385 version:3.8.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2017-02-21 
13:49:43.709605065 +0100
+++ /work/SRC/openSUSE:Factory/.trytond.new/trytond.changes     2017-03-16 
09:51:32.233773209 +0100
@@ -1,0 +2,5 @@
+Tue Mar 14 21:28:23 UTC 2017 - axel.br...@gmx.de
+
+- Version 3.8.10
+
+-------------------------------------------------------------------

Old:
----
  trytond-3.8.9.tar.gz

New:
----
  trytond-3.8.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond.spec ++++++
--- /var/tmp/diff_new_pack.1omGll/_old  2017-03-16 09:51:32.805692214 +0100
+++ /var/tmp/diff_new_pack.1omGll/_new  2017-03-16 09:51:32.809691648 +0100
@@ -20,7 +20,7 @@
 %define majorver 3.8
 %define base_name tryton
 Name:           trytond
-Version:        %{majorver}.9
+Version:        %{majorver}.10
 Release:        0
 Summary:        An Enterprise Resource Planning system
 License:        GPL-3.0+

++++++ trytond-3.8.9.tar.gz -> trytond-3.8.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/CHANGELOG new/trytond-3.8.10/CHANGELOG
--- old/trytond-3.8.9/CHANGELOG 2016-12-17 16:55:13.000000000 +0100
+++ new/trytond-3.8.10/CHANGELOG        2017-03-10 10:12:38.000000000 +0100
@@ -1,3 +1,6 @@
+Version 3.8.10 - 2017-03-10
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.9 - 2016-12-17
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/COPYRIGHT new/trytond-3.8.10/COPYRIGHT
--- old/trytond-3.8.9/COPYRIGHT 2016-12-17 16:55:08.000000000 +0100
+++ new/trytond-3.8.10/COPYRIGHT        2017-03-10 10:12:32.000000000 +0100
@@ -1,7 +1,7 @@
 Copyright (C) 2004-2008 Tiny SPRL.
-Copyright (C) 2007-2016 Cédric Krier.
+Copyright (C) 2007-2017 Cédric Krier.
 Copyright (C) 2007-2013 Bertrand Chenal.
-Copyright (C) 2008-2016 B2CK SPRL.
+Copyright (C) 2008-2017 B2CK SPRL.
 Copyright (C) 2011 Openlabs Technologies & Consulting (P) Ltd.
 
 This program is free software: you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/PKG-INFO new/trytond-3.8.10/PKG-INFO
--- old/trytond-3.8.9/PKG-INFO  2016-12-17 16:55:29.000000000 +0100
+++ new/trytond-3.8.10/PKG-INFO 2017-03-10 10:13:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.8.9
+Version: 3.8.10
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/trytond/__init__.py 
new/trytond-3.8.10/trytond/__init__.py
--- old/trytond-3.8.9/trytond/__init__.py       2016-08-30 14:38:03.000000000 
+0200
+++ new/trytond-3.8.10/trytond/__init__.py      2017-01-05 13:15:41.000000000 
+0100
@@ -4,7 +4,7 @@
 import time
 from email import charset
 
-__version__ = "3.8.9"
+__version__ = "3.8.10"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/trytond/backend/mysql/database.py 
new/trytond-3.8.10/trytond/backend/mysql/database.py
--- old/trytond-3.8.9/trytond/backend/mysql/database.py 2016-04-08 
23:36:18.000000000 +0200
+++ new/trytond-3.8.10/trytond/backend/mysql/database.py        2017-03-10 
10:12:08.000000000 +0100
@@ -105,7 +105,7 @@
             args['passwd'] = urllib.unquote_plus(uri.password)
         conn = MySQLdb.connect(**args)
         cursor = Cursor(conn, self.database_name)
-        cursor.execute('SET time_zone = `UTC`')
+        cursor.execute('SET time_zone = "+00:00"')
         return cursor
 
     def close(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-3.8.9/trytond.egg-info/PKG-INFO 
new/trytond-3.8.10/trytond.egg-info/PKG-INFO
--- old/trytond-3.8.9/trytond.egg-info/PKG-INFO 2016-12-17 16:55:24.000000000 
+0100
+++ new/trytond-3.8.10/trytond.egg-info/PKG-INFO        2017-03-10 
10:12:53.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.8.9
+Version: 3.8.10
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to