adjust gl mask function fix to try ints first, then bytes if it fails
This commit is contained in:
parent
8b2953b5d4
commit
10d1a99357
3 changed files with 96 additions and 51 deletions
|
|
@ -1,12 +1,12 @@
|
|||
Name: python-uranium
|
||||
Version: 5.3.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A Python framework for building desktop applications
|
||||
License: LGPLv3+
|
||||
URL: https://github.com/Ultimaker/Uranium
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
|
||||
Patch0: Uranium-5.3.0-qt-6.5-hack.patch
|
||||
Patch1: Uranium-5.3.0-qt-replace-gltrue-glfalse-with-bytes.patch
|
||||
Patch1: Uranium-5.3.0-qt-try-ints-then-bytes-for-gl-mask-functions.patch
|
||||
|
||||
# Cmake bits taken from 4.13.1, before upstream went nuts with conan
|
||||
Source2: mod_bundled_packages_json.py
|
||||
|
|
@ -133,6 +133,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-4
|
||||
- try ints, then bytes for gl mask functions
|
||||
|
||||
* Mon May 22 2023 Tom Callaway <spot@fedoraproject.org> - 5.3.0-3
|
||||
- try to hack qt6.5 support
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue