diff --git a/macholib-1.14.tar.gz b/macholib-1.14.tar.gz deleted file mode 100644 index 2b3202e..0000000 --- a/macholib-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c436bc847e7b1d9bda0560351bf76d7caf930fb585a828d13608839ef42c432 -size 59372 diff --git a/macholib-1.16.tar.gz b/macholib-1.16.tar.gz new file mode 100644 index 0000000..c7bdfa0 --- /dev/null +++ b/macholib-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001bf281279b986a66d7821790d734e61150d52f40c080899df8fefae056e9f7 +size 59086 diff --git a/python-macholib.changes b/python-macholib.changes index a2ddc40..18417b8 100644 --- a/python-macholib.changes +++ b/python-macholib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 29 15:42:05 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 1.16 + * Add allow_unknown_load_commands option to MachO and ```macholib.MachOHeader``. + ------------------------------------------------------------------- Mon May 25 06:50:39 UTC 2020 - Petr Gajdos diff --git a/python-macholib.spec b/python-macholib.spec index 95cc422..28a6925 100644 --- a/python-macholib.spec +++ b/python-macholib.spec @@ -1,7 +1,7 @@ # # spec file for package python-macholib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-macholib -Version: 1.14 +Version: 1.16 Release: 0 Summary: Mach-O header analysis and editing License: MIT @@ -31,7 +31,7 @@ BuildRequires: python-rpm-macros Requires: python-altgraph >= 0.15 Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module altgraph >= 0.15}