14
0

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
This commit is contained in:
Ismail Dönmez
2012-09-17 09:46:11 +00:00
committed by Git OBS Bridge
parent ff4df3922d
commit 8cce1b3b52
6 changed files with 40 additions and 10 deletions

View File

@@ -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