From 870d8e89771fca5fa733fdfb9f7502fb1141b14d59e94658209675f43bbc9dfc Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Thu, 7 Oct 2021 09:45:36 +0000 Subject: [PATCH] Accepting request 923674 from home:Dead_Mozay:matrix - Update to version 0.6.11: * Just after 0.6.10 was out another nasty bug has been discovered, preventing from proper usage of URLs with an unescaped double-hash (##), which may come when a matrix.to URL is generated for a bridged IRC channel (and it even got a very nice number #512). Aside from this fix, quotest will not return with success code 0 any more if it failed to even start testing for some reason (#496). OBS-URL: https://build.opensuse.org/request/show/923674 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=19 --- libQuotient-0.6.10.tar.gz | 3 --- libQuotient-0.6.11.tar.gz | 3 +++ libQuotient.changes | 11 +++++++++++ libQuotient.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 libQuotient-0.6.10.tar.gz create mode 100644 libQuotient-0.6.11.tar.gz diff --git a/libQuotient-0.6.10.tar.gz b/libQuotient-0.6.10.tar.gz deleted file mode 100644 index df6e3b4..0000000 --- a/libQuotient-0.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6011bfec72a5b3125622f97fcc0a807e6771c91a8c73d1979f6c5e811b7b2d -size 561503 diff --git a/libQuotient-0.6.11.tar.gz b/libQuotient-0.6.11.tar.gz new file mode 100644 index 0000000..1f45f31 --- /dev/null +++ b/libQuotient-0.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46 +size 562144 diff --git a/libQuotient.changes b/libQuotient.changes index ce90fed..40b2597 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 7 08:37:12 UTC 2021 - Dead Mozay + +- Update to version 0.6.11: + * Just after 0.6.10 was out another nasty bug has been discovered, + preventing from proper usage of URLs with an unescaped double-hash (##), + which may come when a matrix.to URL is generated for a bridged IRC channel + (and it even got a very nice number #512). Aside from this fix, + quotest will not return with success code 0 any more if it failed to + even start testing for some reason (#496). + ------------------------------------------------------------------- Sun Oct 3 08:21:09 UTC 2021 - Dead Mozay diff --git a/libQuotient.spec b/libQuotient.spec index a639a89..b1ced35 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -20,7 +20,7 @@ %define sonum 0.6 %bcond_with e2ee Name: libQuotient -Version: 0.6.10 +Version: 0.6.11 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only