GNU bug report logs - #69523
[PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sun, 3 Mar 2024 13:28:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 69523 in the body.
You can then email your comments to 69523 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69523; Package guix-patches. (Sun, 03 Mar 2024 13:28:02 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, 03 Mar 2024 13:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10.
Date: Sun,  3 Mar 2024 21:26:20 +0800
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10.

Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
---
 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 264e9e9724..6146468919 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -583,7 +583,7 @@ (define-public qbittorrent-enhanced
   (package
     (inherit qbittorrent)
     (name "qbittorrent-enhanced")
-    (version "4.6.1.10")
+    (version "4.6.3.10")
     (source
      (origin
        (method git-fetch)
@@ -593,7 +593,7 @@ (define-public qbittorrent-enhanced
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "101a9n2vk9d6b4vc3schkmpc56l0i0i60fcjh8hwadc6amc2ymvy"))))
+         "09b8237h0gn6y3s0a7qg247hsdra5f5kg6xhirnhhfvjd8k6qviv"))))
     (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
     (description
      "qBittorrent Enhanced is a bittorrent client based on qBittorrent with

base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
prerequisite-patch-id: c615f2b08070db6cbe847a2bdd5b7c0aae79789b
prerequisite-patch-id: fd7da036342f36a8c698f5c8975f9e48d3ade435
prerequisite-patch-id: a2c81c14423bb9858f33d7d26976e8eea61982b7
prerequisite-patch-id: e30fd25b1dc4aaaff76474153836cd48e8565eb9
prerequisite-patch-id: 03de992f0312d5f0ee3368ebc3c1fad7c955d095
prerequisite-patch-id: a2b6bd60bc05d7b5a75f15a06b1b614afd6a7033
prerequisite-patch-id: 9d60e5fdd3f1418caf15820650dd8c090c291c2b
prerequisite-patch-id: 46d4907ae64a79ec05a25ffc392868139c6d6e0f
prerequisite-patch-id: 001ba15343ed4007c5863886f73efe271fe4e85d
prerequisite-patch-id: 2ce4317c673d3f4ebb6ce6a533cb3b91b3bb155d
prerequisite-patch-id: 54df79483dc08582302bd56196974275268ff9cd
prerequisite-patch-id: dd32c8f3b6717d64fb885f9e6c43dfcb1ac2a8cc
prerequisite-patch-id: 312a71a3304ac1762c226a0a19f225232495303c
prerequisite-patch-id: d18a199a5214ab72764305a4de394034274948e8
prerequisite-patch-id: fee15aec508fd52510dac85f42e555644547746d
prerequisite-patch-id: ea0b1e91dde965b102b02332f992fcb48e7aa4c4
prerequisite-patch-id: 462fc38bd911ea0236e4ff8bcbee2e56cb4d3823
prerequisite-patch-id: 359128ef70c66deac5383f4573d799b828e229f8
prerequisite-patch-id: 251d08ae5521572f997c33ef607cf6a0f9edf7e5
prerequisite-patch-id: 36af233a11e315632428c01c58219e41a978f465
prerequisite-patch-id: c36e1723b859c868056667069e7742011efba3b8
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69523; Package guix-patches. (Sun, 03 Mar 2024 13:31:01 GMT) Full text and rfc822 format available.

Message #8 received at 69523 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 69523 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
Date: Sun,  3 Mar 2024 21:28:39 +0800
* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
"qtsvg".

Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
---
 gnu/packages/bittorrent.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 6146468919..d8abe84462 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -574,7 +574,7 @@ (define-public qbittorrent-no-x
           #~(cons "-DGUI=OFF" #$configure-flags))))
       (inputs
        (modify-inputs (package-inputs base)
-         (delete "qtsvg-5"))))))
+         (delete "qtsvg"))))))
 
 (define-public qbittorrent-nox
   (deprecated-package "qbittorrent-nox" qbittorrent-no-x))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69523; Package guix-patches. (Sun, 03 Mar 2024 13:31:02 GMT) Full text and rfc822 format available.

Message #11 received at 69523 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 69523 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to
 qbittorrent-enhanced-no-x.
Date: Sun,  3 Mar 2024 21:28:40 +0800
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed
from…
(qbittorrent-enhanced-nox): …this package, now redefined as a
DEPRECATED-PACKAGE.

Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
---
 gnu/packages/bittorrent.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index d8abe84462..d53f717f0d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -607,12 +607,15 @@ (define-public qbittorrent-enhanced
 @item Peer whitelist/blacklist
 @end itemize")))
 
-(define-public qbittorrent-enhanced-nox
+(define-public qbittorrent-enhanced-no-x
   (package
     (inherit qbittorrent-enhanced)
-    (name "qbittorrent-enhanced-nox")
-    (arguments (package-arguments qbittorrent-nox))
-    (inputs (package-inputs qbittorrent-nox))))
+    (name "qbittorrent-enhanced-no-x")
+    (arguments (package-arguments qbittorrent-no-x))
+    (inputs (package-inputs qbittorrent-no-x))))
+
+(define-public qbittorrent-enhanced-nox
+  (deprecated-package "qbittorrent-enhanced-nox" qbittorrent-enhanced-no-x))
 
 (define-public deluge
   (package
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69523; Package guix-patches. (Sun, 03 Mar 2024 17:54:02 GMT) Full text and rfc822 format available.

Message #14 received at 69523 <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 69523 <at> debbugs.gnu.org
Subject: Re: [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove
 qtsvg from inputs.
Date: Sun, 03 Mar 2024 20:52:19 +0300
[Message part 1 (text/plain, inline)]
Hi,

Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
> "qtsvg".

Seems like 'Corret' is likely a typo. Apart from that, everything seems
fine to me. I was able to successfully build the qbittorrent-enhanced
and qbittorrent-enhanced-nox packages.

Thanks,
Oleg.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sat, 09 Mar 2024 03:24:03 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Sat, 09 Mar 2024 03:24:03 GMT) Full text and rfc822 format available.

Message #19 received at 69523-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 69523-done <at> debbugs.gnu.org
Subject: Re: [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove
 qtsvg from inputs.
Date: Sat, 09 Mar 2024 11:19:51 +0800
Hi Oleg,

On Mon, 04 Mar 2024 01:52:19 +0800,
Oleg Pykhalov wrote:
>
> [1  <text/plain (7bit)>]
> Hi,
>
> Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
>
> > * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
> > "qtsvg".
>
> Seems like 'Corret' is likely a typo. Apart from that, everything seems
> fine to me. I was able to successfully build the qbittorrent-enhanced
> and qbittorrent-enhanced-nox packages.


Thank you!  I have corrected the typo and applied the series as
c5cb09e42f77...8d6d5b2a947b.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 06 Apr 2024 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.