[neon/extras/qca2/Neon/unstable] debian: New neon release and remove outdated patch

Jonathan Esk-Riddell null at kde.org
Tue Dec 13 10:44:07 GMT 2022


Git commit 1107c54e3b268607f45dab313079acaf9bb46f01 by Jonathan Esk-Riddell, on behalf of Carlos De Maine.
Committed on 13/12/2022 at 10:44.
Pushed by jriddell into branch 'Neon/unstable'.

New neon release and remove outdated patch

M  +6    -0    debian/changelog
M  +0    -1    debian/patches/series
D  +0    -29   debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch

https://invent.kde.org/neon/extras/qca2/commit/1107c54e3b268607f45dab313079acaf9bb46f01

diff --git a/debian/changelog b/debian/changelog
index cf62910..dc9196b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qca2 (2.3.5-1neon) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Carlos De Maine <carlosdemaine at gmail.com>  Tue, 13 Dec 2022 09:04:32 +0100
+
 qca2 (2.3.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/series b/debian/patches/series
index ac85b11..a55c8f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
 pipeunittest_more_wait.diff
 disable_pgpunittest.diff
diff --git a/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch b/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
deleted file mode 100644
index b18c237..0000000
--- a/debian/patches/upstream_hashunittest-run-sha384longtest-only-for-providers-t.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 33a35a699928318032f62eab0e39e263c604ad9e Mon Sep 17 00:00:00 2001
-From: Pino Toscano <pino at kde.org>
-Date: Sat, 22 Oct 2022 13:51:17 +0200
-Subject: [PATCH] hashunittest: run sha384longtest only for providers that
- support sha384
-
-Fixes commit bdb0e9d37d78ec8e01d4008dba5243afe9029346 that accidentally
-left the wrong logic when refactoring the file, and makes the check as
-done in the other longtest tests.
----
- unittest/hashunittest/hashunittest.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/unittest/hashunittest/hashunittest.cpp b/unittest/hashunittest/hashunittest.cpp
-index c2c25a0e..b208c94f 100644
---- a/unittest/hashunittest/hashunittest.cpp
-+++ b/unittest/hashunittest/hashunittest.cpp
-@@ -581,7 +581,7 @@ void HashUnitTest::sha384longtest()
-     fillerString.fill('a', 1000);
- 
-     foreach (QString provider, providersToTest) {
--        if (!QCA::isSupported("sha384", provider)) {
-+        if (QCA::isSupported("sha384", provider)) {
-             // QTime t;
-             // t.start();
-             QCA::Hash shaHash(QStringLiteral("sha384"), provider);
--- 
-2.35.1
-


More information about the Neon-commits mailing list