remove fix-qcborcommon.patch

(cherry picked from commit 78c3eb87368c289dfe92d65398956fde7c91599a)
This commit is contained in:
peijiankang 2023-08-24 15:56:03 +08:00 committed by openeuler-sync-bot
parent f9f6358f50
commit cf94a6387c
2 changed files with 4 additions and 28 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@
Name: python-qt5 Name: python-qt5
Version: 5.15.6 Version: 5.15.6
Release: 2 Release: 3
Summary: PyQt5 is a set of Python bindings for Qt5 Summary: PyQt5 is a set of Python bindings for Qt5
License: GPLv3 License: GPLv3
Url: http://www.riverbankcomputing.com/software/pyqt/ Url: http://www.riverbankcomputing.com/software/pyqt/
@ -19,7 +19,6 @@ Source2: pylupdate5.sh
Source3: pyrcc5.sh Source3: pyrcc5.sh
Source4: pyuic5.sh Source4: pyuic5.sh
Patch0: fix-qcborcommon.patch
BuildRequires: chrpath findutils dbus-devel dbus-python-devel qt5-qttools-devel BuildRequires: chrpath findutils dbus-devel dbus-python-devel qt5-qttools-devel
BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtenginio-devel qt5-qtconnectivity-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 %doc %{_qt5_datadir}/qsci/api/python/PyQt5.api
%changelog %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 * Thu Mar 16 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 5.15.6-2
- Remove useless buildrequires - Remove useless buildrequires