GNU bug report logs - #69184
[PATCH] gnu: xpra: Update to 5.0.5

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 18 Feb 2024 18:01:02 UTC

Severity: normal

Tags: patch

Merged with 69199

Done: 宋文武 <iyzsong <at> envs.net>

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 69184 in the body.
You can then email your comments to 69184 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#69184; Package guix-patches. (Sun, 18 Feb 2024 18:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 18 Feb 2024 18:01:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: xpra: Update to 5.0.5
Date: Fri, 16 Feb 2024 00:27:12 -0800
* gnu/packages/xorg.scm (xpra): Update to 5.0.5

Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 17a35d964d..c296254762 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6157,14 +6157,14 @@ (define-public xcompmgr
 (define-public xpra
   (package
     (name "xpra")
-    (version "5.0.4")
+    (version "5.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
+        (base32 "1cwplcism12lngg5zshynb9qj4188h86az78j3yy63jx35c9kkis"))
        (patches (search-patches "xpra-5.0-systemd-run.patch"
                                 "xpra-5.0-install_libs.patch"))))
     (build-system python-build-system)

base-commit: e3586aa61d58fd8992abb594edc2168d5bf5a6da
-- 
2.34.1





Merged 69184 69199. Request was from Andy Tai <atai <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 18 Feb 2024 22:05:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#69184; Package guix-patches. (Tue, 05 Mar 2024 05:48:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 69184 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: xpra: Update to 5.0.5
Date: Mon,  4 Mar 2024 21:46:13 -0800
* gnu/packages/xorg.scm (xpra): Update to 5.0.5

Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 17a35d964d..c296254762 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6157,14 +6157,14 @@ (define-public xcompmgr
 (define-public xpra
   (package
     (name "xpra")
-    (version "5.0.4")
+    (version "5.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.xpra.org/src/xpra-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
+        (base32 "1cwplcism12lngg5zshynb9qj4188h86az78j3yy63jx35c9kkis"))
        (patches (search-patches "xpra-5.0-systemd-run.patch"
                                 "xpra-5.0-install_libs.patch"))))
     (build-system python-build-system)

base-commit: 3da49b1472919a62df1fe399638f23a246aa325d
-- 
2.34.1





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

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

From: Andy Tai <atai <at> atai.org>
To: 69184 <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: xpra: Update to 5.0.5
Date: Sat, 9 Mar 2024 17:14:21 -0800
[Message part 1 (text/plain, inline)]
Guix QA passed for patch https://qa.guix.gnu.org/issue/69184

On Mon, Mar 4, 2024, 9:46 PM Andy Tai <atai <at> atai.org> wrote:

> * gnu/packages/xorg.scm (xpra): Update to 5.0.5
>
> Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5
> ---
>  gnu/packages/xorg.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
> index 17a35d964d..c296254762 100644
> --- a/gnu/packages/xorg.scm
> +++ b/gnu/packages/xorg.scm
> @@ -6157,14 +6157,14 @@ (define-public xcompmgr
>  (define-public xpra
>    (package
>      (name "xpra")
> -    (version "5.0.4")
> +    (version "5.0.5")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "https://www.xpra.org/src/xpra-"
>                             version ".tar.xz"))
>         (sha256
> -        (base32 "0zb49adrjrdsmf0k9xdc6j2idqy5lgzsjjrb4awjh5i4r3wc58m0"))
> +        (base32 "1cwplcism12lngg5zshynb9qj4188h86az78j3yy63jx35c9kkis"))
>         (patches (search-patches "xpra-5.0-systemd-run.patch"
>                                  "xpra-5.0-install_libs.patch"))))
>      (build-system python-build-system)
>
> base-commit: 3da49b1472919a62df1fe399638f23a246aa325d
> --
> 2.34.1
>
>
[Message part 2 (text/html, inline)]

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 10 Mar 2024 03:10:01 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Sun, 10 Mar 2024 03:10:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Andy Tai <atai <at> atai.org>
Cc: 69184-done <at> debbugs.gnu.org
Subject: Re: [bug#69184] [PATCH v2] gnu: xpra: Update to 5.0.5
Date: Sun, 10 Mar 2024 11:08:56 +0800
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/xorg.scm (xpra): Update to 5.0.5

Pushed as commit 7f1cd8847f, with update to 5.0.7, thank you!




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 10 Mar 2024 03:10:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Sun, 10 Mar 2024 03:10: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. (Sun, 07 Apr 2024 11:24:31 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.