Hello community, here is the log from the commit of package trytond_account for openSUSE:Factory checked in at 2017-07-05 23:55:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_account (Old) and /work/SRC/openSUSE:Factory/.trytond_account.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account" Wed Jul 5 23:55:40 2017 rev:4 rq:505306 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes 2017-01-10 10:43:33.866656371 +0100 +++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 2017-07-05 23:55:40.907531374 +0200 @@ -2 +2 @@ -Tue Dec 20 11:23:26 UTC 2016 - [email protected] +Tue Jun 6 20:18:34 UTC 2017 - [email protected] @@ -4 +4 @@ -- version 3.8.5 +- Version 4.2.1 @@ -7 +7 @@ -Tue Oct 4 19:15:14 UTC 2016 - [email protected] +Mon Nov 28 18:22:41 UTC 2016 - [email protected] @@ -9 +9 @@ -- version 3.8.4 +- Tryton Release 4.2 @@ -12 +12 @@ -Tue Sep 6 15:18:53 UTC 2016 - [email protected] +Tue May 02 10:24:48 UTC 2016 - [email protected] @@ -14,15 +14 @@ -- version 3.8.3 - -------------------------------------------------------------------- -Wed Aug 24 11:49:33 UTC 2016 - [email protected] - -- Update description - -------------------------------------------------------------------- -Mon Aug 8 18:38:05 UTC 2016 - [email protected] - -- Cleanup spec file with spec-cleaner - * Include changelog in spec file - * Use fdupes to reduce amount of used space - * Drop buildroot definition as it is not needed on new openSUSE -- Drop _service as it is not needed +- Tryton Release 4.0 Old: ---- trytond_account-3.8.5.tar.gz New: ---- trytond_account-4.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_account.spec ++++++ --- /var/tmp/diff_new_pack.q9I49Z/_old 2017-07-05 23:55:41.591435035 +0200 +++ /var/tmp/diff_new_pack.q9I49Z/_new 2017-07-05 23:55:41.595434472 +0200 @@ -2,7 +2,7 @@ # spec file for package trytond_account # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2014-2016 Dr. Axel Braun +# Copyright (c) 2016 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,12 +14,11 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ -# -%define majorver 3.8 +%define majorver 4.2 Name: trytond_account -Version: %{majorver}.5 +Version: %{majorver}.1 Release: 0 Summary: The "account" module for the Tryton ERP system License: GPL-3.0+ @@ -27,14 +26,12 @@ Url: http://www.tryton.org/ Source: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python3-setuptools Requires: trytond Requires: trytond_company Requires: trytond_currency Requires: trytond_party BuildArch: noarch -%py_requires %description The accounting module of the Tryton application platform. @@ -45,14 +42,14 @@ %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) -%{python_sitelib}/* +%{python3_sitelib}/* %changelog ++++++ trytond_account-3.8.5.tar.gz -> trytond_account-4.2.1.tar.gz ++++++ ++++ 160592 lines of diff (skipped)
