diff --git a/python-setproctitle.changes b/python-setproctitle.changes index 4c1bff1..def09a9 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -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 diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 0c8ee89..79e7479 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,19 @@ # 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_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name setproctitle Name: python-setproctitle -Version: 1.1 -Release: 6 -License: BSD3c +Version: 1.1.3 +Release: 0 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 -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 BuildRequires: python-devel %if 0%{?suse_version} @@ -51,9 +50,6 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc COPYRIGHT HISTORY README diff --git a/python3-setproctitle.spec b/python3-setproctitle.spec index e2a1577..766772b 100644 --- a/python3-setproctitle.spec +++ b/python3-setproctitle.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define modname setproctitle Name: python3-setproctitle -Version: 1.1 -Release: 1 -License: BSD3c +Version: 1.1.3 +Release: 0 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 -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/setproctitle-1.1.3.tar.gz b/setproctitle-1.1.3.tar.gz new file mode 100644 index 0000000..47f9a12 --- /dev/null +++ b/setproctitle-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af97eb01a2febb810a08b46f7f53b460c1eda6beba07895c13ebe756f422306 +size 19286 diff --git a/setproctitle-1.1.tar.bz2 b/setproctitle-1.1.tar.bz2 deleted file mode 100644 index bd868ef..0000000 --- a/setproctitle-1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aabd080645cd3db6df375b66e997de82d61efa679144a113421db61e90c8c455 -size 16178