[packages/xz] - rel 3; avoid trying to use more memory than 32bit process can handle

arekm arekm at pld-linux.org
Mon Mar 4 12:24:23 CET 2013


commit 6685de153217f366be5c61b2259f699eb910362f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Mar 4 12:24:20 2013 +0100

    - rel 3; avoid trying to use more memory than 32bit process can handle

 xz.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/xz.spec b/xz.spec
index 55ceab8..6027a4f 100644
--- a/xz.spec
+++ b/xz.spec
@@ -18,7 +18,7 @@ Summary:	LZMA Encoder/Decoder
 Summary(pl.UTF-8):	Koder/Dekoder LZMA
 Name:		xz
 Version:	5.1.2
-Release:	2
+Release:	3
 Epoch:		1
 License:	LGPL v2.1+, helper scripts on GPL v2+
 Group:		Applications/Archiving
@@ -26,6 +26,7 @@ Source0:	http://tukaani.org/xz/%{name}-%{version}alpha.tar.gz
 # Source0-md5:	9bad1e249537ce69b206815cf28ca87b
 Patch0:		%{name}-parallel.patch
 Patch1:		%{name}-realloc.patch
+Patch2:		%{name}-memlimit.patch
 URL:		http://tukaani.org/xz/
 %{?with_asm:BuildRequires:	gcc >= 5:3.4}
 BuildRequires:	rpm >= 4.4.9-56
@@ -119,6 +120,7 @@ Biblioteka statyczna LZMA.
 %setup -q -n %{name}-%{version}alpha
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xz.git/commitdiff/6685de153217f366be5c61b2259f699eb910362f



More information about the pld-cvs-commit mailing list