diff --git a/patchelf-0.14.5.tar.bz2 b/patchelf-0.14.5.tar.bz2 deleted file mode 100644 index fe8c06f..0000000 --- a/patchelf-0.14.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9a46f2989322eb89fa4f6237e20836c57b455aa43a32545ea093b431d982f5c -size 181957 diff --git a/patchelf-0.15.0.tar.bz2 b/patchelf-0.15.0.tar.bz2 new file mode 100644 index 0000000..f939641 --- /dev/null +++ b/patchelf-0.15.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4036d3ee4d8e228dec1befff0f6e46d8a40e9e570e0068e39d77e62e2c8bdc2 +size 182809 diff --git a/patchelf.changes b/patchelf.changes index 7f94b9f..474cff4 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 22 22:13:20 UTC 2022 - Dirk Müller + +- update to 0.15.0: + * Add --add-debug option + * Add O_BINARY flag when opening files to allow compilation for Windows + * Document --print-needed + * modifyRPath: return early if new and old rpath are empty + * Add comment explaining calculation for DT_MIPS_RLD_MAP_REL + * Add --no-sort option + * Handle DT_MIPS_XHASH and .MIPS.xhash + ------------------------------------------------------------------- Sun Mar 20 21:02:53 UTC 2022 - Dirk Müller diff --git a/patchelf.spec b/patchelf.spec index dfdd141..5bd0317 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -17,7 +17,7 @@ Name: patchelf -Version: 0.14.5 +Version: 0.15.0 Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only