forked from pool/python-PyInstaller
Accepting request 1034368 from home:yarunachalam:branches:devel:languages:python
- Update to 5.6.2 * Bugfix (Linux, macOS) Fix the regression in shared library collection, where the shared library would end up collected under its fully-versioned . so name (e.g., libsomething.so.1.2.3) instead of its originally referenced name (e.g., libsomething.so.1) due to accidental symbolic link resolution. (#7189) - Update to 5.6.1 Bugfix * (macOS) Fix regression in macOS app bundle signing caused by a typo made in #7180. (#7184) OBS-URL: https://build.opensuse.org/request/show/1034368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 20:29:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 5.6.2
|
||||
* Bugfix
|
||||
(Linux, macOS) Fix the regression in shared library collection, where the shared library would end up collected under its fully-versioned .
|
||||
so name (e.g., libsomething.so.1.2.3) instead of its originally referenced name (e.g., libsomething.so.1) due to accidental symbolic link resolution. (#7189)
|
||||
|
||||
- Update to 5.6.1
|
||||
Bugfix
|
||||
* (macOS) Fix regression in macOS app bundle signing caused by a typo made in #7180. (#7184)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 20:51:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user