From 9e3bb9061ee10359c31060c9eaa136199f12b76570457e8a19c00f36fcc66dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 14:56:51 +0000 Subject: [PATCH] - Update to 1.0.16: * no changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=5 --- pysmbc-1.0.15.8.tar.bz2 | 3 --- pysmbc-1.0.16.tar.bz2 | 3 +++ python-pysmbc.changes | 6 ++++++ python-pysmbc.spec | 17 ++++++++--------- 4 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 pysmbc-1.0.15.8.tar.bz2 create mode 100644 pysmbc-1.0.16.tar.bz2 diff --git a/pysmbc-1.0.15.8.tar.bz2 b/pysmbc-1.0.15.8.tar.bz2 deleted file mode 100644 index 2417a76..0000000 --- a/pysmbc-1.0.15.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0567c1789a911500b83c64becdaa0015c135cce0bcf59ec593df48859bebbf1d -size 24691 diff --git a/pysmbc-1.0.16.tar.bz2 b/pysmbc-1.0.16.tar.bz2 new file mode 100644 index 0000000..b8713a1 --- /dev/null +++ b/pysmbc-1.0.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62199b5cca02c05d5f3b9edbc9a864fb8a2cbe47a465c0b9461642eb3b6f5aca +size 25523 diff --git a/python-pysmbc.changes b/python-pysmbc.changes index 13d4bcb..944ca7d 100644 --- a/python-pysmbc.changes +++ b/python-pysmbc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 14:55:40 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.16: + * no changelog + ------------------------------------------------------------------- Thu Sep 7 16:38:12 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pysmbc.spec b/python-pysmbc.spec index 1b7ba24..15afdaf 100644 --- a/python-pysmbc.spec +++ b/python-pysmbc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysmbc # -# Copyright (c) 2017 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,7 +12,7 @@ # 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/ # @@ -21,12 +21,12 @@ # Tests don't work in rpmbuild sandbox %bcond_with test Name: python-pysmbc -Version: 1.0.15.8 +Version: 1.0.16 Release: 0 Summary: Python bindings for samba clients (libsmbclient) -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/Python -Url: http://cyberelk.net/tim/software/pysmbc/ +URL: http://cyberelk.net/tim/software/pysmbc/ Source: https://files.pythonhosted.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -45,7 +45,6 @@ Provides: %{oldpython}-smbc = %{version} Obsoletes: python3-smbc < %{version} Provides: python3-smbc = %{version} %endif - %python_subpackages %description @@ -63,7 +62,7 @@ export CFLAGS="%{optflags}" %python_install %{python_expand chmod a+x %{buildroot}%{$python_sitearch}/smbc/xattr.py -sed -i "s|^#!/usr/bin/python$|#!%__$python|" %{buildroot}%{$python_sitearch}/smbc/xattr.py +sed -i "s|^#!%{_bindir}/python$|#!%__$python|" %{buildroot}%{$python_sitearch}/smbc/xattr.py $python -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/smbc/ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitearch}/smbc/ %fdupes %{buildroot}%{$python_sitearch} @@ -78,8 +77,8 @@ $python -B -m nose . %endif %files %{python_files} -%defattr(-,root,root,-) -%doc COPYING NEWS +%license COPYING +%doc NEWS %{python_sitearch}/* %changelog