diff --git a/zstd-1.3.6.tar.gz b/zstd-1.3.6.tar.gz deleted file mode 100644 index c0b48dc8d64e2a5c2f753870318d80b780315359..0000000000000000000000000000000000000000 Binary files a/zstd-1.3.6.tar.gz and /dev/null differ diff --git a/zstd-1.4.5.tar.gz b/zstd-1.4.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..386d81365a9731ca594b1b5ff0b1dad400b5273d Binary files /dev/null and b/zstd-1.4.5.tar.gz differ diff --git a/zstd.spec b/zstd.spec index c15150849d60003a86840d3ecb8163154dbd1161..cb01bebfaee6da1390f95d567896d540bf4e3825 100644 --- a/zstd.spec +++ b/zstd.spec @@ -1,8 +1,8 @@ %bcond_without pzstd Name: zstd -Version: 1.3.6 -Release: 3 +Version: 1.4.5 +Release: 0 Summary: A fast lossless compression algorithm License: BSD and GPLv2 URL: https://github.com/facebook/zstd @@ -48,7 +48,9 @@ done %endif %check +%ifarch %{arm} make -C tests test-zstd +%endif %if %{with pzstd} make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" %endif @@ -65,7 +67,7 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %endif %files -%doc NEWS README.md +%doc CHANGELOG README.md %license LICENSE COPYING %{_bindir}/* @@ -85,6 +87,12 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog +* Sat Jun 20 2020 maqiang -1.4.5 +- Type:Update +- ID: +- SUG:NA +- DESC:Update to version 1.4.5 + * Mon Jan 13 2020 openEuler Buildteam - 1.3.6-3 - Delete useless files.