diff --git a/python-setproctitle.changes b/python-setproctitle.changes index ac9ce7e..def09a9 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 + +- Provide python3 spec file + ------------------------------------------------------------------- Tue Mar 29 13:48:10 UTC 2011 - saschpe@suse.de diff --git a/python-setproctitle.spec b/python-setproctitle.spec index 0c8ee89..f158cde 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 @@ -22,13 +22,13 @@ %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 +51,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.changes b/python3-setproctitle.changes new file mode 100644 index 0000000..def09a9 --- /dev/null +++ b/python3-setproctitle.changes @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +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 + +- Provide python3 spec file + +------------------------------------------------------------------- +Tue Mar 29 13:48:10 UTC 2011 - saschpe@suse.de + +- Spec file cleanup: + * changed license to BSD3c + * packaded documentation files + * fixed build non-SUSE distros + +------------------------------------------------------------------- +Thu Nov 18 15:52:28 UTC 2010 - hvogel@novell.com + +- Update to version 1.1 + * add support python3 + +------------------------------------------------------------------- +Wed Jun 23 14:54:43 UTC 2010 - hvogel@novell.com + +- Initial package, Version 1.0.1 + + diff --git a/python3-setproctitle.spec b/python3-setproctitle.spec new file mode 100644 index 0000000..81974aa --- /dev/null +++ b/python3-setproctitle.spec @@ -0,0 +1,54 @@ +# +# spec file for package python3-setproctitle +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + + +%define modname setproctitle + +Name: python3-setproctitle +Version: 1.1.3 +Release: 0 +Summary: Python module to allow customization of the process title +License: BSD-3-Clause +Group: Development/Libraries/Python +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 + +%description +Changing the title is mostly useful in multi-process systems, for example when +a master process is forked: changing the children's title allows to identify +the task each process is busy with. The technique is used by PostgreSQL and +the OpenSSH Server for example. + +%prep +%setup -q -n %{modname}-%{version} + +%build +export CFLAGS="%{optflags}" +python3 setup.py build + +%install +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES + +%clean +rm -rf %{buildroot} + +%files -f INSTALLED_FILES +%defattr(-,root,root) + +%changelog 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