Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spice-vdagent: update to 0.22.1.
@ 2022-10-06 18:17 motorto
  2022-10-06 21:19 ` [PR PATCH] [Updated] " motorto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2022-10-06 18:17 UTC (permalink / raw)
  To: ml

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

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages spice-vdagent-0.22.1
https://github.com/void-linux/void-packages/pull/39779

spice-vdagent: update to 0.22.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


A patch file from https://github.com/void-linux/void-packages/pull/39779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spice-vdagent-0.22.1-39779.patch --]
[-- Type: text/x-diff, Size: 1143 bytes --]

From 55329c380e419e42333b7373ace3bc88c04314e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Oct 2022 19:15:51 +0100
Subject: [PATCH] spice-vdagent: update to 0.22.1.

---
 srcpkgs/spice-vdagent/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template
index acbefa2a5107..7507d40d0e96 100644
--- a/srcpkgs/spice-vdagent/template
+++ b/srcpkgs/spice-vdagent/template
@@ -1,6 +1,6 @@
 # Template file for 'spice-vdagent'
 pkgname=spice-vdagent
-version=0.19.0
+version=0.22.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://spice-space.org/"
 distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
-checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
+checksum=93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0
 
 do_install() {
 	make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install

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

* Re: [PR PATCH] [Updated] spice-vdagent: update to 0.22.1.
  2022-10-06 18:17 [PR PATCH] spice-vdagent: update to 0.22.1 motorto
@ 2022-10-06 21:19 ` motorto
  2022-10-06 21:20 ` motorto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-10-06 21:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages spice-vdagent-0.22.1
https://github.com/void-linux/void-packages/pull/39779

spice-vdagent: update to 0.22.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


A patch file from https://github.com/void-linux/void-packages/pull/39779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spice-vdagent-0.22.1-39779.patch --]
[-- Type: text/x-diff, Size: 1736 bytes --]

From 99fc8a8451426d688d6c3e93a177b937d2fac3f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Oct 2022 19:15:51 +0100
Subject: [PATCH] spice-vdagent: update to 0.22.1.

---
 srcpkgs/spice-vdagent/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template
index acbefa2a5107..6f650507e427 100644
--- a/srcpkgs/spice-vdagent/template
+++ b/srcpkgs/spice-vdagent/template
@@ -1,24 +1,32 @@
 # Template file for 'spice-vdagent'
 pkgname=spice-vdagent
-version=0.19.0
+version=0.22.1
 revision=1
 build_style=gnu-configure
+# The test-session-info test fails for unknown reasons (see:
+# https://gitlab.freedesktop.org/spice/linux/vd_agent/-/issues/24).
+make_check_args="XFAIL_TESTS=tests/test-session-info"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
  libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
  alsa-lib-devel libdrm-devel"
 depends="dbus"
+checkdepends="procps-ng"
 short_desc="Spice agent for Linux"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://spice-space.org/"
 distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
-checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
+checksum=93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0
 
 do_install() {
 	make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
 }
 
+pre_check() {
+	rm -rf tests/test-session-info
+}
+
 post_install() {
 	vsv spice-vdagentd
 }

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

* Re: [PR PATCH] [Updated] spice-vdagent: update to 0.22.1.
  2022-10-06 18:17 [PR PATCH] spice-vdagent: update to 0.22.1 motorto
  2022-10-06 21:19 ` [PR PATCH] [Updated] " motorto
@ 2022-10-06 21:20 ` motorto
  2022-10-06 21:20 ` motorto
  2022-10-07  8:19 ` [PR PATCH] [Merged]: spice-vdagent: update to 0.22.1; adopt classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-10-06 21:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages spice-vdagent-0.22.1
https://github.com/void-linux/void-packages/pull/39779

spice-vdagent: update to 0.22.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


A patch file from https://github.com/void-linux/void-packages/pull/39779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spice-vdagent-0.22.1-39779.patch --]
[-- Type: text/x-diff, Size: 1631 bytes --]

From 73a94ddcdfbf188360fc53cfc41fb579af1a9025 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Oct 2022 19:15:51 +0100
Subject: [PATCH] spice-vdagent: update to 0.22.1.

---
 srcpkgs/spice-vdagent/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template
index acbefa2a5107..536cf565b4ba 100644
--- a/srcpkgs/spice-vdagent/template
+++ b/srcpkgs/spice-vdagent/template
@@ -1,19 +1,23 @@
 # Template file for 'spice-vdagent'
 pkgname=spice-vdagent
-version=0.19.0
+version=0.22.1
 revision=1
 build_style=gnu-configure
+# The test-session-info test fails for unknown reasons (see:
+# https://gitlab.freedesktop.org/spice/linux/vd_agent/-/issues/24).
+make_check_args="XFAIL_TESTS=tests/test-session-info"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
  libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
  alsa-lib-devel libdrm-devel"
 depends="dbus"
+checkdepends="procps-ng"
 short_desc="Spice agent for Linux"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://spice-space.org/"
 distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
-checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
+checksum=93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0
 
 do_install() {
 	make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install

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

* Re: [PR PATCH] [Updated] spice-vdagent: update to 0.22.1.
  2022-10-06 18:17 [PR PATCH] spice-vdagent: update to 0.22.1 motorto
  2022-10-06 21:19 ` [PR PATCH] [Updated] " motorto
  2022-10-06 21:20 ` motorto
@ 2022-10-06 21:20 ` motorto
  2022-10-07  8:19 ` [PR PATCH] [Merged]: spice-vdagent: update to 0.22.1; adopt classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-10-06 21:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages spice-vdagent-0.22.1
https://github.com/void-linux/void-packages/pull/39779

spice-vdagent: update to 0.22.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


A patch file from https://github.com/void-linux/void-packages/pull/39779.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spice-vdagent-0.22.1-39779.patch --]
[-- Type: text/x-diff, Size: 1637 bytes --]

From 0c1df79809f8e61216b0965e7bb9aab87f48175f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 6 Oct 2022 19:15:51 +0100
Subject: [PATCH] spice-vdagent: update to 0.22.1;adopt.

---
 srcpkgs/spice-vdagent/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template
index acbefa2a5107..536cf565b4ba 100644
--- a/srcpkgs/spice-vdagent/template
+++ b/srcpkgs/spice-vdagent/template
@@ -1,19 +1,23 @@
 # Template file for 'spice-vdagent'
 pkgname=spice-vdagent
-version=0.19.0
+version=0.22.1
 revision=1
 build_style=gnu-configure
+# The test-session-info test fails for unknown reasons (see:
+# https://gitlab.freedesktop.org/spice/linux/vd_agent/-/issues/24).
+make_check_args="XFAIL_TESTS=tests/test-session-info"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
  libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
  alsa-lib-devel libdrm-devel"
 depends="dbus"
+checkdepends="procps-ng"
 short_desc="Spice agent for Linux"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://spice-space.org/"
 distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
-checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
+checksum=93b0d15aca4762cc7d379b179a7101149dbaed62b72112fffb2b3e90b11687a0
 
 do_install() {
 	make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install

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

* Re: [PR PATCH] [Merged]: spice-vdagent: update to 0.22.1; adopt.
  2022-10-06 18:17 [PR PATCH] spice-vdagent: update to 0.22.1 motorto
                   ` (2 preceding siblings ...)
  2022-10-06 21:20 ` motorto
@ 2022-10-07  8:19 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-07  8:19 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

spice-vdagent: update to 0.22.1; adopt.
https://github.com/void-linux/void-packages/pull/39779

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


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

end of thread, other threads:[~2022-10-07  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 18:17 [PR PATCH] spice-vdagent: update to 0.22.1 motorto
2022-10-06 21:19 ` [PR PATCH] [Updated] " motorto
2022-10-06 21:20 ` motorto
2022-10-06 21:20 ` motorto
2022-10-07  8:19 ` [PR PATCH] [Merged]: spice-vdagent: update to 0.22.1; adopt classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).