GNU bug report logs -
#65642
Update lcrq to 0.1.2
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65642 in the body.
You can then email your comments to 65642 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#65642
; Package
guix-patches
.
(Thu, 31 Aug 2023 00:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 31 Aug 2023 00:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The attached patch updates lcrq to 0.1.1.
The two dependent packages, librecast and lcsync both build fine with
the newer lcrq.
live well,
vagrant
[0001-gnu-lcrq-Update-to-0.1.1.patch (text/x-diff, inline)]
From e8525bb82f35c6251991130f4a64fc99f0bba69f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Wed, 30 Aug 2023 17:54:09 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.1.
* gnu/packages/networking.scm (lcrq): Update to 0.1.1.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4ecd85009..936d249565 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -256,7 +256,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.1.0")
+ (version "0.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
+ "09dnr3hmhkd7frd5w0mds6069damshn9hrrvmwasrppr4hfydxqs"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
base-commit: d6966b8a5b4f2ddda2bc685b9642e7a1c2cbe17c
--
2.39.2
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65642
; Package
guix-patches
.
(Thu, 31 Aug 2023 22:49:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 65642 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
And in the meantime, upstream snuck in a new release with some minor
fixes. May as well update to that!
Both lcsync and librecast still build fine!
live well,
vagrant
[0001-gnu-lcrq-Update-to-0.1.2.patch (text/x-diff, inline)]
From 3454b360a107aba20ee00e7d5fc0d56177704d58 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Thu, 31 Aug 2023 15:43:14 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.1.2.
* gnu/packages/networking.scm (lcrq): Update to 0.1.2.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4ecd85009..7d1fa307a3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -256,7 +256,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.1.0")
+ (version "0.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -265,7 +265,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
+ "1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
base-commit: f5c4db45e95cf8ea23c2c133ed2535ca94a06f7d
--
2.39.2
[signature.asc (application/pgp-signature, inline)]
Changed bug title to 'Update lcrq to 0.1.2' from 'Update lcrq to 0.1.1'
Request was from
Vagrant Cascadian <vagrant <at> debian.org>
to
control <at> debbugs.gnu.org
.
(Thu, 31 Aug 2023 23:30:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 00:52:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 00:52:04 GMT)
Full text and
rfc822 format available.
Message #15 received at 65642-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Vagrant Cascadian <vagrant <at> debian.org> writes:
> And in the meantime, upstream snuck in a new release with some minor
> fixes. May as well update to that!
>
> Both lcsync and librecast still build fine!
>
> live well,
> vagrant
>
> From 3454b360a107aba20ee00e7d5fc0d56177704d58 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> debian.org>
> Date: Thu, 31 Aug 2023 15:43:14 -0700
> Subject: [PATCH] gnu: lcrq: Update to 0.1.2.
>
> * gnu/packages/networking.scm (lcrq): Update to 0.1.2.
> ---
Installed!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:20 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.