From 78c3eb87368c289dfe92d65398956fde7c91599a Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 24 Aug 2023 15:56:03 +0800 Subject: [PATCH] remove fix-qcborcommon.patch --- fix-qcborcommon.patch | 26 -------------------------- python-qt5.spec | 6 ++++-- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 fix-qcborcommon.patch diff --git a/fix-qcborcommon.patch b/fix-qcborcommon.patch deleted file mode 100644 index fa5d290..0000000 --- a/fix-qcborcommon.patch +++ /dev/null @@ -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 \ No newline at end of file diff --git a/python-qt5.spec b/python-qt5.spec index 847a745..9a9b2a0 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -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 - 5.15.6-3 +- Remove fix-qcborcommon.patch + * Thu Mar 16 2023 Wenlong Zhang - 5.15.6-2 - Remove useless buildrequires -- Gitee