14
0

Accepting request 612013 from devel:languages:python:misc

Mach-O header analysis and editing

OBS-URL: https://build.opensuse.org/request/show/612013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-macholib?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-24 20:56:40 +00:00
committed by Git OBS Bridge
commit 2ab5080de0
5 changed files with 125 additions and 0 deletions

22
python-macholib.changes Normal file
View File

@@ -0,0 +1,22 @@
-------------------------------------------------------------------
Thu May 24 17:35:17 UTC 2018 - toddrme2178@gmail.com
- Update to 1.9
+ Features:
* Add definition for ``macholib.mach_o.reloc_type_generic``, which
was used in code but never defined.
* #22: Add LICENSE file
* #23: Added "--help" option for "python -m macholib"
* Added function ``macholib.MachO.lc_str_value`` which should
help in decoding value of ``macholib.mach_o.lc_str``. Those
values are offsets in the data of a load command, the function
will return the actually value as a byte string.
+ Bug fixes:
* Pull request #15: Fix typo in thread_command class
- Spec file cleanups
- Fix rpmlint issues
-------------------------------------------------------------------
Thu Oct 19 00:50:50 UTC 2017 - toddrme2178@gmail.com
- Initial version