From d247e5b800758fc7839e257564492c874a1fd742 Mon Sep 17 00:00:00 2001 From: small_leek Date: Wed, 16 Dec 2020 14:55:06 +0800 Subject: [PATCH] correct the substream.patch: the result of jenkins is not real correct the substream.patch --- freeimage.spec | 5 ++++- substream.patch | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/freeimage.spec b/freeimage.spec index 1b8b7e3..8b1e225 100644 --- a/freeimage.spec +++ b/freeimage.spec @@ -5,7 +5,7 @@ Name: freeimage 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) License: GPLv2 or GPLv3 and FIPL URL: https://freeimage.sourceforge.io/ @@ -105,6 +105,9 @@ ldconfig -n %{buildroot}%{_libdir} %changelog +* Wed Dec 16 2020 Senlin -3.18.0-5 +- correct the substream.patch: add an empty line at end of file + * Tue Dec 15 2020 Senlin -3.18.0-4 - Rebuild for new LibRaw diff --git a/substream.patch b/substream.patch index b3380c5..e5bab7b 100644 --- a/substream.patch +++ b/substream.patch @@ -53,4 +53,5 @@ - if(substream) return substream->eof(); + //if(substream) return substream->eof(); return (_io->tell_proc(_handle) >= _eof); - } \ No newline at end of file + } +