SHA256
1
0
forked from pool/patchelf

Accepting request 963361 from home:dirkmueller:Factory

- update to 0.14.5:
  * fix faulty version in 0.14.4
  * Several test fixes to fix patchelf test suite on openbsd
  * Allow multiple modifications in same call
  * Add support to build with musl
  * Fix typo: s/folllow/follow/
  * mips: fix incorrect polarity on dyn_offset

OBS-URL: https://build.opensuse.org/request/show/963361
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=27
This commit is contained in:
2022-03-24 14:03:11 +00:00
committed by Git OBS Bridge
parent 6cf03690f8
commit bcdb132bce
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 20 21:02:53 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.14.5:
* fix faulty version in 0.14.4
* Several test fixes to fix patchelf test suite on openbsd
* Allow multiple modifications in same call
* Add support to build with musl
* Fix typo: s/folllow/follow/
* mips: fix incorrect polarity on dyn_offset
-------------------------------------------------------------------
Wed Dec 15 20:45:47 UTC 2021 - Dirk Müller <dmueller@suse.com>