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:
@@ -21,7 +21,7 @@
|
||||
%bcond_without test
|
||||
%define modname PyInstaller
|
||||
Name: python-PyInstaller
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
Release: 0
|
||||
Summary: Bundle a Python application and all its dependencies into a single package
|
||||
License: GPL-2.0-only
|
||||
|
Reference in New Issue
Block a user