diff --git a/PyQt6-sip.spec b/PyQt6-sip.spec index 759b34d..5a126cf 100644 --- a/PyQt6-sip.spec +++ b/PyQt6-sip.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: PyQt6-sip -Version: 13.9.0 +Version: 13.9.1 Release: 1mamba Summary: The sip extension module provides support for the PyQt6 package Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/Python-SIP/sip -Source: https://pypi.debian.net/PyQt6-sip/PyQt6_sip-%{version}.tar.gz +Source: https://pypi.debian.net/PyQt6-sip/pyqt6_sip-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -23,7 +23,7 @@ BuildRequires: libpython311-devel %endif %prep -%setup -q -n PyQt6_sip-%{version} +%setup -q -n pyqt6_sip-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Sat Jan 04 2025 Silvan Calarco 13.9.1-1mamba +- update to 13.9.1 + * Fri Dec 06 2024 Automatic Build System 13.9.0-1mamba - automatic version update by autodist