Github messages for voidlinux
 help / color / mirror / Atom feed
From: nbelikov <nbelikov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] spice: update to 0.15.1.
Date: Thu, 17 Nov 2022 18:40:03 +0100	[thread overview]
Message-ID: <20221117174003.bWjcZ7haRIDwBl6rKnGZOELEDpTngtZOFjtqWo2RQ1c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40486@inbox.vuxu.org>

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

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

https://github.com/nbelikov/void-packages spice
https://github.com/void-linux/void-packages/pull/40486

spice: update to 0.15.1.
Updated, and removed python 2 dependency (#38229).

#### Testing the changes
- I tested the changes in this PR: **briefly**
  I didn't do much testing other than making sure that the tests pass and that `qemu-system-x86_64` doesn't crash.
  The python scripts as far as I can tell are only involved in unit testing; moreover, upstream [uses python3](https://gitlab.freedesktop.org/spice/spice/-/blob/master/.gitlab-ci.yml) in their CI. 

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (crossbuild)

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

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

From 5c3e64259b4c168752547761e77f356ece412c7a Mon Sep 17 00:00:00 2001
From: Nikolay Belikov <nb@nbelikov.com>
Date: Sat, 12 Nov 2022 16:26:05 +0300
Subject: [PATCH] spice: update to 0.15.1.

---
 srcpkgs/spice/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template
index 7f67e27c1ac9..20d54521c3fb 100644
--- a/srcpkgs/spice/template
+++ b/srcpkgs/spice/template
@@ -1,11 +1,11 @@
 # Template file for 'spice'
 pkgname=spice
-version=0.15.0
+version=0.15.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-tunnel --disable-opengl --enable-smartcard
  --with-sasl --disable-static --enable-xinerama --disable-celt051"
-hostmakedepends="pkg-config python"
+hostmakedepends="pkg-config python3"
 makedepends="spice-protocol libjpeg-turbo-devel pixman-devel
  openssl-devel opus-devel alsa-lib-devel libXfixes-devel libXrender-devel
  libXrandr-devel libsasl-devel libXinerama-devel libglib-devel libcacard-devel
@@ -14,9 +14,10 @@ checkdepends="glib-networking"
 short_desc="Implements the SPICE protocol"
 maintainer="Anachron <gith@cron.world>"
 license="LGPL-2.1-or-later"
-homepage="http://www.spice-space.org"
+homepage="https://www.spice-space.org/"
+changelog="https://gitlab.freedesktop.org/spice/spice/-/raw/master/CHANGELOG.md"
 distfiles="https://www.spice-space.org/download/releases/spice-server/spice-${version}.tar.bz2"
-checksum=b320cf8f4bd2852750acb703c15b72856027e5a8554f8217dfbb3cc09deba0f5
+checksum=ada9af67ab321916bd7eb59e3d619a4a7796c08a28c732edfc7f02fc80b1a37a
 
 if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
 	broken="SPICE server only works on little endian architectures"
@@ -30,10 +31,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	make_check=no
 fi
 
-post_extract() {
-	sed -i 's/armv6hl/arm/g' configure	# "detects" cpu from triplet.
-}
-
 spice-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

  parent reply	other threads:[~2022-11-17 17:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12 13:47 [PR PATCH] " nbelikov
2022-11-14 19:14 ` kruceter
2022-11-15 16:53 ` [PR PATCH] [Updated] " nbelikov
2022-11-15 16:56 ` nbelikov
2022-11-17 17:40 ` nbelikov [this message]
2022-11-17 17:44 ` nbelikov
2022-11-18 11:27 ` paper42
2022-11-18 11:28 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221117174003.bWjcZ7haRIDwBl6rKnGZOELEDpTngtZOFjtqWo2RQ1c@z \
    --to=nbelikov@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).