Accepting request 448373 from Archiving
1 OBS-URL: https://build.opensuse.org/request/show/448373 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=85
This commit is contained in:
parent
93631f13cc
commit
be50f5a16b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2
|
|
||||||
size 1464228
|
|
Binary file not shown.
3
xz-5.2.3.tar.gz
Normal file
3
xz-5.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb
|
||||||
|
size 1490665
|
BIN
xz-5.2.3.tar.gz.sig
Normal file
BIN
xz-5.2.3.tar.gz.sig
Normal file
Binary file not shown.
15
xz.changes
15
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
|
Sun Mar 13 09:40:51 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
6
xz.spec
6
xz.spec
@ -21,7 +21,7 @@
|
|||||||
%if 0%{?suse_version} < 1130
|
%if 0%{?suse_version} < 1130
|
||||||
%define do_profiling 0
|
%define do_profiling 0
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 %arm %{sparc}
|
%ifarch aarch64 %{arm} %{sparc}
|
||||||
%define do_profiling 0
|
%define do_profiling 0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?centos_version} || 0%{?rhel_version}
|
%if 0%{?centos_version} || 0%{?rhel_version}
|
||||||
@ -32,7 +32,7 @@
|
|||||||
%bcond_with static_libs
|
%bcond_with static_libs
|
||||||
%endif
|
%endif
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.2.2
|
Version: 5.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
@ -125,7 +125,7 @@ make %{?_smp_mflags}
|
|||||||
time make check
|
time make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
rm -v %{buildroot}%{_libdir}/liblzma.la
|
rm -v %{buildroot}%{_libdir}/liblzma.la
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
install -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/xznew
|
install -D -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/xznew
|
||||||
|
Loading…
Reference in New Issue
Block a user