diff --git a/pysmi-0.1.3.tar.gz b/pysmi-0.1.3.tar.gz deleted file mode 100644 index 99cd40f..0000000 --- a/pysmi-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c74d6a0b502c04cedbf5f8f2d17656b830e5c364b92a947f4cb79240206e1b -size 78325 diff --git a/pysmi-0.3.3.tar.gz b/pysmi-0.3.3.tar.gz new file mode 100644 index 0000000..6e8ff0e --- /dev/null +++ b/pysmi-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e35c2b935ba5a68e086d7781dae1b508c228a960279620d182e876448acf02f +size 94674 diff --git a/python-pysmi.changes b/python-pysmi.changes index 154cf2f..ba424ca 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 10 08:34:25 UTC 2019 - mardnh@gmx.de + +- Update to version 0.3.3 + * Exit code indication of the command-line tools aligned with + sysexits.h to report more useful termination status + +- Update to version 0.3.2 + * Fixed compiler crash when building comments at a platform + which has broken users/groups databases + ------------------------------------------------------------------- Tue Dec 4 12:52:52 UTC 2018 - Matej Cepl diff --git a/python-pysmi.spec b/python-pysmi.spec index 8f99d04..9eaa75a 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysmi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pysmi -Version: 0.1.3 +Version: 0.3.3 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause @@ -49,7 +49,9 @@ Documentation: http://pysmi.sf.net %install %python_install mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump +mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy %python_clone -a %{buildroot}%{_bindir}/mibdump +%python_clone -a %{buildroot}%{_bindir}/mibcopy %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %post @@ -66,5 +68,6 @@ mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump %doc README.md CHANGES.rst %{python_sitelib}/* %python_alternative %{_bindir}/mibdump +%python_alternative %{_bindir}/mibcopy %changelog