]> git.pld-linux.org Git - packages/zstd.git/commitdiff
up to 1.5.2 auto/th/zstd-1.5.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 20 Jan 2022 22:54:40 +0000 (23:54 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 20 Jan 2022 22:54:40 +0000 (23:54 +0100)
- asm workaround no longer required

zstd.spec

index e34b388f44b35ca9157a518fd86918a4669779dd..5a01d9d495fcc0b205d8b426a69771760eb6b3b6 100644 (file)
--- a/zstd.spec
+++ b/zstd.spec
@@ -2,23 +2,16 @@
 # Conditional build:
 %bcond_without asm             # disable assembler
 
-# workaround executable stack on non-x86_64
-# https://github.com/facebook/zstd/issues/2963
-# (actually asm is x86_64 only, other archs have empty asm file, without non-exec stack marker)
-%ifnarch %{x8664}
-%undefine      with_asm
-%endif
-
 Summary:       Zstandard - fast lossless compression algorithm
 Summary(pl.UTF-8):     Zstandard - szybki, bezstratny algorytm kompresji
 Name:          zstd
-Version:       1.5.1
-Release:       2
+Version:       1.5.2
+Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/facebook/zstd/releases
 Source0:       https://github.com/facebook/zstd/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 120d77140ad538e8bd3a7dae6a38c4c9
+# Source0-md5: 6dc24b78e32e7c99f80c9441e40ff8bc
 URL:           https://github.com/facebook/zstd
 BuildRequires: gcc >= 5:3.2
 BuildRequires: lz4-devel
This page took 0.168384 seconds and 4 git commands to generate.