From cd49f1820b0f0f83fcdea089b13c00a568010ce5 Mon Sep 17 00:00:00 2001
From: OpenJPEG Travis CI
Date: Tue, 3 Oct 2017 20:36:34 +0000
Subject: [PATCH] Update ABI/API compatibility reports after commit
5a67128a251af3f9557d6a9b3b23a7925aec1a5f
---
.../current/{2c999 => 9bc2e}/ABI.dump | 6 +-
.../current/{2c999 => 9bc2e}/meta.json | 2 +-
abi-check/changelog/openjpeg/current/log.html | 26 +-
.../current/ffb42/abi_compat_report.html | 331 ++++++++++++++++++
.../openjpeg/2.2.0/current/ffb42/meta.json | 8 +
.../2.2.0_to_current/abi_compat_report.html | 2 +-
abi-check/db/openjpeg/Tracker.data | 23 +-
.../openjpeg/2.2.0/current/diff.html | 25 ++
.../openjpeg/2.2.0/current/meta.json | 2 +-
.../{openjpeg-2.2 => openjpeg-2.3}/openjpeg.h | 0
.../opj_config.h | 2 +-
.../opj_stdint.h | 0
.../openjpeg/current/lib/libopenjp2.a | Bin 2276694 -> 2276694 bytes
...ibopenjp2.so.2.2.0 => libopenjp2.so.2.3.0} | Bin 1445942 -> 1445942 bytes
.../openjpeg/current/lib/libopenjp2.so.7 | 2 +-
.../OpenJPEGConfig.cmake | 6 +-
.../OpenJPEGTargets-debug.cmake | 4 +-
.../OpenJPEGTargets.cmake | 0
.../current/lib/pkgconfig/libopenjp2.pc | 4 +-
.../openjpeg/2.2.0/current/report.html | 4 +-
abi-check/timeline/openjpeg/index.html | 6 +-
21 files changed, 413 insertions(+), 40 deletions(-)
rename abi-check/abi_dump/openjpeg/current/{2c999 => 9bc2e}/ABI.dump (99%)
rename abi-check/abi_dump/openjpeg/current/{2c999 => 9bc2e}/meta.json (66%)
create mode 100644 abi-check/compat_report/openjpeg/2.2.0/current/ffb42/abi_compat_report.html
create mode 100644 abi-check/compat_report/openjpeg/2.2.0/current/ffb42/meta.json
rename abi-check/installed/openjpeg/current/include/{openjpeg-2.2 => openjpeg-2.3}/openjpeg.h (100%)
rename abi-check/installed/openjpeg/current/include/{openjpeg-2.2 => openjpeg-2.3}/opj_config.h (91%)
rename abi-check/installed/openjpeg/current/include/{openjpeg-2.2 => openjpeg-2.3}/opj_stdint.h (100%)
rename abi-check/installed/openjpeg/current/lib/{libopenjp2.so.2.2.0 => libopenjp2.so.2.3.0} (86%)
rename abi-check/installed/openjpeg/current/lib/{openjpeg-2.2 => openjpeg-2.3}/OpenJPEGConfig.cmake (91%)
rename abi-check/installed/openjpeg/current/lib/{openjpeg-2.2 => openjpeg-2.3}/OpenJPEGTargets-debug.cmake (99%)
rename abi-check/installed/openjpeg/current/lib/{openjpeg-2.2 => openjpeg-2.3}/OpenJPEGTargets.cmake (100%)
diff --git a/abi-check/abi_dump/openjpeg/current/2c999/ABI.dump b/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump
similarity index 99%
rename from abi-check/abi_dump/openjpeg/current/2c999/ABI.dump
rename to abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump
index 95c43204..50e50585 100644
--- a/abi-check/abi_dump/openjpeg/current/2c999/ABI.dump
+++ b/abi-check/abi_dump/openjpeg/current/9bc2e/ABI.dump
@@ -7,7 +7,7 @@ $VAR1 = {
'openjpeg.h' => 1
},
'Language' => 'C',
- 'LibraryName' => 'libopenjp2.so.2.2.0',
+ 'LibraryName' => 'libopenjp2.so.2.3.0',
'LibraryVersion' => 'current',
'NameSpaces' => {},
'Needed' => {
@@ -1132,7 +1132,7 @@ $VAR1 = {
'__gmon_start__' => 'sysconf@@GLIBC_2.2.5'
},
'Symbols' => {
- 'libopenjp2.so.2.2.0' => {
+ 'libopenjp2.so.2.3.0' => {
'_fini' => 1,
'_init' => 1,
'opj_codec_set_threads' => 1,
@@ -3416,7 +3416,7 @@ $VAR1 = {
}
},
'UndefinedSymbols' => {
- 'libopenjp2.so.2.2.0' => {
+ 'libopenjp2.so.2.3.0' => {
'_ITM_deregisterTMCloneTable' => 0,
'_ITM_registerTMCloneTable' => 0,
'_Jv_RegisterClasses' => 0,
diff --git a/abi-check/abi_dump/openjpeg/current/2c999/meta.json b/abi-check/abi_dump/openjpeg/current/9bc2e/meta.json
similarity index 66%
rename from abi-check/abi_dump/openjpeg/current/2c999/meta.json
rename to abi-check/abi_dump/openjpeg/current/9bc2e/meta.json
index 458fe7f0..c35e1b84 100644
--- a/abi-check/abi_dump/openjpeg/current/2c999/meta.json
+++ b/abi-check/abi_dump/openjpeg/current/9bc2e/meta.json
@@ -1,5 +1,5 @@
{
- "Object": "lib/libopenjp2.so.2.2.0",
+ "Object": "lib/libopenjp2.so.2.3.0",
"Lang": "C",
"TotalSymbols": "49",
"PublicABI": "1",
diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 10eae1f4..e21526b3 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,19 @@
Changelog from Git
-
commit 47b43dbc2bb5a1e6d61bde91e57ccf7191b07616
+commit 5a67128a251af3f9557d6a9b3b23a7925aec1a5f
+Author: Antonin Descampe <antonin@descampe.net>
+Date: 2017-10-03 17:15:44 -0300
+
+ Update NEWS.md
+
+commit 0b8903d9ea482d85dcaf8def1ddc41597105b228
+Author: Antonin Descampe <antonin@gmail.com>
+Date: 2017-10-03 17:08:30 -0300
+
+ Preparing v2.3.0 release
+
+commit 47b43dbc2bb5a1e6d61bde91e57ccf7191b07616
Merge: d45ccb0 8ed5886
Author: Even Rouault <even.rouault@mines-paris.org>
Date: 2017-09-28 11:24:59 +0200
@@ -692,18 +704,6 @@ Date: 2017-08-18 10:16:38 +0200
bmp_read_rle8_data(): avoid potential infinite loop (#996)
-commit 5d12806091eab0659431fefcefdb797b09f8e884
-Author: Even Rouault <even.rouault@spatialys.com>
-Date: 2017-08-17 19:18:48 +0200
-
- opj_j2k_update_rates(): grow tile size buffer for some situations
-
-commit 4b0bfbfabc3ce1cc4c6d18dc7113b9f6335372d4
-Author: Even Rouault <even.rouault@spatialys.com>
-Date: 2017-08-17 16:07:19 +0200
-
- Zero-initialize tile buffer regions of skipped code-blocks, so as to make Valgrind happy
-
...
+
+
Binary compatibility report for the libopenjp2.so object between 2.2.0 and current versions on x86_64
+
+
Test Info
+
+Module Name | libopenjp2 |
+Version #1 | 2.2.0 |
+Version #2 | current |
+CPU Type | x86_64 |
+GCC Version | 4.8.1 |
+
+
Test Results
+
Total Header Files | 1 |
+Total Source Files | 4 |
+Total Objects | 1 |
+Total Symbols / Types | 48 / 110 |
+Compatibility |
+100% |
+
+
+
Problem Summary
+
| Severity | Count |
---|
Added Symbols | - | 1 |
+Removed Symbols | High | 0 |
+Problems with Data Types | High | 0 |
+Medium | 0 |
+Low | 0 |
+Problems with Symbols | High | 0 |
+Medium | 0 |
+Low | 0 |
+Problems with Constants | Low | 0 |
+
+
+
Added Symbols 1
+
openjpeg.h,
libopenjp2.so.2.3.0
+
opj_set_decoded_components ( opj_codec_t* p_codec, OPJ_UINT32 numcomps, OPJ_UINT32 const* comps_indices, OPJ_BOOL apply_color_transforms )
+
+
to the top
+
Header Files 1
+
+openjpeg.h
+
+
to the top
+
Source Files 4
+
+cio.c
+image.c
+openjpeg.c
+thread.c
+
+
to the top
+
Objects 1
+
+libopenjp2.so.2.2.0
+
+
to the top
+
+
+
+
+
+
+
diff --git a/abi-check/compat_report/openjpeg/2.2.0/current/ffb42/abi_compat_report.html b/abi-check/compat_report/openjpeg/2.2.0/current/ffb42/abi_compat_report.html
new file mode 100644
index 00000000..3cca4c2f
--- /dev/null
+++ b/abi-check/compat_report/openjpeg/2.2.0/current/ffb42/abi_compat_report.html
@@ -0,0 +1,331 @@
+
+
+
+