forked from pool/python-macholib
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:
3
macholib-1.11.tar.gz
Normal file
3
macholib-1.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db
|
||||||
|
size 485878
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9aeec52d7da59912b15445d08b08d95cee48414f01dd035be06f04a825973c08
|
|
||||||
size 578425
|
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 16 19:06:28 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 24 17:35:17 UTC 2018 - toddrme2178@gmail.com
|
Thu May 24 17:35:17 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-macholib
|
Name: python-macholib
|
||||||
Version: 1.9
|
Version: 1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Mach-O header analysis and editing
|
Summary: Mach-O header analysis and editing
|
||||||
@@ -65,7 +65,6 @@ sed -i -e '/^#!\//, 1d' macholib/macho_standalone.py
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
%license doc/license.rst
|
%license doc/license.rst
|
||||||
%python3_only %{_bindir}/macho_find
|
%python3_only %{_bindir}/macho_find
|
||||||
|
|||||||
Reference in New Issue
Block a user