Hello community,

here is the log from the commit of package python-setproctitle for 
openSUSE:Factory checked in at 2012-01-20 20:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setproctitle (Old)
 and      /work/SRC/openSUSE:Factory/.python-setproctitle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setproctitle", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setproctitle/python-setproctitle.changes  
2011-09-23 12:43:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setproctitle.new/python-setproctitle.changes 
    2012-01-20 20:26:34.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Jan 10 14:11:01 UTC 2012 - idon...@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 - jeng...@medozas.de
+
+- Provide python3 spec file
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setproctitle.new/python3-setproctitle.changes
    2012-01-20 20:26:34.000000000 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Tue Jan 10 14:11:01 UTC 2012 - idon...@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 - jeng...@medozas.de
+
+- Provide python3 spec file
+
+-------------------------------------------------------------------
+Tue Mar 29 13:48:10 UTC 2011 - sasc...@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 - hvo...@novell.com
+
+- Update to version 1.1
+  * add support python3
+
+-------------------------------------------------------------------
+Wed Jun 23 14:54:43 UTC 2010 - hvo...@novell.com
+
+- Initial package, Version 1.0.1
+
+

Old:
----
  setproctitle-1.1.tar.bz2

New:
----
  python3-setproctitle.changes
  python3-setproctitle.spec
  setproctitle-1.1.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-setproctitle.spec ++++++
--- /var/tmp/diff_new_pack.6ooQwR/_old  2012-01-20 20:26:44.000000000 +0100
+++ /var/tmp/diff_new_pack.6ooQwR/_new  2012-01-20 20:26:44.000000000 +0100
@@ -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 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYRIGHT HISTORY README

++++++ python3-setproctitle.spec ++++++
#
# 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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to