diff --git a/.gitattributes b/.gitattributes index 9b03811..37a8eaa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -## Default LFS +*.changes merge=merge-changes *.7z filter=lfs diff=lfs merge=lfs -text *.bsp filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text @@ -12,6 +12,7 @@ *.pdf filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.rpm filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text *.tbz filter=lfs diff=lfs merge=lfs -text *.tbz2 filter=lfs diff=lfs merge=lfs -text *.tgz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 57affb6..8b731c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.osc +*.obscpio +*.osc +_build.* +.pbuild diff --git a/xz-5.8.1.tar.xz b/xz-5.8.1.tar.xz deleted file mode 100644 index cc375f4..0000000 --- a/xz-5.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b54f79df85912504de0b14aec7971e3f964491af1812d83447005807513cd9e -size 1461872 diff --git a/xz-5.8.1.tar.xz.sig b/xz-5.8.1.tar.xz.sig deleted file mode 100644 index 73feda5..0000000 Binary files a/xz-5.8.1.tar.xz.sig and /dev/null differ diff --git a/xz-5.8.2.tar.xz b/xz-5.8.2.tar.xz new file mode 100644 index 0000000..01fa540 --- /dev/null +++ b/xz-5.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890966ec3f5d5cc151077879e157c0593500a522f413ac50ba26d22a9a145214 +size 1511132 diff --git a/xz-5.8.2.tar.xz.sig b/xz-5.8.2.tar.xz.sig new file mode 100644 index 0000000..6192d26 Binary files /dev/null and b/xz-5.8.2.tar.xz.sig differ diff --git a/xz.changes b/xz.changes index f9f4ae3..d1ad5f5 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 2 09:21:43 UTC 2026 - Dirk Müller + +- update to 5.8.2: + * liblzma: + - Fix the build on ARM64 on glibc versions older than + 2.24 (2016). They don't have HWCAP_CRC32 in . + - Disable CLMUL CRC code when building for 32-bit x86 + with old MSVC versions. This avoids a compiler bug. + * xz: + - Add a workaround for Red Hat Enterprise Linux 9 + kernel bug which made xz fail with "xz: Failed to enable the + sandbox". + - On AIX, don't use fsync() on directories because it + fails. + - Fix the build on Emscripten. + - Fix the build on clang-cl on Windows. + - Take resource limits (RLIMIT_DATA, RLIMIT_AS, and + RLIMIT_VMEM) + ------------------------------------------------------------------- Thu Apr 3 15:43:23 UTC 2025 - Antonio Teixeira diff --git a/xz.spec b/xz.spec index 29d0640..f6f6215 100644 --- a/xz.spec +++ b/xz.spec @@ -1,7 +1,7 @@ # # spec file for package xz # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ %bcond_with static %endif Name: xz -Version: 5.8.1 +Version: 5.8.2 Release: 0 Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm License: 0BSD AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later