Thanks, applied as 0f830e73a01ed7e5050328d88804a4fb55f76993. Michael
[sent from post-receive hook] On Thu, 23 Oct 2025 15:13:59 +0200, Sven Püschel <[email protected]> wrote: > The tar archives now use xz compression instead of bz2. > > Adjusted the license by pasting the COPYING file contents into the > SPDX Online Tool [1]. > > [1] https://tools.spdx.org/app/check_license/ > > Signed-off-by: Sven Püschel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/xorg-lib-Xdamage.make b/rules/xorg-lib-Xdamage.make > index 157dab5e8d41..22ea07022230 100644 > --- a/rules/xorg-lib-Xdamage.make > +++ b/rules/xorg-lib-Xdamage.make > @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XDAMAGE) += xorg-lib-xdamage > # > # Paths and names > # > -XORG_LIB_XDAMAGE_VERSION := 1.1.5 > -XORG_LIB_XDAMAGE_MD5 := e3f554267a7a04b042dc1f6352bd6d99 > +XORG_LIB_XDAMAGE_VERSION := 1.1.6 > +XORG_LIB_XDAMAGE_MD5 := ca55d29fa0a8b5c4a89f609a7952ebf8 > XORG_LIB_XDAMAGE := libXdamage-$(XORG_LIB_XDAMAGE_VERSION) > -XORG_LIB_XDAMAGE_SUFFIX := tar.bz2 > +XORG_LIB_XDAMAGE_SUFFIX := tar.xz > XORG_LIB_XDAMAGE_URL := $(call ptx/mirror, XORG, > individual/lib/$(XORG_LIB_XDAMAGE).$(XORG_LIB_XDAMAGE_SUFFIX)) > XORG_LIB_XDAMAGE_SOURCE := > $(SRCDIR)/$(XORG_LIB_XDAMAGE).$(XORG_LIB_XDAMAGE_SUFFIX) > XORG_LIB_XDAMAGE_DIR := $(BUILDDIR)/$(XORG_LIB_XDAMAGE) > -XORG_LIB_XDAMAGE_LICENSE := MIT > +XORG_LIB_XDAMAGE_LICENSE := HPND-sell-variant > +XORG_LIB_XDAMAGE_LICENSE_FILES := \ > + file://COPYING;md5=9fe101f30dd24134cf43146863241868 > > # > ---------------------------------------------------------------------------- > # Prepare
