From 8cce1b3b524e10d2d03ee3bb5835ea7c36fd61ea65bce0c96f68deeb71d75c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 17 Sep 2012 09:46:11 +0000 Subject: [PATCH] Accepting request 133716 from home:poorboywilly:branches:devel:languages:python Update to 1.1.6, simplify %build section, fix %files section. OBS-URL: https://build.opensuse.org/request/show/133716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=17 --- python-setproctitle.changes | 16 ++++++++++++++++ python-setproctitle.spec | 7 +++---- python3-setproctitle.changes | 16 ++++++++++++++++ python3-setproctitle.spec | 5 ++--- setproctitle-1.1.3.tar.gz | 3 --- setproctitle-1.1.6.tar.gz | 3 +++ 6 files changed, 40 insertions(+), 10 deletions(-) delete mode 100644 setproctitle-1.1.3.tar.gz create mode 100644 setproctitle-1.1.6.tar.gz diff --git a/python-setproctitle.changes b/python-setproctitle.changes index def09a9..6187570 100644 --- a/python-setproctitle.changes +++ b/python-setproctitle.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Sep 12 04:08:16 UTC 2012 - os-dev@jacraig.com + +- Update to 1.1.6: + * The module can be compiled again on Windows (issue #21). +- Changes from 1.1.5: + * No module bug, but a packaging issue: files ``README`` and ``HISTORY`` + added back into the distribution. +- Changes from 1.1.4: + * The module works correctly in embedded Python. + * ``setproctitle()`` accepts a keyword argument. + * Debug output support always compiled in: the variable ``SPT_DEBUG`` can be + used to emit debug log. +- Simplify %build sections to one line +- HISTORY and README files are now .rst files, update %files section + ------------------------------------------------------------------- Tue Jan 10 14:11:01 UTC 2012 - idonmez@suse.com diff --git a/python-setproctitle.spec b/python-setproctitle.spec index f158cde..b5545c3 100644 --- a/python-setproctitle.spec +++ b/python-setproctitle.spec @@ -22,7 +22,7 @@ %define mod_name setproctitle Name: python-setproctitle -Version: 1.1.3 +Version: 1.1.6 Release: 0 Summary: Python module to allow customization of the process title License: BSD-3-Clause @@ -45,15 +45,14 @@ the OpenSSH Server for example. %setup -q -n %{mod_name}-%{version} %build -export CFLAGS="%{optflags}" -python setup.py build +CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc COPYRIGHT HISTORY README +%doc COPYRIGHT HISTORY.rst README.rst %python_sitearch/%{mod_name}* %changelog diff --git a/python3-setproctitle.changes b/python3-setproctitle.changes index b998171..30f40b2 100644 --- a/python3-setproctitle.changes +++ b/python3-setproctitle.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Sep 12 04:08:16 UTC 2012 - os-dev@jacraig.com + +- Update to 1.1.6: + * The module can be compiled again on Windows (issue #21). +- Changes from 1.1.5: + * No module bug, but a packaging issue: files ``README`` and ``HISTORY`` + added back into the distribution. +- Changes from 1.1.4: + * The module works correctly in embedded Python. + * ``setproctitle()`` accepts a keyword argument. + * Debug output support always compiled in: the variable ``SPT_DEBUG`` can be + used to emit debug log. +- Simplify %build sections to one line +- HISTORY and README files are now .rst files, update %files section + ------------------------------------------------------------------- Thu Apr 26 14:59:11 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-setproctitle.spec b/python3-setproctitle.spec index c4b5874..f625672 100644 --- a/python3-setproctitle.spec +++ b/python3-setproctitle.spec @@ -19,7 +19,7 @@ %define modname setproctitle Name: python3-setproctitle -Version: 1.1.3 +Version: 1.1.6 Release: 0 Summary: Python module to allow customization of the process title License: BSD-3-Clause @@ -41,8 +41,7 @@ the OpenSSH Server for example. %setup -q -n %{modname}-%{version} %build -export CFLAGS="%{optflags}" -python3 setup.py build +CFLAGS="%{optflags}" python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES diff --git a/setproctitle-1.1.3.tar.gz b/setproctitle-1.1.3.tar.gz deleted file mode 100644 index 47f9a12..0000000 --- a/setproctitle-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4af97eb01a2febb810a08b46f7f53b460c1eda6beba07895c13ebe756f422306 -size 19286 diff --git a/setproctitle-1.1.6.tar.gz b/setproctitle-1.1.6.tar.gz new file mode 100644 index 0000000..676cbfc --- /dev/null +++ b/setproctitle-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2926abd47803e288f665401268a9950961be734e981035bde9acb4af80a032d +size 22589