diff --git a/xz-5.2.2.tar.gz b/xz-5.2.2.tar.gz deleted file mode 100644 index 65618c3..0000000 --- a/xz-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2 -size 1464228 diff --git a/xz-5.2.2.tar.gz.sig b/xz-5.2.2.tar.gz.sig deleted file mode 100644 index 88b9450..0000000 Binary files a/xz-5.2.2.tar.gz.sig and /dev/null differ diff --git a/xz-5.2.3.tar.gz b/xz-5.2.3.tar.gz new file mode 100644 index 0000000..e8e6ae8 --- /dev/null +++ b/xz-5.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb +size 1490665 diff --git a/xz-5.2.3.tar.gz.sig b/xz-5.2.3.tar.gz.sig new file mode 100644 index 0000000..eb583df Binary files /dev/null and b/xz-5.2.3.tar.gz.sig differ diff --git a/xz.changes b/xz.changes index 4ce3176..6e35c96 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Dec 31 22:17:33 UTC 2016 - astieger@suse.com + +- xz 5.2.3: + * xz: always close a file before trying to delete it to avoid + problems on some operating system and file system combinations. + * C99/C11 conformance fixes to liblzma. The issues affected at + least some builds using link-time optimizations. + * Fixed bugs in the rarely-used function lzma_index_dup(). + * Use of external SHA-256 code is now disabled by default. + It can still be enabled by passing --enable-external-sha256 + * Changed CPU core count detection to use sched_getaffinity() on + GNU/Linux and GNU/kFreeBSD. + * Fixes to the build-system + ------------------------------------------------------------------- Sun Mar 13 09:40:51 UTC 2016 - mpluskal@suse.com diff --git a/xz.spec b/xz.spec index 2502f53..ab04532 100644 --- a/xz.spec +++ b/xz.spec @@ -21,7 +21,7 @@ %if 0%{?suse_version} < 1130 %define do_profiling 0 %endif -%ifarch aarch64 %arm %{sparc} +%ifarch aarch64 %{arm} %{sparc} %define do_profiling 0 %endif %if 0%{?centos_version} || 0%{?rhel_version} @@ -32,7 +32,7 @@ %bcond_with static_libs %endif Name: xz -Version: 5.2.2 +Version: 5.2.3 Release: 0 Summary: A Program for Compressing Files License: LGPL-2.1+ and GPL-2.0+ @@ -125,7 +125,7 @@ make %{?_smp_mflags} time make check %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install rm -v %{buildroot}%{_libdir}/liblzma.la %find_lang %{name} install -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/xznew