correct the substream.patch: the result of jenkins is not real
correct the substream.patch
This commit is contained in:
parent
1f338186b0
commit
d247e5b800
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -53,4 +53,5 @@
|
|||||||
- if(substream) return substream->eof();
|
- if(substream) return substream->eof();
|
||||||
+ //if(substream) return substream->eof();
|
+ //if(substream) return substream->eof();
|
||||||
return (_io->tell_proc(_handle) >= _eof);
|
return (_io->tell_proc(_handle) >= _eof);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user