[packages/zlib] - rel 2; disable asm optimizations; cause segfaults; (are these really better than C code optimizati
arekm
arekm at pld-linux.org
Sun Jan 1 22:07:17 CET 2017
commit 42be448dacd9c9a5aca26c88c90c16dd4f438f76
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Jan 1 22:07:09 2017 +0100
- rel 2; disable asm optimizations; cause segfaults; (are these really better than C code optimization these days?)
zlib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zlib.spec b/zlib.spec
index f89b99b..48a0d0d 100644
--- a/zlib.spec
+++ b/zlib.spec
@@ -1,6 +1,6 @@
#
# Conditional build:
-%bcond_without asmopt # without assembler optimization for i686+
+%bcond_with asmopt # without assembler optimization for i686+
%bcond_without tests # do not perform "make check"
#
%ifnarch i686 pentium3 pentium4 athlon %{x8664}
@@ -17,7 +17,7 @@ Summary(tr.UTF-8): Sıkıştırma işlemleri için kitaplık
Summary(uk.UTF-8): Бібліотека для компресії та декомпресії
Name: zlib
Version: 1.2.9
-Release: 1
+Release: 2
License: BSD
Group: Libraries
Source0: http://www.zlib.net/current/%{name}-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zlib.git/commitdiff/42be448dacd9c9a5aca26c88c90c16dd4f438f76
More information about the pld-cvs-commit
mailing list