!2 Upgrade ZSTD to latest version

Merge pull request !2 from Shinwell_Hu/master
This commit is contained in:
openeuler-ci-bot 2020-05-28 09:39:56 +08:00 committed by Gitee
commit 79395f2465
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
zstd-1.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%bcond_without pzstd %bcond_without pzstd
Name: zstd Name: zstd
Version: 1.3.6 Version: 1.4.4
Release: 3 Release: 0
Summary: A fast lossless compression algorithm Summary: A fast lossless compression algorithm
License: BSD and GPLv2 License: BSD and GPLv2
URL: https://github.com/facebook/zstd URL: https://github.com/facebook/zstd
@ -65,7 +65,7 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%endif %endif
%files %files
%doc NEWS README.md %doc CHANGELOG README.md
%license LICENSE COPYING %license LICENSE COPYING
%{_bindir}/* %{_bindir}/*
@ -85,6 +85,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Fri May 22 2020 SimpleUpdate Robot <tc@openeuler.org>
- Update to version 1.4.4
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.6-3 * Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.6-3
- Delete useless files. - Delete useless files.