Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2019-12-04 13:51:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Wed Dec 4 13:51:09 2019 rev:14 rq:752388 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2019-11-12 11:56:40.651423578 +0100 +++ /work/SRC/openSUSE:Factory/.proteus.new.4691/proteus.changes 2019-12-04 14:19:41.706403490 +0100 @@ -1,0 +2,5 @@ +Thu Nov 21 14:36:24 UTC 2019 - Axel Braun <[email protected]> + +- version 5.0.6 (GNU Health 3.6 series) + +------------------------------------------------------------------- Old: ---- proteus-4.6.9.tar.gz New: ---- proteus-5.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.veafAL/_old 2019-12-04 14:19:42.102403824 +0100 +++ /var/tmp/diff_new_pack.veafAL/_new 2019-12-04 14:19:42.106403828 +0100 @@ -1,8 +1,8 @@ # # spec file for package proteus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2017-2018 Dr. Axel Braun +# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,25 @@ # -%define majorver 4.6 +%define majorver 5.0 Name: proteus -Version: %{majorver}.9 +Version: %{majorver}.6 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later Group: Productivity/Office/Management -Url: http://www.tryton.org/ +URL: http://www.tryton.org/ Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz # List of additional build dependencies BuildRequires: fdupes -BuildRequires: python-devel -BuildRequires: python-lxml -BuildRequires: python-psycopg2 -BuildRequires: python-pydot -BuildRequires: python-setuptools -Requires: python-cdecimal -Requires: python-dateutil -Requires: python-simplejson +BuildRequires: python3-devel +BuildRequires: python3-lxml +BuildRequires: python3-psycopg2 +BuildRequires: python3-pydot +BuildRequires: python3-setuptools +Requires: python3-dateutil +##equires: python3-cdecimal +##Requires: python3-simplejson Requires: trytond BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -47,16 +47,15 @@ %setup -q %build -python setup.py build +python3 setup.py build %install -python setup.py install --prefix=%_prefix --root=%buildroot +python3 setup.py install --prefix=%_prefix --root=%buildroot %fdupes -s %{buildroot} %files %defattr(-,root,root) -%doc README -%license LICENSE +%doc README LICENSE %{python_sitelib}/* %changelog ++++++ proteus-4.6.9.tar.gz -> proteus-5.0.6.tar.gz ++++++ ++++ 1692 lines of diff (skipped)
