Update to 1.75.3
This commit is contained in:
parent
4c10c4addb
commit
fbbbc67ac6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/leptonica-1.74.3.tar.gz
|
||||
/leptonica-1.74.4.tar.gz
|
||||
/leptonica-1.75.2.tar.gz
|
||||
/leptonica-1.75.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: leptonica
|
||||
Version: 1.75.2
|
||||
Version: 1.75.3
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for efficient image processing and image analysis operations
|
||||
|
||||
@ -77,6 +77,9 @@ install -Dpm 0644 lept.pc %{buildroot}/%{_libdir}/pkgconfig
|
||||
%ifarch ppc64 s390x
|
||||
# https://github.com/DanBloomberg/leptonica/issues/307
|
||||
make check VERBOSE=1 || :
|
||||
# Debugging code to dump the test results as a base64d zip
|
||||
# zip -r /tmp/lept/webp.zip /tmp/lept/webp
|
||||
# cat /tmp/lept/webp.zip | base64
|
||||
%else
|
||||
make check VERBOSE=1
|
||||
%endif
|
||||
@ -101,6 +104,9 @@ make check VERBOSE=1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 22 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-1
|
||||
- Update to 1.75.3
|
||||
|
||||
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 1.75.2-1
|
||||
- Update to 1.75.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (leptonica-1.75.2.tar.gz) = 525fb168f2bd6a1b264411532dff0435bcce0b574f1d169368696bb5a572b5174b61e5aba2271b9fe667c38951fbfd09a37398b94c7825690e765c017c0c2f40
|
||||
SHA512 (leptonica-1.75.3.tar.gz) = ba2586e76634afb9be6699e4261e55078dd176ee2d0674aedfe49f7f0736ddedadd6961bcce23391d47dc24511cf5ab4b451544f3349c2d060da5f789dc5ab3f
|
||||
|
Loading…
Reference in New Issue
Block a user