Hello community,
here is the log from the commit of package trytond_stock_supply for
openSUSE:Factory checked in at 2017-07-05 23:56:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock_supply (Old)
and /work/SRC/openSUSE:Factory/.trytond_stock_supply.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_stock_supply"
Wed Jul 5 23:56:11 2017 rev:2 rq:505320 version:4.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/trytond_stock_supply/trytond_stock_supply.changes
2016-09-23 11:30:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_stock_supply.new/trytond_stock_supply.changes
2017-07-05 23:56:14.262832773 +0200
@@ -2 +2 @@
-Sun Aug 21 12:34:04 UTC 2016 - [email protected]
+Tue Feb 7 06:13:38 UTC 2017 - [email protected]
@@ -4 +4,11 @@
-- Update summary/description
+- Version 4.2.1
+
+-------------------------------------------------------------------
+Mon Nov 28 18:22:41 UTC 2016 - [email protected]
+
+- Tryton Release 4.2
+
+-------------------------------------------------------------------
+Tue May 02 10:24:48 UTC 2016 - [email protected]
+
+- Tryton Release 4.0
Old:
----
trytond_stock_supply-3.8.2.tar.gz
New:
----
trytond_stock_supply-4.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_stock_supply.spec ++++++
--- /var/tmp/diff_new_pack.01SBIB/_old 2017-07-05 23:56:14.802756716 +0200
+++ /var/tmp/diff_new_pack.01SBIB/_new 2017-07-05 23:56:14.806756153 +0200
@@ -1,7 +1,7 @@
#
# spec file for package trytond_stock_supply
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014-2016 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -17,19 +17,18 @@
#
-%define majorver 3.8
+%define majorver 4.2
Name: trytond_stock_supply
-Version: %{majorver}.2
+Version: %{majorver}.1
Release: 0
Summary: The Stock Supply module for the Tryton ERP system
License: GPL-3.0
Group: Productivity/Office/Management
Url: http://www.tryton.org/
Source:
http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz
-BuildRequires: fdupes
# List of additional build dependencies
-BuildRequires: python-devel
-BuildRequires: python-setuptools
+BuildRequires: fdupes
+BuildRequires: python3-setuptools
Requires: trytond
Requires: trytond_account
Requires: trytond_party
@@ -48,15 +47,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_stock_supply-3.8.2.tar.gz -> trytond_stock_supply-4.2.1.tar.gz
++++++
++++ 13236 lines of diff (skipped)