2020-03-10 08:05:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 10 07:59:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update use-pkg-config.patch to use the embedded profile, to build
|
|
|
|
against Python 3.8.
|
|
|
|
|
2019-09-16 07:32:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 15 10:35:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Replace PyPI URL with GitHub URL
|
|
|
|
- Drop errant skip-failing-tests.patch caused by missing
|
|
|
|
test dependency procps
|
|
|
|
- Add use-pkg-config.patch to build using pkg-config instead of
|
|
|
|
python-config, as the latter is not shipped in python3-devel
|
|
|
|
- Add LANG in %check to fix openSUSE/SLE 15
|
|
|
|
- Use %license
|
|
|
|
|
2019-03-03 22:11:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 3 22:11:03 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Enable tests and add skip-failing-tests.patch to skip failing tests
|
|
|
|
(gh#dvarrazzo/py-setproctitle#60)
|
|
|
|
|
2017-07-07 13:03:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-11-19 19:57:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 19 17:40:11 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.1.8
|
|
|
|
+ Added support for Python "diehard" 2.4.
|
|
|
|
+ Fixed build on Mac OS X 10.9 Maverick (issue #27).
|
|
|
|
|
2013-09-16 08:06:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 14 17:48:24 UTC 2013 - os-dev@jacraig.com
|
|
|
|
|
|
|
|
- Update to 1.1.7:
|
|
|
|
* Added PyPy support, courtesy of Ozan Turksever (http://www.logsign.net).
|
|
|
|
|
2013-01-14 10:16:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 14 09:58:08 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Simplify macro usage
|
|
|
|
|
2012-09-17 09:46:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-01-11 10:07:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2011-04-07 23:58:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 4 14:50:32 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Provide python3 spec file
|
|
|
|
|
2011-03-31 09:45:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2010-11-18 15:53:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 18 15:52:28 UTC 2010 - hvogel@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.1
|
|
|
|
* add support python3
|
|
|
|
|
2010-06-23 14:55:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 23 14:54:43 UTC 2010 - hvogel@novell.com
|
|
|
|
|
|
|
|
- Initial package, Version 1.0.1
|
|
|
|
|
|
|
|
|