14
0

Accepting request 508592 from home:tbechtold:branches:devel:languages:python

- update to 1.10.0:
  - Fixed building with certain ``prctl.h`` implementations (issue #44).
  - Use ``setuptools`` if available (issue #48).
  - Fixed build on VC (issues #20, #33).
  - Added ``MANIFEST.in`` to the source distribution to help with RPM building
    (issue #30).
- convert to singlespec
- fix Source url

OBS-URL: https://build.opensuse.org/request/show/508592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=30
This commit is contained in:
Thomas Bechtold
2017-07-07 13:03:31 +00:00
committed by Git OBS Bridge
parent a9c6d8ab9a
commit cbfb4eb4fa
4 changed files with 28 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 6 14:54:21 UTC 2017 - tbechtold@suse.com
- update to 1.10.0:
- Fixed building with certain ``prctl.h`` implementations (issue #44).
- Use ``setuptools`` if available (issue #48).
- Fixed build on VC (issues #20, #33).
- Added ``MANIFEST.in`` to the source distribution to help with RPM building
(issue #30).
- convert to singlespec
- fix Source url
-------------------------------------------------------------------
Tue Nov 19 17:40:11 UTC 2013 - p.drouand@gmail.com