diff --git a/python-pyinstaller-hooks-contrib.spec b/python-pyinstaller-hooks-contrib.spec index d6d411c..3950ce0 100644 --- a/python-pyinstaller-hooks-contrib.spec +++ b/python-pyinstaller-hooks-contrib.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyinstaller-hooks-contrib -Version: 2024.3 +Version: 2024.5 Release: 1mamba Summary: Community maintained hooks for PyInstaller Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib -Source: http://pypi.debian.net/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-%{version}.tar.gz +Source: http://pypi.debian.net/pyinstaller-hooks-contrib/pyinstaller_hooks_contrib-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -24,7 +24,7 @@ BuildRequires: python3.11dist(setuptools) %endif %prep -%setup -q -n pyinstaller-hooks-contrib-%{version} +%setup -q -n pyinstaller_hooks_contrib-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -49,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu May 09 2024 Silvan Calarco 2024.5-1mamba +- update to 2024.5 + * Sun Mar 10 2024 Automatic Build System 2024.3-1mamba - automatic version update by autodist