update to 6.9.0 [release 6.9.0-1mamba;Thu Apr 10 2025]

This commit is contained in:
Silvan Calarco 2025-04-11 19:38:55 +02:00
parent 7b00f1c1e2
commit 37326d0432

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: PyQt6
Version: 6.8.0
Version: 6.9.0
Release: 1mamba
Summary: Python bindings for the Qt6 cross platform GUI toolkit
Group: System/Libraries
@ -10,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.riverbankcomputing.com/software/pyqt
Source: https://pypi.debian.net/PyQt6/PyQt6-%{version}.tar.gz
Source: https://pypi.debian.net/PyQt6/pyqt6-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -73,13 +73,15 @@ Obsoletes: PyQt6-QtDesigner-py310 <= 6.6.0-1mamba
%pyver_package
%define debug_package %{nil}
%prep
%setup -q
%setup -q -n pyqt6-%{version}
#-D -T
%build
#:<< _EOF
export CXXFLAGS+=" -DQT_NO_INT128" # Fix build with Qt 6.6
#export CXXFLAGS+=" -DQT_NO_INT128" # Fix build with Qt 6.6
sip-build \
--confirm-license \
@ -135,6 +137,9 @@ done
%{_qt6_plugindir}/designer/*
%changelog
* Thu Apr 10 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.9.0-1mamba
- update to 6.9.0
* Fri Dec 13 2024 Automatic Build System <autodist@openmamba.org> 6.8.0-1mamba
- automatic version update by autodist