remove fix-qcborcommon.patch
(cherry picked from commit 78c3eb87368c289dfe92d65398956fde7c91599a)
This commit is contained in:
parent
f9f6358f50
commit
cf94a6387c
@ -1,26 +0,0 @@
|
||||
From f5c41c5d50608eb65c271e51ed6dfdcd885ead55 Mon Sep 17 00:00:00 2001
|
||||
From: wk333 <13474090681@163.com>
|
||||
Date: Mon, 7 Mar 2022 18:46:16 +0800
|
||||
Subject: [PATCH 1/1] test
|
||||
|
||||
---
|
||||
sip/QtCore/qcborcommon.sip | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/sip/QtCore/qcborcommon.sip b/sip/QtCore/qcborcommon.sip
|
||||
index 057c6c1..318e61a 100644
|
||||
--- a/sip/QtCore/qcborcommon.sip
|
||||
+++ b/sip/QtCore/qcborcommon.sip
|
||||
@@ -30,8 +30,8 @@
|
||||
|
||||
enum class QCborSimpleType
|
||||
{
|
||||
- False /PyName=False_/,
|
||||
- True /PyName=True_/,
|
||||
+ False_QCb /PyName=False_/,
|
||||
+ True_QCb /PyName=True_/,
|
||||
Null,
|
||||
Undefined,
|
||||
};
|
||||
--
|
||||
2.27.0
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
Name: python-qt5
|
||||
Version: 5.15.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: PyQt5 is a set of Python bindings for Qt5
|
||||
License: GPLv3
|
||||
Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
@ -19,7 +19,6 @@ Source2: pylupdate5.sh
|
||||
Source3: pyrcc5.sh
|
||||
Source4: pyuic5.sh
|
||||
|
||||
Patch0: fix-qcborcommon.patch
|
||||
|
||||
BuildRequires: chrpath findutils dbus-devel dbus-python-devel qt5-qttools-devel
|
||||
BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtenginio-devel qt5-qtconnectivity-devel
|
||||
@ -240,6 +239,9 @@ popd
|
||||
%doc %{_qt5_datadir}/qsci/api/python/PyQt5.api
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2023 peijiankang<peijiankang@kylinos.cn> - 5.15.6-3
|
||||
- Remove fix-qcborcommon.patch
|
||||
|
||||
* Thu Mar 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 5.15.6-2
|
||||
- Remove useless buildrequires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user