Commit Graph

32 Commits

Author SHA1 Message Date
Pádraig Brady ee3876414a sync lib/Makefile fix from upstream
The previous one incorrectly enabled multithread options everywhere
2020-05-25 15:36:40 +01:00
Pádraig Brady cda3b512c8 build shared library with correct compiler flags
* lib-make.patch: Fix regression in 1.4.5 lib/Makefile
* zstd.spec: Apply the patch
2020-05-25 13:37:33 +01:00
Pádraig Brady e2ac2a6134 latest upstream (1.4.5) 2020-05-22 16:30:53 +01:00
Avi Kivity 453ed8eead Add static library subpackage
Some zstd APIs are only available via the static package. Make it
available so they can be used. These APIs are experimental, so
they should be used with care, but Fedora should still make them
available.

See https://facebook.github.io/zstd/zstd_manual.html#Chapter14
for more details.
2020-05-22 13:27:49 +01:00
Pádraig Brady 37c28eeccb latest upstream (1.4.4) 2020-01-15 14:54:08 +00:00
Pádraig Brady e052aebc36 latest upstream (1.4.2) 2019-07-31 15:38:53 +01:00
Pádraig Brady d9876f667d latest upstream (1.4.0)
(cherry picked from commit 67c4c7bf68)
2019-04-29 09:52:22 -07:00
Pádraig Brady 9036269b65 latest upstream (1.3.8) 2019-01-01 06:14:23 -08:00
Pádraig Brady bd5449ebb8 latest upstream (1.3.6)
(cherry-picked from aecbe7d8e7)
2018-10-07 20:01:19 -07:00
Pádraig Brady 2a1c3e4008 fix zstd -l processing with closed stdin
(cherry picked from commit 53ca653abf)
2018-07-01 22:23:02 -07:00
Pádraig Brady 3b1a7e3edd latest upstream (1.3.5)
(cherry picked from commit e74f648564)
2018-07-01 22:22:45 -07:00
Pádraig Brady dd0b032335 latest upstream (1.3.4)
Cherry-picked from 21908004d0
2018-03-27 23:18:26 -07:00
Pádraig Brady 3f57329121 Merge branch 'master' into el6 2017-12-21 16:51:06 +00:00
Pádraig Brady 19327f49ac latest upstream (1.3.3) 2017-12-21 16:41:04 +00:00
Pádraig Brady 0a8443e1b2 unconditionally set -lrt 2017-11-10 00:10:24 -08:00
Pádraig Brady ff994bc472 depend on -lrt explicitly for clock_gettime 2017-11-09 23:48:22 -08:00
Pádraig Brady 299472f6bf latest upstream (1.3.2) 2017-11-09 22:41:59 -08:00
Pádraig Brady c82a3a0cf8 latest upstream (1.3.1) 2017-08-20 17:37:28 -07:00
Fedora Release Engineering 2c3bf7e373 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:13:53 +00:00
Fedora Release Engineering 434382b1c0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:46:32 +00:00
Pádraig Brady 7bc59d9bda latest upstream (1.3.0) 2017-07-15 20:39:39 -07:00
Pádraig Brady e9628f1f42 latest upstream (1.2.0) 2017-05-08 06:49:37 -07:00
Pádraig Brady 94cc3493ac Latest upstream (1.1.3) 2017-03-05 19:54:37 -08:00
Fedora Release Engineering 528feda4ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:27:23 +00:00
Pádraig Brady 5ec02f6c23 latest upstream (1.1.1) 2016-11-02 13:56:08 +00:00
Pádraig Brady 954509f026 only enable pzstd on x86 architectures
Both aarch64 and armv7hl are currently segfaulting
in the same pzstd ThreadPool test
2016-10-06 17:56:56 +01:00
Pádraig Brady 4171324dcf exclude pzstd on rhel6 and aarch64
gcc-4.4 is tool old to compile pzstd (c++11)
aarch64 is currently giving a segfault in ThreadPool tests
2016-10-06 16:44:41 +01:00
Pádraig Brady dd6c13081e avoid pzstd test failure on headless systems
Adjust a test that depended running on an interactive terminal
2016-10-06 15:22:16 +01:00
Pádraig Brady 3b98714614 add the parallel variant command, pzstd(1)
Build/Test/Install the contrib/pzstd util
which is c++ rather than c, and has a new
test dependency on gtest.
2016-10-06 14:31:48 +01:00
Pádraig Brady 5302a3c717 set LDFLAGS in a manner compatible with el6
__global_ldflags is not set on el6,
so only use that where available
2016-10-03 16:42:07 +01:00
Pádraig Brady ccc3322b44 Initial import (#1373218). 2016-10-03 15:17:14 +01:00
Fedora Release Engineering 4dd49b35be Initial setup of the repo 2016-10-03 13:58:12 +00:00