GNU bug report logs -
#71188
[PATCH] gnu: xpra: Update to 6.0.1.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 25 May 2024 05:46:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.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 71188 in the body.
You can then email your comments to 71188 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#71188
; Package
guix-patches
.
(Sat, 25 May 2024 05:46:01 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
.
(Sat, 25 May 2024 05:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xorg.scm (xpra): Update to 6.0.1.
Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
---
gnu/packages/xorg.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1f1fe4d7c6..c13a1f4215 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6158,14 +6158,16 @@ (define-public xcompmgr
(define-public xpra
(package
(name "xpra")
- (version "6.0")
+ (version "6.0.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://www.xpra.org/src/xpra-"
- version ".tar.xz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Xpra-org/xpra.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1dh89k2whvim4lgnryr9hisdq2zzcc5md9c3vm49y6jsp4j77glq"))
+ (base32 "0l92zscy1kjb0bpsdd8r2mchv2gks0krz6dj34s65c34zwa1rwg6"))
(patches (search-patches "xpra-6.0-systemd-run.patch"
"xpra-6.0-install_libs.patch"))))
(build-system python-build-system)
base-commit: 9901416233867233192b63fde7f616751127b189
--
2.34.1
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 26 May 2024 17:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Sun, 26 May 2024 17:14:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 71188-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/xorg.scm (xpra): Update to 6.0.1.
>
> Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad
> ---
> gnu/packages/xorg.scm | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
Thanks for the patch, I've pushed this to master as
13d5e6f84a5a3130b628bc37377db562fc69b057.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Jun 2024 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.