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 %endif
%check %check
%ifarch %{arm}
make -C tests test-zstd make -C tests test-zstd
%endif
%if %{with pzstd} %if %{with pzstd}
make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
%endif %endif
@ -85,11 +87,11 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Sat May 30 2020 SimpleUpdate Robot <tc@openeuler.org> * Sat Jun 20 2020 maqiang<maqiang42@huawei.com> -1.4.5
- Update to version 1.4.5 - Type:Update
- ID:
* Fri May 22 2020 SimpleUpdate Robot <tc@openeuler.org> - SUG:NA
- Update to version 1.4.4 - DESC:Update to version 1.4.5
* 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.