update to 6.9.0 [release 6.9.0-1mamba;Thu Apr 10 2025]
This commit is contained in:
parent
7b00f1c1e2
commit
37326d0432
13
PyQt6.spec
13
PyQt6.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user