forked from pool/python-setproctitle
Accepting request 99643 from home:namtrac:bugfix
- Update to v1.1.3 * Don't clobber environ if the variable SPT_NOENV is set * Fixed segfault when the module is imported under vim (bnc#739242) OBS-URL: https://build.opensuse.org/request/show/99643 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
43a4f2422c
commit
aa372e4bfc
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 10 14:11:01 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to v1.1.3
|
||||||
|
* Don't clobber environ if the variable SPT_NOENV is set
|
||||||
|
* Fixed segfault when the module is imported under vim (bnc#739242)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 14:50:32 UTC 2011 - jengelh@medozas.de
|
Mon Apr 4 14:50:32 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setproctitle
|
# spec file for package python-setproctitle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,20 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define mod_name setproctitle
|
%define mod_name setproctitle
|
||||||
|
|
||||||
Name: python-setproctitle
|
Name: python-setproctitle
|
||||||
Version: 1.1
|
Version: 1.1.3
|
||||||
Release: 6
|
Release: 0
|
||||||
License: BSD3c
|
|
||||||
Summary: Python module to allow customization of the process title
|
Summary: Python module to allow customization of the process title
|
||||||
Url: http://pypi.python.org/pypi/setproctitle/
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: %{mod_name}-%{version}.tar.bz2
|
Url: http://pypi.python.org/pypi/setproctitle/
|
||||||
|
Source: http://pypi.python.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@@ -51,9 +50,6 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYRIGHT HISTORY README
|
%doc COPYRIGHT HISTORY README
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python3-setproctitle
|
# spec file for package python3-setproctitle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,17 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define modname setproctitle
|
%define modname setproctitle
|
||||||
|
|
||||||
Name: python3-setproctitle
|
Name: python3-setproctitle
|
||||||
Version: 1.1
|
Version: 1.1.3
|
||||||
Release: 1
|
Release: 0
|
||||||
License: BSD3c
|
|
||||||
Summary: Python module to allow customization of the process title
|
Summary: Python module to allow customization of the process title
|
||||||
Url: http://pypi.python.org/pypi/setproctitle/
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: %{modname}-%{version}.tar.bz2
|
Url: http://pypi.python.org/pypi/setproctitle/
|
||||||
|
Source: http://pypi.python.org/packages/source/s/setproctitle/setproctitle-%{version}.tar.gz
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
3
setproctitle-1.1.3.tar.gz
Normal file
3
setproctitle-1.1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4af97eb01a2febb810a08b46f7f53b460c1eda6beba07895c13ebe756f422306
|
||||||
|
size 19286
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aabd080645cd3db6df375b66e997de82d61efa679144a113421db61e90c8c455
|
|
||||||
size 16178
|
|
Reference in New Issue
Block a user