mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xorg-lib-Xxf86vm: version bump 1.1.4 -> 1.1.6
@ 2025-10-24  5:23 Sven Püschel
  2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-24  5:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

The release archives now use xz compression instead of bz2.

Checked the content of the COPYING file with the SPDX Online Tool [1]
and updated the license accordingly.

[1] https://tools.spdx.org/app/check_license/

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/xorg-lib-Xxf86vm.make | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/rules/xorg-lib-Xxf86vm.make b/rules/xorg-lib-Xxf86vm.make
index 76727c77b..78229d1d3 100644
--- a/rules/xorg-lib-Xxf86vm.make
+++ b/rules/xorg-lib-Xxf86vm.make
@@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XXF86VM) += xorg-lib-xxf86vm
 #
 # Paths and names
 #
-XORG_LIB_XXF86VM_VERSION	:= 1.1.4
-XORG_LIB_XXF86VM_MD5		:= 298b8fff82df17304dfdb5fe4066fe3a
+XORG_LIB_XXF86VM_VERSION	:= 1.1.6
+XORG_LIB_XXF86VM_MD5		:= d3db4b6dc924dc151822f5f7e79ae873
 XORG_LIB_XXF86VM		:= libXxf86vm-$(XORG_LIB_XXF86VM_VERSION)
-XORG_LIB_XXF86VM_SUFFIX		:= tar.bz2
+XORG_LIB_XXF86VM_SUFFIX		:= tar.xz
 XORG_LIB_XXF86VM_URL		:= $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XXF86VM).$(XORG_LIB_XXF86VM_SUFFIX))
 XORG_LIB_XXF86VM_SOURCE		:= $(SRCDIR)/$(XORG_LIB_XXF86VM).$(XORG_LIB_XXF86VM_SUFFIX)
 XORG_LIB_XXF86VM_DIR		:= $(BUILDDIR)/$(XORG_LIB_XXF86VM)
-XORG_LIB_XXF86VM_LICENSE	:= MIT
+XORG_LIB_XXF86VM_LICENSE	:= X11
+XORG_LIB_XXF86VM_LICENSE_FILES	:= \
+	file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.47.3




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

* Re: [ptxdist] [APPLIED] xorg-lib-Xxf86vm: version bump 1.1.4 -> 1.1.6
  2025-10-24  5:23 [ptxdist] [PATCH] xorg-lib-Xxf86vm: version bump 1.1.4 -> 1.1.6 Sven Püschel
@ 2025-10-26 20:32 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-26 20:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as a9372ee966b5a2ff3bebbfc41ba5bc7d311eb1de.

Michael

[sent from post-receive hook]

On Sun, 26 Oct 2025 21:32:48 +0100, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> The release archives now use xz compression instead of bz2.
> 
> Checked the content of the COPYING file with the SPDX Online Tool [1]
> and updated the license accordingly.
> 
> [1] https://tools.spdx.org/app/check_license/
> 
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251024052409.2710316-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/xorg-lib-Xxf86vm.make b/rules/xorg-lib-Xxf86vm.make
> index 76727c77b6a3..78229d1d3441 100644
> --- a/rules/xorg-lib-Xxf86vm.make
> +++ b/rules/xorg-lib-Xxf86vm.make
> @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XXF86VM) += xorg-lib-xxf86vm
>  #
>  # Paths and names
>  #
> -XORG_LIB_XXF86VM_VERSION	:= 1.1.4
> -XORG_LIB_XXF86VM_MD5		:= 298b8fff82df17304dfdb5fe4066fe3a
> +XORG_LIB_XXF86VM_VERSION	:= 1.1.6
> +XORG_LIB_XXF86VM_MD5		:= d3db4b6dc924dc151822f5f7e79ae873
>  XORG_LIB_XXF86VM		:= libXxf86vm-$(XORG_LIB_XXF86VM_VERSION)
> -XORG_LIB_XXF86VM_SUFFIX		:= tar.bz2
> +XORG_LIB_XXF86VM_SUFFIX		:= tar.xz
>  XORG_LIB_XXF86VM_URL		:= $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XXF86VM).$(XORG_LIB_XXF86VM_SUFFIX))
>  XORG_LIB_XXF86VM_SOURCE		:= $(SRCDIR)/$(XORG_LIB_XXF86VM).$(XORG_LIB_XXF86VM_SUFFIX)
>  XORG_LIB_XXF86VM_DIR		:= $(BUILDDIR)/$(XORG_LIB_XXF86VM)
> -XORG_LIB_XXF86VM_LICENSE	:= MIT
> +XORG_LIB_XXF86VM_LICENSE	:= X11
> +XORG_LIB_XXF86VM_LICENSE_FILES	:= \
> +	file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d
>  
>  # ----------------------------------------------------------------------------
>  # Prepare



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

end of thread, other threads:[~2025-10-26 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-24  5:23 [ptxdist] [PATCH] xorg-lib-Xxf86vm: version bump 1.1.4 -> 1.1.6 Sven Püschel
2025-10-26 20:32 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox