[neon/extras/qca2/Neon/stable] debian: update the patches
Pino Toscano
null at kde.org
Tue Dec 13 14:39:25 GMT 2022
Git commit b645971a9be948a0bf160df1b1855191b092ecd3 by Pino Toscano.
Committed on 22/10/2022 at 10:37.
Pushed by carlosdem into branch 'Neon/stable'.
update the patches
- define_qca_export.diff: drop, fixed upstream
- pipeunittest_more_wait.diff: refresh
M +3 -0 debian/changelog
D +0 -15 debian/patches/define_qca_export.diff
M +0 -1 debian/patches/series
https://invent.kde.org/neon/extras/qca2/commit/b645971a9be948a0bf160df1b1855191b092ecd3
diff --git a/debian/changelog b/debian/changelog
index efd8656..ed82320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ qca2 (2.3.5-0r1) UNRELEASED; urgency=medium
* CI: enable again the blhc job.
* Update the build dependencies according to the upstream build system:
- bump cmake to 3.16
+ * Update the patches:
+ - define_qca_export.diff: drop, fixed upstream
+ - pipeunittest_more_wait.diff: refresh
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 22 Oct 2022 12:29:54 +0200
diff --git a/debian/patches/define_qca_export.diff b/debian/patches/define_qca_export.diff
deleted file mode 100644
index a274447..0000000
--- a/debian/patches/define_qca_export.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Define QCA_EXPORT as Q_DECL_EXPORT on non-Windows systems so we
- can build with -fvisibility=hidden.
-Author: Felix Geyer <debfx-pkg at fobos.de>
-
---- a/include/QtCrypto/qca_export.h
-+++ b/include/QtCrypto/qca_export.h
-@@ -44,6 +44,8 @@
- #define QCA_EXPORT Q_DECL_IMPORT
- #endif
- #endif
-+#else
-+#define QCA_EXPORT Q_DECL_EXPORT
- #endif
- #ifndef QCA_EXPORT
- #define QCA_EXPORT
diff --git a/debian/patches/series b/debian/patches/series
index 066a0d6..62d4fe7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-define_qca_export.diff
pipeunittest_more_wait.diff
More information about the Neon-commits
mailing list