Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2023-02-12 19:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and      /work/SRC/openSUSE:Factory/.trytond.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond"

Sun Feb 12 19:14:55 2023 rev:78 rq:1064693 version:6.0.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2023-01-24 
20:36:10.657576744 +0100
+++ /work/SRC/openSUSE:Factory/.trytond.new.1848/trytond.changes        
2023-02-12 19:14:59.101284717 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 17:36:41 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+
+- Version 6.0.27 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond-6.0.26.tar.gz
  trytond-6.0.26.tar.gz.asc

New:
----
  trytond-6.0.27.tar.gz
  trytond-6.0.27.tar.gz.asc

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

Other differences:
------------------
++++++ trytond.spec ++++++
--- /var/tmp/diff_new_pack.RvSF5F/_old  2023-02-12 19:14:59.521287291 +0100
+++ /var/tmp/diff_new_pack.RvSF5F/_new  2023-02-12 19:14:59.529287340 +0100
@@ -20,7 +20,7 @@
 %define majorver 6.0
 %define base_name tryton
 Name:           trytond
-Version:        %{majorver}.26
+Version:        %{majorver}.27
 Release:        0
 Summary:        An Enterprise Resource Planning (ERP) system
 License:        GPL-3.0-or-later

++++++ trytond-6.0.26.tar.gz -> trytond-6.0.27.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/CHANGELOG new/trytond-6.0.27/CHANGELOG
--- old/trytond-6.0.26/CHANGELOG        2023-01-15 18:33:48.000000000 +0100
+++ new/trytond-6.0.27/CHANGELOG        2023-02-05 21:50:14.000000000 +0100
@@ -1,3 +1,7 @@
+Version 6.0.27 - 2023-02-05
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
 Version 6.0.26 - 2023-01-15
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/PKG-INFO new/trytond-6.0.27/PKG-INFO
--- old/trytond-6.0.26/PKG-INFO 2023-01-15 18:33:51.896683700 +0100
+++ new/trytond-6.0.27/PKG-INFO 2023-02-05 21:50:18.260631600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 6.0.26
+Version: 6.0.27
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/trytond/__init__.py 
new/trytond-6.0.27/trytond/__init__.py
--- old/trytond-6.0.26/trytond/__init__.py      2023-01-02 22:32:32.000000000 
+0100
+++ new/trytond-6.0.27/trytond/__init__.py      2023-01-15 18:34:05.000000000 
+0100
@@ -7,7 +7,7 @@
 
 from lxml import etree, objectify
 
-__version__ = "6.0.26"
+__version__ = "6.0.27"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/trytond/ir/ui/form.rnc 
new/trytond-6.0.27/trytond/ir/ui/form.rnc
--- old/trytond-6.0.26/trytond/ir/ui/form.rnc   2022-12-19 13:03:46.000000000 
+0100
+++ new/trytond-6.0.27/trytond/ir/ui/form.rnc   2023-02-05 21:50:06.000000000 
+0100
@@ -113,7 +113,7 @@
 image = element image { attlist.image, empty }
 attlist.image &= attribute name { text }
 attlist.image &= [a:defaultValue = "icon"] attribute type { "icon" | "url" }?
-attlist.affix &= attribute url_size { text }?
+attlist.image &= attribute url_size { text }?
 attlist.image &= [ a:defaultValue = "1" ] attribute colspan { text }?
 attlist.image &=
   [ a:defaultValue = "0" ] attribute yexpand { "0" | "1" }?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/trytond/ir/ui/form.rng 
new/trytond-6.0.27/trytond/ir/ui/form.rng
--- old/trytond-6.0.26/trytond/ir/ui/form.rng   2022-12-19 13:03:46.000000000 
+0100
+++ new/trytond-6.0.27/trytond/ir/ui/form.rng   2023-02-05 21:50:06.000000000 
+0100
@@ -517,7 +517,7 @@
       </attribute>
     </optional>
   </define>
-  <define name="attlist.affix" combine="interleave">
+  <define name="attlist.image" combine="interleave">
     <optional>
       <attribute>
         <name ns="">url_size</name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-6.0.26/trytond.egg-info/PKG-INFO 
new/trytond-6.0.27/trytond.egg-info/PKG-INFO
--- old/trytond-6.0.26/trytond.egg-info/PKG-INFO        2023-01-15 
18:33:50.000000000 +0100
+++ new/trytond-6.0.27/trytond.egg-info/PKG-INFO        2023-02-05 
21:50:17.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 6.0.26
+Version: 6.0.27
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/

Reply via email to