diff --git a/_service b/_service index 4691052..aa59ca1 100644 --- a/_service +++ b/_service @@ -1,3 +1,4 @@ - \ No newline at end of file + + diff --git a/proteus-4.2.4.tar.gz b/proteus-4.2.4.tar.gz deleted file mode 100644 index 6beaeb4..0000000 --- a/proteus-4.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5c66bc16203cb260f573152c63ecb2f447df1030942f8b7f86d4ef811d06e33 -size 37918 diff --git a/proteus-4.6.5.tar.gz b/proteus-4.6.5.tar.gz new file mode 100644 index 0000000..ea9e9b7 --- /dev/null +++ b/proteus-4.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dedd394d2463d911e9400bdec65e6f9e5605cf6786288b39216523050dbb965 +size 39272 diff --git a/proteus.changes b/proteus.changes index 06356fd..5164501 100644 --- a/proteus.changes +++ b/proteus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 10 19:29:29 UTC 2018 - Axel Braun + +- Version 4.6.5 - Bugfix Release + ------------------------------------------------------------------- Wed Jul 11 12:35:32 UTC 2018 - axel.braun@gmx.de @@ -43,3 +48,4 @@ Sat Oct 26 11:26:40 UTC 2013 - axel.braun@gmx.de - initial build on OBS + diff --git a/proteus.spec b/proteus.spec index b5c0f6e..eac2146 100644 --- a/proteus.spec +++ b/proteus.spec @@ -2,7 +2,7 @@ # spec file for package proteus # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016 Dr. Axel Braun +# Copyright (c) 2017-2018 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,13 +13,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define majorver 4.2 +%define majorver 4.6 Name: proteus -Version: %{majorver}.4 +Version: %{majorver}.5 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later @@ -55,7 +55,8 @@ python setup.py install --prefix=%_prefix --root=%buildroot %files %defattr(-,root,root) -%doc README LICENSE +%doc README +%license LICENSE %{python_sitelib}/* %changelog