[packages/qscintilla2] remove 0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors patch dropped from spec in 4f84ab8

atler atler at pld-linux.org
Fri Apr 8 11:09:45 CEST 2022


commit 9147b9610c5ef96a79f91673a4d076f1d50316c4
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Apr 8 11:08:32 2022 +0200

    remove 0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors patch dropped from spec in 4f84ab8

 ...e-Python-signatures-of-the-QsciAPIs-ctors.patch | 36 ----------------------
 1 file changed, 36 deletions(-)
---
diff --git a/0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch b/0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch
deleted file mode 100644
index d07bcac..0000000
--- a/0011-Fixed-the-Python-signatures-of-the-QsciAPIs-ctors.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Phil Thompson <phil at riverbankcomputing.com>
-Date: Tue, 23 Jun 2020 12:34:22 +0300
-Subject: Fixed the Python signatures of the QsciAbstractAPIs and QsciAPIs
- ctors.
-
----
- Python/sip/qsciabstractapis.sip | 2 +-
- Python/sip/qsciapis.sip         | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Python/sip/qsciabstractapis.sip b/Python/sip/qsciabstractapis.sip
-index e0240a0..a00f630 100644
---- a/Python/sip/qsciabstractapis.sip
-+++ b/Python/sip/qsciabstractapis.sip
-@@ -25,7 +25,7 @@ class QsciAbstractAPIs : QObject
- %End
- 
- public:
--    QsciAbstractAPIs(QsciLexer *lexer /TransferThis/ = 0);
-+    QsciAbstractAPIs(QsciLexer *lexer /TransferThis/);
-     virtual ~QsciAbstractAPIs();
- 
-     QsciLexer *lexer() const;
-diff --git a/Python/sip/qsciapis.sip b/Python/sip/qsciapis.sip
-index d5ad7d5..dbea1d7 100644
---- a/Python/sip/qsciapis.sip
-+++ b/Python/sip/qsciapis.sip
-@@ -25,7 +25,7 @@ class QsciAPIs : QsciAbstractAPIs
- %End
- 
- public:
--    QsciAPIs(QsciLexer *lexer /TransferThis/ = 0);
-+    QsciAPIs(QsciLexer *lexer /TransferThis/);
-     virtual ~QsciAPIs();
- 
-     void add(const QString &entry);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qscintilla2.git/commitdiff/9147b9610c5ef96a79f91673a4d076f1d50316c4



More information about the pld-cvs-commit mailing list