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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 May 2024 18:13:17 +0100
with message-id <87bk4sfqdu.fsf <at> cbaines.net>
and subject line Re: [bug#71188] [PATCH] gnu: xpra: Update to 6.0.1.
has caused the debbugs.gnu.org bug report #71188,
regarding [PATCH] gnu: xpra: Update to 6.0.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
71188: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71188
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.