Update to 1.79.0 version

(cherry picked from commit b87110ef41796d68571fd387b7e00356e1fd3a56)
This commit is contained in:
houyingchao 2021-08-12 18:43:00 +08:00 committed by openeuler-sync-bot
parent 5cfbd8ccf3
commit 08233bcfd9
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Name: leptonica
Version: 1.78.0
Version: 1.79.0
Release: 1
Summary: C library for efficient image processing and image analysis operations
License: Leptonica
@ -63,11 +63,17 @@ make check VERBOSE=1
%files devel
%{_includedir}/%{name}
%{_libdir}/liblept.so
%{_libdir}/libleptonica.so
%{_libdir}/pkgconfig/lept.pc
%{_libdir}/cmake/LeptonicaConfig-version.cmake
%{_libdir}/cmake/LeptonicaConfig.cmake
%files tools
%{_bindir}/*
%changelog
* Thu Aug 12 2021 houyingchao <houyingchao@huawei.com> - 1.79.0-1
- Upgrade to 1.79.0
* Mon Jul 27 2020 chengzihan <chengzihan2@huawei.com> - 1.78.0-1
- Package init