14
0

Accepting request 649796 from home:TheBlackCat:branches:devel:languages:python

- Update to 1.11
  * Add very hacky limited support for @loader_path. This is just
    enough to deal with extensions and dylibs found in Python
    binary wheels.
- Update to 1.10
  * #25: Add support for LC_NOTE and LC_BUILD_VERSION

OBS-URL: https://build.opensuse.org/request/show/649796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-macholib?expand=0&rev=5
This commit is contained in:
Todd R
2018-11-16 19:14:02 +00:00
committed by Git OBS Bridge
parent c9b77d3738
commit 1db9dd8be9
4 changed files with 14 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-macholib
Version: 1.9
Version: 1.11
Release: 0
License: MIT
Summary: Mach-O header analysis and editing
@@ -65,7 +65,6 @@ sed -i -e '/^#!\//, 1d' macholib/macho_standalone.py
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc README.txt
%license doc/license.rst
%python3_only %{_bindir}/macho_find