GNU bug report logs -
#72933
[PATCH 0/2] Update qbittorrent and qbittorrent-enhanced to 4.6.6.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 1 Sep 2024 15:36:03 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72933 in the body.
You can then email your comments to 72933 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72933
; Package
guix-patches
.
(Sun, 01 Sep 2024 15:36:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 01 Sep 2024 15:36:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
*** BLURB HERE ***
Hilton Chain (2):
gnu: qbittorrent: Update to 4.6.6.
gnu: qbittorrent-enhanced: Update to 4.6.6.10.
gnu/packages/bittorrent.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
prerequisite-patch-id: ed25ee0edfa1a953f15906a619a31d753abcc68a
prerequisite-patch-id: 39af2084d478edc408b86dc17b1974290af484da
prerequisite-patch-id: 9d07fea48cb08d20b43062940f573c94359d3651
prerequisite-patch-id: 347c60236ecb3d8f3e3e37dd560372fdd22b25eb
prerequisite-patch-id: 40880d14b91e09f9cdf4344433cd12dba437007e
prerequisite-patch-id: 90c667aac2c3cec8679c968f2e2aec3b3221c37b
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72933
; Package
guix-patches
.
(Sun, 01 Sep 2024 15:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 72933 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6.
Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4
---
gnu/packages/bittorrent.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 397448f06e..75bf7a02ac 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -530,7 +530,7 @@ (define-public libtorrent-rasterbar-1.2
(define-public qbittorrent
(package
(name "qbittorrent")
- (version "4.6.4")
+ (version "4.6.6")
(source
(origin
(method git-fetch)
@@ -539,7 +539,7 @@ (define-public qbittorrent
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fxjsad9d35pdy0cqjlip46kwgxfim10fy70x6wymn9pagwq9j7p"))))
+ (base32 "0kv7dgnfy8m480kxc4na9v9cjq9f9m3il191w7yvj4i8lz6jcaq1"))))
(build-system qt-build-system)
(arguments
(list #:configure-flags #~(list "-DTESTING=ON")
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72933
; Package
guix-patches
.
(Sun, 01 Sep 2024 15:43:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72933 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.6.10.
Change-Id: Ib6da65a958ee27039b8ad6ca7f535c087725e365
---
gnu/packages/bittorrent.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 75bf7a02ac..5990851166 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -584,7 +584,7 @@ (define-public qbittorrent-enhanced
(package
(inherit qbittorrent)
(name "qbittorrent-enhanced")
- (version "4.6.4.10")
+ (version "4.6.6.10")
(source
(origin
(method git-fetch)
@@ -594,7 +594,7 @@ (define-public qbittorrent-enhanced
(file-name (git-file-name name version))
(sha256
(base32
- "02g7677ck5r7yrh8vv3gwg6pfvychbykgzdaxa1xxdzqa7birff2"))))
+ "113lhxx8c7na94wckg18x5y7mbs5vwgaxdiafa03a59wwpakyqws"))))
(home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
(description
"qBittorrent Enhanced is a bittorrent client based on qBittorrent with
--
2.45.2
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Thu, 05 Sep 2024 16:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Thu, 05 Sep 2024 16:56:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 72933-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> *** BLURB HERE ***
>
> Hilton Chain (2):
> gnu: qbittorrent: Update to 4.6.6.
> gnu: qbittorrent-enhanced: Update to 4.6.6.10.
>
> gnu/packages/bittorrent.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>
> base-commit: e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53
> prerequisite-patch-id: 4e3ff0c99afaf274248ac18b899c3870f99a846c
> prerequisite-patch-id: bdc76f30658e98588f74bd956d4859e6353672f7
> prerequisite-patch-id: 4b4ad9449dc4ae9786c42193fb1237f63968f396
> prerequisite-patch-id: 395fdfde8b9e7da90cf440016074ae32ce0d4069
> prerequisite-patch-id: 479a14424e4531c453ed3c7ce735c6b8f77b26db
> prerequisite-patch-id: cb2e326e8ae032c3dcc8e3bc9f7b4483eff0359d
> prerequisite-patch-id: b30c933d7fbe30aebe660eb2cb97b85316b294e9
> prerequisite-patch-id: 7af5407ecb71d89f0888f57aba956ffd8aadc7c8
> prerequisite-patch-id: 553a7a0e54e809774d1c33e5847d4183052e027f
> prerequisite-patch-id: 66a1f2daea0a365dd623eb501e8e5d64f95cf0d8
> prerequisite-patch-id: 1f4f1e03d0a14d69f0b7bd38c45352d3da740112
> prerequisite-patch-id: ed25ee0edfa1a953f15906a619a31d753abcc68a
> prerequisite-patch-id: 39af2084d478edc408b86dc17b1974290af484da
> prerequisite-patch-id: 9d07fea48cb08d20b43062940f573c94359d3651
> prerequisite-patch-id: 347c60236ecb3d8f3e3e37dd560372fdd22b25eb
> prerequisite-patch-id: 40880d14b91e09f9cdf4344433cd12dba437007e
> prerequisite-patch-id: 90c667aac2c3cec8679c968f2e2aec3b3221c37b
push, close.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72933
; Package
guix-patches
.
(Thu, 05 Sep 2024 17:04:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Oct 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.