From ccc25980e96f8bb794b1ea472389586f16d5ce103620cd21e91794e35938eaf4 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Wed, 11 Nov 2020 18:11:38 +0000 Subject: [PATCH 1/2] Update to proteus Version 5.0.8 - Bugfix Release OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/proteus?expand=0&rev=28 --- proteus-5.0.7.tar.gz | 3 --- proteus-5.0.8.tar.gz | 3 +++ proteus.changes | 5 +++++ proteus.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 proteus-5.0.7.tar.gz create mode 100644 proteus-5.0.8.tar.gz diff --git a/proteus-5.0.7.tar.gz b/proteus-5.0.7.tar.gz deleted file mode 100644 index 830b0df..0000000 --- a/proteus-5.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ff4662a256851b1f7ba9245d99b2612e8e755dc192b05476acfac302e941b6 -size 39930 diff --git a/proteus-5.0.8.tar.gz b/proteus-5.0.8.tar.gz new file mode 100644 index 0000000..3d10732 --- /dev/null +++ b/proteus-5.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f694c4300d77e28e6f4bf2480cafddb5832701c17400a7711e4511ca5c010ba +size 39862 diff --git a/proteus.changes b/proteus.changes index 848db7b..fa08d18 100644 --- a/proteus.changes +++ b/proteus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 11 18:11:28 UTC 2020 - Axel Braun + +- Version 5.0.8 - Bugfix Release + ------------------------------------------------------------------- Tue Dec 3 09:27:47 UTC 2019 - Axel Braun diff --git a/proteus.spec b/proteus.spec index 452343f..9eddb89 100644 --- a/proteus.spec +++ b/proteus.spec @@ -1,7 +1,7 @@ # # spec file for package proteus # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define majorver 5.0 Name: proteus -Version: %{majorver}.7 +Version: %{majorver}.8 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later From 5bbaca10d5d932b63ba92ad0ef0e0f06ca066f9fe5548de52c92d9cee4aa0b15 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Wed, 11 Nov 2020 18:13:03 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/proteus?expand=0&rev=29 --- proteus.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proteus.spec b/proteus.spec index 9eddb89..930d303 100644 --- a/proteus.spec +++ b/proteus.spec @@ -55,7 +55,8 @@ python3 setup.py install --prefix=%_prefix --root=%buildroot %files %defattr(-,root,root) -%doc README LICENSE +%doc README +%license LICENSE %{python_sitelib}/* %changelog