Update ABI/API compatibility reports after commit 0bda7188b7

This commit is contained in:
OpenJPEG Travis CI 2021-01-10 23:11:13 +00:00
parent 02382249aa
commit 45c5b15c9e
8 changed files with 40 additions and 34 deletions

View File

@ -20,7 +20,37 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit 0782cd075d7e9678bf1cb448c1f3d048fabe4489
<pre class='wrap'>commit 0bda7188b7b545232a341f1d978b1e4feda46fc2
Merge: 0782cd0 4d0b49e
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2021-01-10 23:58:37 +0100
Merge pull request #1321 from ffontaine/master
Fix cmake file with DESTDIR
commit 4d0b49edad7fb31ebbf03c60a45b72aaa7b7412b
Author: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Date: 2021-01-07 14:11:26 +0100
cmake/OpenJPEGConfig.cmake: replace ABSOLUTE by REALPATH
Fix #1174 by replacing ABSOLUTE by REALPATH which will resolve symlinks:
https://cmake.org/cmake/help/latest/command/get_filename_component.html
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
commit 14f4c27e7c91f745a1dda9991b5deea3cbef2072
Author: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Date: 2021-01-07 14:09:50 +0100
Revert "Use INC_DIR for OPENJPEG_INCLUDE_DIRS (fixes uclouvain#1174)"
This reverts commit 65586374d639cfc0104419992f9022174b412594 which
breaks cross-compilation of poppler under buildroot (because of
DESTDIR usage).
commit 0782cd075d7e9678bf1cb448c1f3d048fabe4489
Merge: 07a4543 b6f0e41
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2021-01-04 19:42:30 +0100
@ -669,12 +699,6 @@ Date: 2020-05-18 20:15:07 +0200
Encoder: use floating-point operations for irreversible transformation
commit 99107d5e468beef3cf2f7db24633ba8b40732405
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2020-05-18 18:09:10 +0200
dwt.c: change sign of constants to match standard and compensate (no functional change)
commit 1d358f25c8eabbc7c274bcc148f4f5d594ec13fe
Merge: 64689d0 4edb8c8
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
@ -842,28 +866,6 @@ Date: 2020-02-10 11:20:20 +0100
tests: add alternate checksums for libtiff 4.1
commit b5cb419faff300fdbc0b4e98dab5c9010db6f39d
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2020-02-07 21:53:10 +0100
tests: add alternate checksums for libtiff 4.1
Fixes #1233
libtiff 4.1 slightly modifies the way it generates files. So
add the new expected md5sum.
Not super elegant solution admitedly.
commit 647f9b118d12819c63635eea65909b0e49e0f201
Merge: b63a433 05f9b91
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2020-01-30 13:07:31 +0100
Merge pull request #1232 from rouault/fix_1231
opj_tcd_init_tile(): avoid integer overflow
...</pre></div>
</body>

View File

@ -768,7 +768,7 @@ $VAR1 = {
'2.3.0' => '2017-10-04 22:23',
'2.3.1' => '2019-04-02 10:08',
'2.4.0' => '2020-12-28 20:59',
'current' => '2021-01-04 19:42:30'
'current' => '2021-01-10 23:58:37'
},
'HeadersDiff' => {
'1.1' => {
@ -886,7 +886,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1609792132',
'ScmUpdateTime' => '1610320237',
'Soname' => {
'1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -27,8 +27,12 @@ if(EXISTS ${SELF_DIR}/OpenJPEGTargets.cmake)
# This is an install tree
include(${SELF_DIR}/OpenJPEGTargets.cmake)
# We find a relative path from the PKG directory to header files.
set(PKG_DIR "/home/travis/abi-check/work/abi-check/installed/openjpeg/current/lib/openjpeg-2.4")
set(INC_DIR "/home/travis/abi-check/work/abi-check/installed/openjpeg/current/include/openjpeg-2.4")
get_filename_component(OPENJPEG_INCLUDE_DIRS "${INC_DIR}" ABSOLUTE)
file(RELATIVE_PATH PKG_TO_INC_RPATH "${PKG_DIR}" "${INC_DIR}")
get_filename_component(OPENJPEG_INCLUDE_DIRS "${SELF_DIR}/${PKG_TO_INC_RPATH}" REALPATH)
else()
if(EXISTS ${SELF_DIR}/OpenJPEGExports.cmake)

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th>
</tr>
<tr id='current'><td>current</td>
<td>2021-01-04<br/>19:42</td>
<td>2021-01-10<br/>23:58</td>
<td>7</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td class='ok'><a href='../../objects_report/openjpeg/2.4.0/current/report.html'>100%</a></td>
@ -188,7 +188,7 @@
<td>N/A</td>
<td>N/A</td>
</tr>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jan 4 20:29:28 2021.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Jan 10 23:11:12 2021.<br/>
<br/>
<hr/>
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>