xzutils: update to 5.2.12

This commit is contained in:
Tom G. Christensen 2023-10-07 10:14:34 +02:00
parent 8d2d5ada60
commit 97df48d23c
2 changed files with 6 additions and 8 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=xz
version=5.2.4
version=5.2.12
pkgver=1
source[0]=https://tukaani.org/xz/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -24,13 +24,6 @@ reg prep
prep()
{
generic_prep
if [ "$arch" = "i386" ]; then
# Replacing Wl,-z text with -mimpure-text is a workaround to avoid
# "ld: fatal: relocations remain against allocatable but non-writable sections"
# when linking liblzma
setdir source
sed -i 's|\${wl}-z \${wl}text|-mimpure-text|g' configure
fi
}
reg build
@ -50,9 +43,11 @@ install()
{
generic_install DESTDIR
${__mv} ${stagedir}${prefix}/${_docdir}/xz ${stagedir}${prefix}/${_vdocdir}
${__rm} -r ${stagedir}${prefix}/${_mandir}/{de,fr}
compat xzutils 5.0.3 1 1
compat xzutils 5.0.5 1 1
compat xzutils 5.2.1 1 1
compat xzutils 5.2.4 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Sat Oct 07 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 5.2.12-1
- Update to 5.2.12
* Wed Apr 03 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 5.2.4-1
- Update to 5.2.4