From 0521125a18e5080b5b6ba6775f0de6bc738b41f1e20899be0709168a513b4bff Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 8 Nov 2016 17:28:06 +0000 Subject: [PATCH] Accepting request 439115 from Application:ERP:Tryton:Factory bugfix version 3.8.5 OBS-URL: https://build.opensuse.org/request/show/439115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proteus?expand=0&rev=2 --- proteus-3.8.4.tar.gz | 3 --- proteus-3.8.5.tar.gz | 3 +++ proteus.changes | 5 +++++ proteus.spec | 31 ++++++++++++++++--------------- 4 files changed, 24 insertions(+), 18 deletions(-) delete mode 100644 proteus-3.8.4.tar.gz create mode 100644 proteus-3.8.5.tar.gz diff --git a/proteus-3.8.4.tar.gz b/proteus-3.8.4.tar.gz deleted file mode 100644 index ac5e576..0000000 --- a/proteus-3.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51177ea4e3ff741600f1e410a8037196c5e011e2a856880fa060590db2622d39 -size 37229 diff --git a/proteus-3.8.5.tar.gz b/proteus-3.8.5.tar.gz new file mode 100644 index 0000000..38f3299 --- /dev/null +++ b/proteus-3.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2513d4b5681c263f08a5c093b1012f395a20f6dd9745db121a4eb5393641ea26 +size 37233 diff --git a/proteus.changes b/proteus.changes index 493ea28..2c8c6e3 100644 --- a/proteus.changes +++ b/proteus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 6 19:25:44 UTC 2016 - axel.braun@gmx.de + +- version 3.8.5 + ------------------------------------------------------------------- Tue Sep 6 15:27:24 UTC 2016 - axel.braun@gmx.de diff --git a/proteus.spec b/proteus.spec index 9ea1c5e..49b8655 100644 --- a/proteus.spec +++ b/proteus.spec @@ -14,34 +14,35 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %define majorver 3.8 -Version: %{majorver}.4 +Version: %{majorver}.5 +Release: 0 Name: proteus # List of additional build dependencies BuildRequires: fdupes -BuildRequires: python-devel -BuildRequires: python-psycopg2 -BuildRequires: python-lxml -BuildRequires: python-pydot -BuildRequires: python-setuptools +BuildRequires: python-devel +BuildRequires: python-lxml +BuildRequires: python-psycopg2 +BuildRequires: python-pydot +BuildRequires: python-setuptools -Release: 0 -License: GPL-3.0+ Url: http://www.tryton.org/ Source0: http://downloads.tryton.org/%{majorver}/%{name}-%{version}.tar.gz -Group: Productivity/Office/Management Summary: A library to access Tryton's modules like a client +License: GPL-3.0+ +Group: Productivity/Office/Management BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: trytond -Requires: python-dateutil -Requires: python-cdecimal -Requires: python-simplejson - +Requires: python-cdecimal +Requires: python-dateutil +Requires: python-simplejson +Requires: trytond %description Proteus allows you to access Tryton's modules like a client. Useful for automation, data load etc. @@ -51,7 +52,7 @@ Proteus allows you to access Tryton's modules like a client. Useful for automati %build python setup.py build - + %install python setup.py install --prefix=%_prefix --root=%buildroot %fdupes -s %{buildroot}