correct the substream.patch: the result of jenkins is not real

correct the substream.patch
This commit is contained in:
small_leek 2020-12-16 14:55:06 +08:00
parent 1f338186b0
commit d247e5b800
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Name: freeimage Name: freeimage
Version: 3.18.0 Version: 3.18.0
Release: 4 Release: 5
Summary: FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others) Summary: FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others)
License: GPLv2 or GPLv3 and FIPL License: GPLv2 or GPLv3 and FIPL
URL: https://freeimage.sourceforge.io/ URL: https://freeimage.sourceforge.io/
@ -105,6 +105,9 @@ ldconfig -n %{buildroot}%{_libdir}
%changelog %changelog
* Wed Dec 16 2020 Senlin <xiasenlin1@huawei.com> -3.18.0-5
- correct the substream.patch: add an empty line at end of file
* Tue Dec 15 2020 Senlin <xiasenlin1@huawei.com> -3.18.0-4 * Tue Dec 15 2020 Senlin <xiasenlin1@huawei.com> -3.18.0-4
- Rebuild for new LibRaw - Rebuild for new LibRaw

View File

@ -54,3 +54,4 @@
+ //if(substream) return substream->eof(); + //if(substream) return substream->eof();
return (_io->tell_proc(_handle) >= _eof); return (_io->tell_proc(_handle) >= _eof);
} }