mbox series

[bug#67557,0/5] Update libtorrent-rasterbar and dependent programs

Message ID cover.1701386073.git.~@wolfsden.cz
Headers show
Series Update libtorrent-rasterbar and dependent programs | expand

Message

Tomas Volf Nov. 30, 2023, 11:19 p.m. UTC
This series updates libtorrent-rasterbar and programs that do depend on it.

Some of these patches (for example version update of qbittorrent) could have
been sent separately, however due to split to libtorrent-rasterbar and
libtorrent-rasterbar-1.2 it seems better to send it as one series, so that the
big picture is visible.  And I was editing the package definitions anyway.

Tomas Volf (5):
  gnu: libtorrent-rasterbar: Update to 1.2.19.
  gnu: deluge: Update to 2.1.1.
  gnu: qbittorrent-enhanced: Update to 4.6.1.10.
  gnu: qbittorrent: Update to 4.6.2.
  gnu: libtorrent-rasterbar: Update to 2.0.9.

 gnu/local.mk                                  |   1 +
 gnu/packages/bittorrent.scm                   |  96 ++++--
 gnu/packages/enlightenment.scm                |   2 +-
 .../libtorrent-rasterbar-fix-tests.patch      | 304 ++++++++++++++++++
 4 files changed, 379 insertions(+), 24 deletions(-)
 create mode 100644 gnu/packages/patches/libtorrent-rasterbar-fix-tests.patch


base-commit: bdbb9dc27a590b08651d058f06a42caa26e04abb
--
2.41.0

Comments

Ludovic Courtès Dec. 6, 2023, 10:49 p.m. UTC | #1
Hello Tomas,

Tomas Volf <~@wolfsden.cz> skribis:

>   gnu: libtorrent-rasterbar: Update to 1.2.19.
>   gnu: deluge: Update to 2.1.1.
>   gnu: qbittorrent-enhanced: Update to 4.6.1.10.
>   gnu: qbittorrent: Update to 4.6.2.
>   gnu: libtorrent-rasterbar: Update to 2.0.9.

Applied v3 of the patch series after building all dependents of
‘libtorrent-rasterbar’ locally on x86_64-linux.

Thanks!

Ludo’.
Tomas Volf Dec. 7, 2023, 3:31 p.m. UTC | #2
Hi,

On 2023-12-06 23:49:44 +0100, Ludovic Courtès wrote:
> Hello Tomas,
>
> Tomas Volf <~@wolfsden.cz> skribis:
>
> >   gnu: libtorrent-rasterbar: Update to 1.2.19.
> >   gnu: deluge: Update to 2.1.1.
> >   gnu: qbittorrent-enhanced: Update to 4.6.1.10.
> >   gnu: qbittorrent: Update to 4.6.2.
> >   gnu: libtorrent-rasterbar: Update to 2.0.9.
>
> Applied v3 of the patch series after building all dependents of
> ‘libtorrent-rasterbar’ locally on x86_64-linux.
>
> Thanks!

No, thank you :)

Tomas

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.