all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69184] [PATCH] gnu: xpra: Update to 5.0.5
@ 2024-02-16  8:27 Andy Tai
  2024-03-05  5:46 ` [bug#69184] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2024-02-16  8:27 UTC (permalink / raw)
  To: 69184; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69184] [PATCH v2] gnu: xpra: Update to 5.0.5
  2024-02-16  8:27 [bug#69184] [PATCH] gnu: xpra: Update to 5.0.5 Andy Tai
@ 2024-03-05  5:46 ` Andy Tai
  2024-03-10  1:14   ` Andy Tai
  2024-03-10  3:08   ` bug#69184: " 宋文武 via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Tai @ 2024-03-05  5:46 UTC (permalink / raw)
  To: 69184; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69184] [PATCH v2] gnu: xpra: Update to 5.0.5
  2024-03-05  5:46 ` [bug#69184] [PATCH v2] " Andy Tai
@ 2024-03-10  1:14   ` Andy Tai
  2024-03-10  3:08   ` bug#69184: " 宋文武 via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Tai @ 2024-03-10  1:14 UTC (permalink / raw)
  To: 69184

[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]

Guix QA passed for patch https://qa.guix.gnu.org/issue/69184

On Mon, Mar 4, 2024, 9:46 PM Andy Tai <atai@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
>
>

[-- Attachment #2: Type: text/html, Size: 1899 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#69184: [PATCH v2] gnu: xpra: Update to 5.0.5
  2024-03-05  5:46 ` [bug#69184] [PATCH v2] " Andy Tai
  2024-03-10  1:14   ` Andy Tai
@ 2024-03-10  3:08   ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  3:08 UTC (permalink / raw)
  To: Andy Tai; +Cc: 69184-done

Andy Tai <atai@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!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-10  3:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16  8:27 [bug#69184] [PATCH] gnu: xpra: Update to 5.0.5 Andy Tai
2024-03-05  5:46 ` [bug#69184] [PATCH v2] " Andy Tai
2024-03-10  1:14   ` Andy Tai
2024-03-10  3:08   ` bug#69184: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.