Hello community,
here is the log from the commit of package trytond_account_invoice_stock for
openSUSE:Factory checked in at 2017-07-05 23:55:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account_invoice_stock (Old)
and /work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account_invoice_stock"
Wed Jul 5 23:55:47 2017 rev:3 rq:505308 version:4.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_account_invoice_stock/trytond_account_invoice_stock.changes
2016-09-30 15:32:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_account_invoice_stock.new/trytond_account_invoice_stock.changes
2017-07-05 23:55:47.722571374 +0200
@@ -2 +2 @@
-Fri Sep 23 10:49:34 UTC 2016 - [email protected]
+Mon Nov 28 18:22:41 UTC 2016 - [email protected]
@@ -4 +4,6 @@
-- Correct summary
+- Tryton Release 4.2
+
+-------------------------------------------------------------------
+Tue May 02 10:24:48 UTC 2016 - [email protected]
+
+- Tryton Release 4.0
Old:
----
trytond_account_invoice_stock-3.8.0.tar.gz
New:
----
trytond_account_invoice_stock-4.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account_invoice_stock.spec ++++++
--- /var/tmp/diff_new_pack.FjR6oM/_old 2017-07-05 23:55:48.438470530 +0200
+++ /var/tmp/diff_new_pack.FjR6oM/_new 2017-07-05 23:55:48.438470530 +0200
@@ -1,8 +1,8 @@
#
# spec file for package trytond_account_invoice_stock
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014-2016 Dr. Axel Braun
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,46 +17,40 @@
#
-%define majorver 3.8
+%define majorver 4.2
Name: trytond_account_invoice_stock
-# List of additional build dependencies
-BuildRequires: python-devel
-BuildRequires: python-setuptools
Version: %{majorver}.0
Release: 0
-Url: http://www.tryton.org/
-Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
Summary: The "account_invoice_stock" module for the Tryton ERP system
License: GPL-3.0
Group: Productivity/Office/Management
-%py_requires
+Url: http://www.tryton.org/
+Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
+BuildRequires: fdupes
+BuildRequires: python3-setuptools
Requires: trytond
Requires: trytond_account_invoice
Requires: trytond_product
Requires: trytond_stock
-
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
BuildArch: noarch
-%endif
%description
The account_invoice_stock module of the Tryton application platform.
%prep
-%setup -q -n %{name}-%version
+%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_invoice_stock-3.8.0.tar.gz ->
trytond_account_invoice_stock-4.2.0.tar.gz ++++++
++++ 2073 lines of diff (skipped)