update to version 1.4.5

This commit is contained in:
fyq_950317 2020-06-20 17:55:13 +08:00 committed by maqiang999
parent 56570c6974
commit 99297c0848

View File

@ -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
@ -85,11 +87,11 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1*
%changelog
* Sat May 30 2020 SimpleUpdate Robot <tc@openeuler.org>
- Update to version 1.4.5
* Fri May 22 2020 SimpleUpdate Robot <tc@openeuler.org>
- Update to version 1.4.4
* Sat Jun 20 2020 maqiang<maqiang42@huawei.com> -1.4.5
- Type:Update
- ID:
- SUG:NA
- DESC:Update to version 1.4.5
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.6-3
- Delete useless files.