Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zchunk for openSUSE:Factory checked 
in at 2022-10-25 11:18:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zchunk (Old)
 and      /work/SRC/openSUSE:Factory/.zchunk.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zchunk"

Tue Oct 25 11:18:44 2022 rev:17 rq:1030885 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/zchunk/zchunk.changes    2022-04-23 
19:45:07.370923157 +0200
+++ /work/SRC/openSUSE:Factory/.zchunk.new.2275/zchunk.changes  2022-10-25 
11:18:54.337990125 +0200
@@ -1,0 +2,10 @@
+Mon Oct 24 13:06:52 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.2.3:
+  * Remove meson deprecation warning 
+  * Add license scan report and status 
+  * test/zck_cmp_uncomp: fix printf format types 
+  * meson: add option to build without docs 
+  * zck: declare write_data as static
+
+-------------------------------------------------------------------

Old:
----
  zchunk-1.2.2.tar.gz

New:
----
  zchunk-1.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zchunk.spec ++++++
--- /var/tmp/diff_new_pack.Bf5zvW/_old  2022-10-25 11:18:54.909991393 +0200
+++ /var/tmp/diff_new_pack.Bf5zvW/_new  2022-10-25 11:18:54.913991402 +0200
@@ -21,7 +21,7 @@
 %global libname libzck%{somajor}
 %global devname libzck-devel
 Name:           zchunk
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        Compressed file format that allows easy deltas
 License:        BSD-2-Clause AND MIT

++++++ zchunk-1.2.2.tar.gz -> zchunk-1.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/.github/workflows/main.yml 
new/zchunk-1.2.3/.github/workflows/main.yml
--- old/zchunk-1.2.2/.github/workflows/main.yml 2022-04-18 18:38:54.000000000 
+0200
+++ new/zchunk-1.2.3/.github/workflows/main.yml 2022-09-16 22:35:16.000000000 
+0200
@@ -35,25 +35,11 @@
     steps:
       - uses: actions/checkout@v2
 
-      - uses: actions/checkout@v2
-        with:
-          repository: wolfv/argp-standalone
-          path: argp-standalone
-
       - name: Install mamba
         uses: mamba-org/provision-with-micromamba@main
         with:
           environment-file: .github/environment.yml
 
-      - name: Compile argp-standalone
-        shell: cmd /C CALL {0}
-        run: |
-          CALL micromamba activate zchunk_test_env
-          cd argp-standalone
-          meson setup builddir
-          meson compile -C builddir --prefix=%CONDA_PREFIX%\Library
-          meson install -C builddir
-
       - name: Compile zchunk
         shell: cmd /C CALL {0}
         run: |
@@ -75,11 +61,6 @@
     steps:
       - uses: actions/checkout@v2
 
-      - uses: actions/checkout@v2
-        with:
-          repository: wolfv/argp-standalone
-          path: argp-standalone
-
       - uses: actions/setup-python@v1
         with:
           python-version: '3.x'
@@ -87,18 +68,36 @@
       - name: Install meson and ninja
         run: pip install meson ninja
 
-      - name: Compile argp-standalone
+      - name: Compile zchunk
         shell: cmd /C CALL {0}
         run: |
-          cd argp-standalone
           meson setup builddir
           meson compile -C builddir
-          meson install -C builddir
+
+      - name: Run zchunk tests
+        shell: cmd /C CALL {0}
+        run: |
+          cd builddir
+          ninja test
+
+  windows-static:
+    runs-on: windows-latest
+
+    name: Compile and run tests (windows-latest-static)
+    steps:
+      - uses: actions/checkout@v2
+
+      - uses: actions/setup-python@v1
+        with:
+          python-version: '3.x'
+
+      - name: Install meson and ninja
+        run: pip install meson ninja
 
       - name: Compile zchunk
         shell: cmd /C CALL {0}
         run: |
-          meson setup builddir
+          meson setup builddir --default-library=static
           meson compile -C builddir
 
       - name: Run zchunk tests
@@ -107,6 +106,7 @@
           cd builddir
           ninja test
 
+
   macos:
     runs-on: macos-latest
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/README.md new/zchunk-1.2.3/README.md
--- old/zchunk-1.2.2/README.md  2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/README.md  2022-09-16 22:35:16.000000000 +0200
@@ -1,6 +1,7 @@
 # zchunk
 
-[![Coverity Scan Build 
Status](https://img.shields.io/coverity/scan/16509.svg)](https://scan.coverity.com/projects/zchunk-zchunk)<br>
+[![Coverity Scan Build 
Status](https://img.shields.io/coverity/scan/16509.svg)](https://scan.coverity.com/projects/zchunk-zchunk)[![FOSSA
 
Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fzchunk%2Fzchunk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fzchunk%2Fzchunk?ref=badge_shield)
+<br>
 [![GitHub Actions Test 
Status](https://github.com/zchunk/zchunk/actions/workflows/main.yml/badge.svg)](https://github.com/zchunk/zchunk/actions)
 
 zchunk is a compressed file format that splits the file into independent 
chunks.
@@ -87,3 +88,7 @@
 - [Format definition](zchunk_format.txt)
 - [Initial 
announcement](https://www.jdieter.net/posts/2018/04/30/introducing-zchunk)
 - [How zchunk works (with pretty 
pictures)](https://www.jdieter.net/posts/2018/05/31/what-is-zchunk)
+
+
+## License
+[![FOSSA 
Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fzchunk%2Fzchunk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fzchunk%2Fzchunk?ref=badge_large)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/autotest/alpine-edge/prep/Dockerfile 
new/zchunk-1.2.3/autotest/alpine-edge/prep/Dockerfile
--- old/zchunk-1.2.2/autotest/alpine-edge/prep/Dockerfile       2022-04-18 
18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/autotest/alpine-edge/prep/Dockerfile       2022-09-16 
22:35:16.000000000 +0200
@@ -1,3 +1,3 @@
 FROM alpine:edge
 
-RUN apk add meson gcc musl-dev zstd-dev curl-dev openssl1.1-compat-dev 
argp-standalone
+RUN apk add meson gcc musl-dev zstd-dev curl-dev openssl-dev argp-standalone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/meson.build new/zchunk-1.2.3/meson.build
--- old/zchunk-1.2.2/meson.build        2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/meson.build        2022-09-16 22:35:16.000000000 +0200
@@ -1,6 +1,6 @@
 project(
     'zck', 'c',
-    version : '1.2.2',
+    version : '1.2.3',
     meson_version : '>=0.53.0',
     default_options : ['c_std=gnu99']
 )
@@ -58,17 +58,17 @@
 
 # argp-standalone dependency (if required)
 if build_machine.system() == 'windows' or build_machine.system() == 'darwin' 
or build_machine.system() == 'freebsd' or not cc.links('#include 
<argp.h>\nstatic error_t parse_opt (int key, char *arg, struct argp_state 
*state) { argp_usage(state); return 0; }; void main() {}')
-    if fs.is_dir(join_paths([get_option('prefix'), 'include']))
-        inc += include_directories(join_paths([get_option('prefix'), 
'include']))
+    argplib = cc.find_library('argp', has_headers : ['argp.h'], required: 
false)
+    if not argplib.found()
+        argplib = dependency('argp-standalone')
     endif
-    argplib = cc.find_library('argp', dirs : join_paths([get_option('prefix'), 
'lib']))
 else
     argplib = dependency('', required : false)
 endif
 
 subdir('include')
 subdir('src')
-if not get_option('coverity')
+if not get_option('coverity') and get_option('tests')
     subdir('test')
 endif
 
@@ -81,13 +81,15 @@
     description : 'A library for generating easy-to-delta files.'
 )
 
-install_man([
-    'doc/unzck.1',
-    'doc/zck.1',
-    'doc/zck_delta_size.1',
-    'doc/zck_gen_zdict.1',
-    'doc/zck_read_header.1',
-    'doc/zckdl.1',
-])
+if get_option('docs')
+    install_man([
+        'doc/unzck.1',
+        'doc/zck.1',
+        'doc/zck_delta_size.1',
+        'doc/zck_gen_zdict.1',
+        'doc/zck_read_header.1',
+        'doc/zckdl.1',
+    ])
+endif
 
 libzck_dep = declare_dependency(link_with: zcklib, include_directories: 
'include')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/meson_options.txt 
new/zchunk-1.2.3/meson_options.txt
--- old/zchunk-1.2.2/meson_options.txt  2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/meson_options.txt  2022-09-16 22:35:16.000000000 +0200
@@ -2,3 +2,5 @@
 option('with-openssl', type : 'feature', value : 'auto')
 option('with-curl', type : 'feature', value : 'auto')
 option('coverity', type : 'boolean', value : false)
+option('docs', type : 'boolean', value : true)
+option('tests', type : 'boolean', value : true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/src/lib/meson.build 
new/zchunk-1.2.3/src/lib/meson.build
--- old/zchunk-1.2.2/src/lib/meson.build        2022-04-18 18:38:54.000000000 
+0200
+++ new/zchunk-1.2.3/src/lib/meson.build        2022-09-16 22:35:16.000000000 
+0200
@@ -7,19 +7,27 @@
 lib_sources += files('zck.c', 'header.c', 'io.c', 'log.c', 'compint.c', 
'error.c')
 
 extra_c_args = []
+lib_suffix = []
+
 if host_machine.system() != 'windows'
     extra_c_args += ['-fvisibility=hidden']
 else
     lib_sources += files(['win32/regerror.c', 'win32/regcomp.c', 
'win32/regexec.c', 'win32/tre-mem.c'])
-    extra_c_args += ['-DZCHUNK_EXPORTS=1']
+    if get_option('default_library') == 'shared'
+        extra_c_args += ['-DZCHUNK_EXPORTS=1']
+    else
+        extra_c_args += ['-DZCHUNK_STATIC_LIB']
+        lib_suffix = 'lib'
+    endif
 endif
 
 zcklib = library('zck',
-                        lib_sources,
-                        # in meson 0.48, use `gnu_symbol_visibility: 'hidden'` 
kwarg
-                        c_args: extra_c_args,
-                        include_directories: inc,
-                        dependencies: [zstd_dep, openssl_dep],
-                        install: true,
-                        version: meson.project_version(),
-                        soversion: so_version)
+                 lib_sources,
+                 # in meson 0.48, use `gnu_symbol_visibility: 'hidden'` kwarg
+                 c_args: extra_c_args,
+                 include_directories: inc,
+                 dependencies: [zstd_dep, openssl_dep],
+                 install: true,
+                 version: meson.project_version(),
+                 soversion: so_version,
+                 name_suffix: lib_suffix)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/src/meson.build 
new/zchunk-1.2.3/src/meson.build
--- old/zchunk-1.2.2/src/meson.build    2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/src/meson.build    2022-09-16 22:35:16.000000000 +0200
@@ -1,7 +1,11 @@
 subdir('lib')
 
+preprocessor_defines = []
 if host_machine.system() == 'windows'
     extra_win_src = ['lib/win32/basename.c', 'lib/win32/ftruncate.c']
+    if get_option('default_library') == 'static'
+        preprocessor_defines = '-DZCHUNK_STATIC_LIB=1'
+    endif
 else
     extra_win_src = []
 endif
@@ -12,7 +16,8 @@
     include_directories: inc,
     dependencies: argplib,
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
 unzck = executable(
     'unzck',
@@ -20,7 +25,8 @@
     include_directories: inc,
     dependencies: argplib,
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
 zck_gen_zdict = executable(
     'zck_gen_zdict',
@@ -28,7 +34,8 @@
     include_directories: inc,
     dependencies: argplib,
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
 zck_read_header = executable(
     'zck_read_header',
@@ -36,7 +43,8 @@
     include_directories: inc,
     dependencies: argplib,
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
 zck_delta_size = executable(
     'zck_delta_size',
@@ -44,7 +52,8 @@
     include_directories: inc,
     dependencies: argplib,
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
 zckdl = executable(
     'zckdl',
@@ -52,5 +61,6 @@
     include_directories: inc,
     dependencies: [argplib, curl_dep],
     link_with: zcklib,
-    install: true
+    install: true,
+    c_args: preprocessor_defines
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/src/zck.c new/zchunk-1.2.3/src/zck.c
--- old/zchunk-1.2.2/src/zck.c  2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/src/zck.c  2022-09-16 22:35:16.000000000 +0200
@@ -159,7 +159,7 @@
 
 static struct argp argp = {options, parse_opt, args_doc, doc};
 
-void write_data(zckCtx *zck, char *data, ssize_t in_size) {
+static void write_data(zckCtx *zck, char *data, ssize_t in_size) {
     if(zck_write(zck, data, in_size) < 0) {
         LOG_ERROR("%s", zck_get_error(zck));
         exit(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/subprojects/argp-standalone.wrap 
new/zchunk-1.2.3/subprojects/argp-standalone.wrap
--- old/zchunk-1.2.2/subprojects/argp-standalone.wrap   1970-01-01 
01:00:00.000000000 +0100
+++ new/zchunk-1.2.3/subprojects/argp-standalone.wrap   2022-09-16 
22:35:16.000000000 +0200
@@ -0,0 +1,7 @@
+[wrap-git]
+directory = argp-standalone-1.5.0
+url = https://github.com/argp-standalone/argp-standalone.git
+revision = 1.5.0
+
+[provide]
+dependency_names = argp-standalone
Binary files old/zchunk-1.2.2/test/abi/stable/libzck.so.1.2.2 and 
new/zchunk-1.2.3/test/abi/stable/libzck.so.1.2.2 differ
Binary files old/zchunk-1.2.2/test/abi/stable/libzck.so.1.2.3 and 
new/zchunk-1.2.3/test/abi/stable/libzck.so.1.2.3 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/test/abi/stable/zck.h 
new/zchunk-1.2.3/test/abi/stable/zck.h
--- old/zchunk-1.2.2/test/abi/stable/zck.h      2022-04-18 18:38:54.000000000 
+0200
+++ new/zchunk-1.2.3/test/abi/stable/zck.h      2022-09-16 22:35:16.000000000 
+0200
@@ -1,7 +1,7 @@
 #ifndef ZCK_H
 #define ZCK_H
 
-#define ZCK_VERSION "1.2.2"
+#define ZCK_VERSION "1.2.3"
 
 #include <stdlib.h>
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zchunk-1.2.2/test/compat_reports/zchunk/1.2.1_to_1.2.2/compat_report.html 
new/zchunk-1.2.3/test/compat_reports/zchunk/1.2.1_to_1.2.2/compat_report.html
--- 
old/zchunk-1.2.2/test/compat_reports/zchunk/1.2.1_to_1.2.2/compat_report.html   
    2022-04-18 18:38:54.000000000 +0200
+++ 
new/zchunk-1.2.3/test/compat_reports/zchunk/1.2.1_to_1.2.2/compat_report.html   
    1970-01-01 01:00:00.000000000 +0100
@@ -1,475 +0,0 @@
-<!-- 
kind:binary;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
-<!-- 
kind:source;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="viewport" content="width=device-width,initial-scale=1" />
-<meta name="keywords" content="zchunk, compatibility, API, ABI, report" />
-<meta name="description" content="API/ABI compatibility report for the zchunk 
object between 1.2.1 and 1.2.2 versions" />
-<meta name="robots" content="noindex" />
-<title>zchunk: 1.2.1 to 1.2.2 compatibility report</title>
-<style type="text/css">
-body {
-    font-family:Arial, sans-serif;
-    background-color:White;
-    color:Black;
-}
-hr {
-    color:Black;
-    background-color:Black;
-    height:1px;
-    border:0;
-}
-h1 {
-    margin-bottom:0px;
-    padding-bottom:0px;
-    font-size:1.625em;
-}
-h2 {
-    margin-bottom:0px;
-    padding-bottom:0px;
-    font-size:1.25em;
-    white-space:nowrap;
-}
-span.section {
-    font-weight:bold;
-    cursor:pointer;
-    color:#003E69;
-    white-space:nowrap;
-    margin-left:0.3125em;
-}
-span.new_sign {
-    font-weight:bold;
-    margin-left:1.65em;
-    color:#003E69;
-}
-span.new_sign_lbl {
-    margin-left:3em;
-    font-size:1em;
-    color:Black;
-}
-span:hover.section {
-    color:#336699;
-}
-span.sect_aff {
-    cursor:pointer;
-    padding-left:1.55em;
-    font-size:0.875em;
-    color:#cc3300;
-}
-span.sect_info {
-    cursor:pointer;
-    padding-left:1.55em;
-    font-size:0.875em;
-    color:Black;
-}
-span.ext {
-    font-weight:normal;
-}
-span.h_name {
-    color:#cc3300;
-    font-size:0.875em;
-    font-weight:bold;
-}
-div.h_list, div.lib_list {
-    font-size:0.94em;
-    padding-left:0.4em;
-}
-span.ns {
-    color:#408080;
-    font-size:0.94em;
-}
-span.lib_name {
-    color:Green;
-    font-size:0.875em;
-    font-weight:bold;
-}
-span.iname {
-    font-weight:bold;
-    color:#003E69;
-    margin-left:0.3125em;
-}
-span.iname_b {
-    font-weight:bold;
-}
-span.iname_a {
-    color:#333333;
-    font-weight:bold;
-    font-size:0.94em;
-}
-span.sym_p {
-    font-weight:normal;
-    white-space:normal;
-}
-span.sym_pd {
-    white-space:normal;
-}
-span.sym_p span, span.sym_pd span {
-    white-space:nowrap;
-}
-div.affect {
-    padding-left:1em;
-    padding-bottom:10px;
-    font-size:0.87em;
-    font-style:italic;
-    line-height:0.9em;
-}
-div.affected {
-    padding-left:1.9em;
-    padding-top:10px;
-}
-table.ptable {
-    border-collapse:collapse;
-    border:1px outset black;
-    margin-left:0.95em;
-    margin-top:3px;
-    margin-bottom:3px;
-    width:56.25em;
-}
-table.ptable td {
-    border:1px solid gray;
-    padding:3px;
-    font-size:0.875em;
-    text-align:left;
-    vertical-align:top;
-    max-width:28em;
-    word-wrap:break-word;
-}
-table.ptable th.pn {
-    width:2%;
-}
-table.ptable th.chg {
-    width:47%;
-}
-table.vtable {
-    border-collapse:collapse;
-    border:1px outset black;
-    margin-left:1.9em;
-    margin-top:0.7em;
-}
-table.vtable td {
-    border:1px solid gray;
-    padding:3px;
-    font-size:0.875em;
-    vertical-align:top;
-    max-width:450px;
-    word-wrap:break-word;
-}
-table.ptable th, table.vtable th {
-    background-color:#eeeeee;
-    font-weight:bold;
-    color:#333333;
-    font-family:Verdana, Arial;
-    font-size:0.875em;
-    border:1px solid gray;
-    text-align:center;
-    vertical-align:top;
-    white-space:nowrap;
-    padding:3px;
-}
-table.summary {
-    border-collapse:collapse;
-    border:1px outset black;
-}
-table.summary th {
-    background-color:#eeeeee;
-    font-weight:normal;
-    text-align:left;
-    font-size:0.94em;
-    white-space:nowrap;
-    border:1px inset gray;
-    padding:3px;
-}
-table.summary td {
-    text-align:right;
-    white-space:nowrap;
-    border:1px inset gray;
-    padding:3px 5px 3px 10px;
-}
-span.mngl {
-    padding-left:1em;
-    font-size:0.875em;
-    cursor:text;
-    color:#444444;
-    font-weight:bold;
-}
-span.pleft {
-    padding-left:2.5em;
-}
-span.sym_ver {
-    color:#333333;
-    white-space:nowrap;
-    font-family:"DejaVu Sans Mono", Monospace;
-}
-span.attr {
-    color:#333333;
-    font-weight:normal;
-}
-span.color_p {
-    font-style:italic;
-    color:Brown;
-}
-span.p {
-    font-style:italic;
-}
-span.fp {
-    font-style:italic;
-    background-color:#DCDCDC;
-}
-span.ttype {
-    font-weight:normal;
-}
-span.nowrap {
-    white-space:nowrap;
-}
-span.value {
-    font-weight:bold;
-}
-.passed {
-    background-color:#CCFFCC;
-    font-weight:normal;
-}
-.warning {
-    background-color:#F4F4AF;
-    font-weight:normal;
-}
-.failed {
-    background-color:#FFCCCC;
-    font-weight:normal;
-}
-.new {
-    background-color:#C6DEFF;
-    font-weight:normal;
-}
-.compatible {
-    background-color:#CCFFCC;
-    font-weight:normal;
-}
-.almost_compatible {
-    background-color:#FFDAA3;
-    font-weight:normal;
-}
-.incompatible {
-    background-color:#FFCCCC;
-    font-weight:normal;
-}
-.gray {
-    background-color:#DCDCDC;
-    font-weight:normal;
-}
-.top_ref {
-    font-size:0.69em;
-}
-.footer {
-    font-size:0.75em;
-}
-
-.tabset {
-    float:left;
-}
-a.tab {
-    border:1px solid Black;
-    float:left;
-    margin:0px 5px -1px 0px;
-    padding:3px 5px 3px 5px;
-    position:relative;
-    font-size:0.875em;
-    background-color:#DDD;
-    text-decoration:none;
-    color:Black;
-}
-a.disabled:hover
-{
-    color:Black;
-    background:#EEE;
-}
-a.active:hover
-{
-    color:Black;
-    background:White;
-}
-a.active {
-    border-bottom-color:White;
-    background-color:White;
-}
-div.tab {
-    border-top:1px solid Black;
-    padding:0px;
-    width:100%;
-    clear:both;
-}
-</style>
-<script type="text/javascript" language="JavaScript">
-<!--
-function showContent(header, id)
-{
-    e = document.getElementById(id);
-    if(e.style.display == 'none')
-    {
-        e.style.display = 'block';
-        e.style.visibility = 'visible';
-        header.innerHTML = header.innerHTML.replace(/\[[^0-9 
]\]/gi,"[&minus;]");
-    }
-    else
-    {
-        e.style.display = 'none';
-        e.style.visibility = 'hidden';
-        header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
-    }
-}
-function initTabs()
-{
-    var url = window.location.href;
-    if(url.indexOf('_Source_')!=-1 || url.indexOf('#Source')!=-1)
-    {
-        var tab1 = document.getElementById('BinaryID');
-        var tab2 = document.getElementById('SourceID');
-        tab1.className='tab disabled';
-        tab2.className='tab active';
-    }
-    var sets = document.getElementsByTagName('div');
-    for (var i = 0; i < sets.length; i++)
-    {
-        if (sets[i].className.indexOf('tabset') != -1)
-        {
-            var tabs = [];
-            var links = sets[i].getElementsByTagName('a');
-            for (var j = 0; j < links.length; j++)
-            {
-                if (links[j].className.indexOf('tab') != -1)
-                {
-                    tabs.push(links[j]);
-                    links[j].tabs = tabs;
-                    var tab = 
document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
-                    //reset all tabs on start
-                    if (tab)
-                    {
-                        if (links[j].className.indexOf('active')!=-1) {
-                            tab.style.display = 'block';
-                        }
-                        else {
-                            tab.style.display = 'none';
-                        }
-                    }
-                    links[j].onclick = function()
-                    {
-                        var tab = 
document.getElementById(this.href.substr(this.href.indexOf('#') + 1));
-                        if (tab)
-                        {
-                            //reset all tabs before change
-                            for (var k = 0; k < this.tabs.length; k++)
-                            {
-                                
document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') 
+ 1)).style.display = 'none';
-                                this.tabs[k].className = 
this.tabs[k].className.replace('active', 'disabled');
-                            }
-                            this.className = 'tab active';
-                            tab.style.display = 'block';
-                            // window.location.hash = this.id.replace('ID', 
'');
-                            return false;
-                        }
-                    }
-                }
-            }
-        }
-    }
-    if(url.indexOf('#')!=-1) {
-        location.href=location.href;
-    }
-}
-if (window.addEventListener) window.addEventListener('load', initTabs, false);
-else if (window.attachEvent) window.attachEvent('onload', initTabs);
--->
-</script>
-</head>
-<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API 
compatibility report for the <span style='color:Blue;'>libzck.so</span> object 
between <span style='color:Red;'>1.2.1</span> and <span 
style='color:Red;'>1.2.2</span> versions on <span 
style='color:Blue;'>x86_64</span></h1>
-
-            <br/>
-            <div class='tabset'>
-            <a id='BinaryID' href='#BinaryTab' class='tab 
active'>Binary<br/>Compatibility</a>
-            <a id='SourceID' href='#SourceTab' style='margin-left:3px' 
class='tab disabled'>Source<br/>Compatibility</a>
-            </div><div id='BinaryTab' class='tab'>
-<h2>Test Info</h2><hr/>
-<table class='summary'>
-<tr><th>Module Name</th><td>zchunk</td></tr>
-<tr><th>Version #1</th><td>1.2.1</td></tr>
-<tr><th>Version #2</th><td>1.2.2</td></tr>
-<tr><th>Arch</th><td>x86_64</td></tr>
-<tr><th>GCC Version</th><td>11.2.1</td></tr>
-<tr><th>Subject</th><td width='150px'>Binary Compatibility</td></tr>
-</table>
-<h2>Test Results</h2><hr/>
-<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Symbols / Types</th><td>82 / 17</td></tr>
-<tr><th>Compatibility</th>
-<td class='compatible'>100%</td>
-</tr>
-</table>
-<h2>Problem Summary</h2><hr/>
-<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
-<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
-</table>
-
-<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='h_list'>
-zck.h<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='lib_list'>
-libzck.so.1.2.1<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<br/><br/><br/></div><div id='SourceTab' class='tab'>
-<h2>Test Info</h2><hr/>
-<table class='summary'>
-<tr><th>Module Name</th><td>zchunk</td></tr>
-<tr><th>Version #1</th><td>1.2.1</td></tr>
-<tr><th>Version #2</th><td>1.2.2</td></tr>
-<tr><th>Arch</th><td>x86_64</td></tr>
-<tr><th>Subject</th><td width='150px'>Source Compatibility</td></tr>
-</table>
-<h2>Test Results</h2><hr/>
-<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
-<tr><th>Total Symbols / Types</th><td>82 / 17</td></tr>
-<tr><th>Compatibility</th>
-<td class='compatible'>100%</td>
-</tr>
-</table>
-<h2>Problem Summary</h2><hr/>
-<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
-<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
-<tr><td>Medium</td><td>0</td></tr>
-<tr><td>Low</td><td>0</td></tr>
-<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
-</table>
-
-<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='h_list'>
-zck.h<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
-<div class='lib_list'>
-libzck.so.1.2.1<br/>
-</div>
-<br/><a class='top_ref' href='#Top'>to the top</a><br/>
-<br/><br/><br/></div><hr/>
-<div class='footer' align='right'><i>Generated by <a 
href='https://github.com/lvc/abi-compliance-checker'>ABI Compliance Checker</a> 
2.3 &#160;</i>
-</div>
-<br/>
-
-</body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zchunk-1.2.2/test/compat_reports/zchunk/1.2.2_to_1.2.3/compat_report.html 
new/zchunk-1.2.3/test/compat_reports/zchunk/1.2.2_to_1.2.3/compat_report.html
--- 
old/zchunk-1.2.2/test/compat_reports/zchunk/1.2.2_to_1.2.3/compat_report.html   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/zchunk-1.2.3/test/compat_reports/zchunk/1.2.2_to_1.2.3/compat_report.html   
    2022-09-16 22:35:16.000000000 +0200
@@ -0,0 +1,474 @@
+<!-- 
kind:binary;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
+<!-- 
kind:source;verdict:compatible;affected:0;added:0;removed:0;type_problems_high:0;type_problems_medium:0;type_problems_low:0;interface_problems_high:0;interface_problems_medium:0;interface_problems_low:0;changed_constants:0;tool_version:2.3
 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="viewport" content="width=device-width,initial-scale=1" />
+<meta name="keywords" content="zchunk, compatibility, API, ABI, report" />
+<meta name="description" content="API/ABI compatibility report for the zchunk 
object between 1.2.2 and 1.2.3 versions" />
+<meta name="robots" content="noindex" />
+<title>zchunk: 1.2.2 to 1.2.3 compatibility report</title>
+<style type="text/css">
+body {
+    font-family:Arial, sans-serif;
+    background-color:White;
+    color:Black;
+}
+hr {
+    color:Black;
+    background-color:Black;
+    height:1px;
+    border:0;
+}
+h1 {
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.625em;
+}
+h2 {
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.25em;
+    white-space:nowrap;
+}
+span.section {
+    font-weight:bold;
+    cursor:pointer;
+    color:#003E69;
+    white-space:nowrap;
+    margin-left:0.3125em;
+}
+span.new_sign {
+    font-weight:bold;
+    margin-left:1.65em;
+    color:#003E69;
+}
+span.new_sign_lbl {
+    margin-left:3em;
+    font-size:1em;
+    color:Black;
+}
+span:hover.section {
+    color:#336699;
+}
+span.sect_aff {
+    cursor:pointer;
+    padding-left:1.55em;
+    font-size:0.875em;
+    color:#cc3300;
+}
+span.sect_info {
+    cursor:pointer;
+    padding-left:1.55em;
+    font-size:0.875em;
+    color:Black;
+}
+span.ext {
+    font-weight:normal;
+}
+span.h_name {
+    color:#cc3300;
+    font-size:0.875em;
+    font-weight:bold;
+}
+div.h_list, div.lib_list {
+    font-size:0.94em;
+    padding-left:0.4em;
+}
+span.ns {
+    color:#408080;
+    font-size:0.94em;
+}
+span.lib_name {
+    color:Green;
+    font-size:0.875em;
+    font-weight:bold;
+}
+span.iname {
+    font-weight:bold;
+    color:#003E69;
+    margin-left:0.3125em;
+}
+span.iname_b {
+    font-weight:bold;
+}
+span.iname_a {
+    color:#333333;
+    font-weight:bold;
+    font-size:0.94em;
+}
+span.sym_p {
+    font-weight:normal;
+    white-space:normal;
+}
+span.sym_pd {
+    white-space:normal;
+}
+span.sym_p span, span.sym_pd span {
+    white-space:nowrap;
+}
+div.affect {
+    padding-left:1em;
+    padding-bottom:10px;
+    font-size:0.87em;
+    font-style:italic;
+    line-height:0.9em;
+}
+div.affected {
+    padding-left:1.9em;
+    padding-top:10px;
+}
+table.ptable {
+    border-collapse:collapse;
+    border:1px outset black;
+    margin-left:0.95em;
+    margin-top:3px;
+    margin-bottom:3px;
+    width:56.25em;
+}
+table.ptable td {
+    border:1px solid gray;
+    padding:3px;
+    font-size:0.875em;
+    text-align:left;
+    vertical-align:top;
+    max-width:28em;
+    word-wrap:break-word;
+}
+table.ptable th.pn {
+    width:2%;
+}
+table.ptable th.chg {
+    width:47%;
+}
+table.vtable {
+    border-collapse:collapse;
+    border:1px outset black;
+    margin-left:1.9em;
+    margin-top:0.7em;
+}
+table.vtable td {
+    border:1px solid gray;
+    padding:3px;
+    font-size:0.875em;
+    vertical-align:top;
+    max-width:450px;
+    word-wrap:break-word;
+}
+table.ptable th, table.vtable th {
+    background-color:#eeeeee;
+    font-weight:bold;
+    color:#333333;
+    font-family:Verdana, Arial;
+    font-size:0.875em;
+    border:1px solid gray;
+    text-align:center;
+    vertical-align:top;
+    white-space:nowrap;
+    padding:3px;
+}
+table.summary {
+    border-collapse:collapse;
+    border:1px outset black;
+}
+table.summary th {
+    background-color:#eeeeee;
+    font-weight:normal;
+    text-align:left;
+    font-size:0.94em;
+    white-space:nowrap;
+    border:1px inset gray;
+    padding:3px;
+}
+table.summary td {
+    text-align:right;
+    white-space:nowrap;
+    border:1px inset gray;
+    padding:3px 5px 3px 10px;
+}
+span.mngl {
+    padding-left:1em;
+    font-size:0.875em;
+    cursor:text;
+    color:#444444;
+    font-weight:bold;
+}
+span.pleft {
+    padding-left:2.5em;
+}
+span.sym_ver {
+    color:#333333;
+    white-space:nowrap;
+    font-family:"DejaVu Sans Mono", Monospace;
+}
+span.attr {
+    color:#333333;
+    font-weight:normal;
+}
+span.color_p {
+    font-style:italic;
+    color:Brown;
+}
+span.p {
+    font-style:italic;
+}
+span.fp {
+    font-style:italic;
+    background-color:#DCDCDC;
+}
+span.ttype {
+    font-weight:normal;
+}
+span.nowrap {
+    white-space:nowrap;
+}
+span.value {
+    font-weight:bold;
+}
+.passed {
+    background-color:#CCFFCC;
+    font-weight:normal;
+}
+.warning {
+    background-color:#F4F4AF;
+    font-weight:normal;
+}
+.failed {
+    background-color:#FFCCCC;
+    font-weight:normal;
+}
+.new {
+    background-color:#C6DEFF;
+    font-weight:normal;
+}
+.compatible {
+    background-color:#CCFFCC;
+    font-weight:normal;
+}
+.almost_compatible {
+    background-color:#FFDAA3;
+    font-weight:normal;
+}
+.incompatible {
+    background-color:#FFCCCC;
+    font-weight:normal;
+}
+.gray {
+    background-color:#DCDCDC;
+    font-weight:normal;
+}
+.top_ref {
+    font-size:0.69em;
+}
+.footer {
+    font-size:0.75em;
+}
+
+.tabset {
+    float:left;
+}
+a.tab {
+    border:1px solid Black;
+    float:left;
+    margin:0px 5px -1px 0px;
+    padding:3px 5px 3px 5px;
+    position:relative;
+    font-size:0.875em;
+    background-color:#DDD;
+    text-decoration:none;
+    color:Black;
+}
+a.disabled:hover
+{
+    color:Black;
+    background:#EEE;
+}
+a.active:hover
+{
+    color:Black;
+    background:White;
+}
+a.active {
+    border-bottom-color:White;
+    background-color:White;
+}
+div.tab {
+    border-top:1px solid Black;
+    padding:0px;
+    width:100%;
+    clear:both;
+}
+</style>
+<script type="text/javascript" language="JavaScript">
+<!--
+function showContent(header, id)
+{
+    e = document.getElementById(id);
+    if(e.style.display == 'none')
+    {
+        e.style.display = 'block';
+        e.style.visibility = 'visible';
+        header.innerHTML = header.innerHTML.replace(/\[[^0-9 
]\]/gi,"[&minus;]");
+    }
+    else
+    {
+        e.style.display = 'none';
+        e.style.visibility = 'hidden';
+        header.innerHTML = header.innerHTML.replace(/\[[^0-9 ]\]/gi,"[+]");
+    }
+}
+function initTabs()
+{
+    var url = window.location.href;
+    if(url.indexOf('_Source_')!=-1 || url.indexOf('#Source')!=-1)
+    {
+        var tab1 = document.getElementById('BinaryID');
+        var tab2 = document.getElementById('SourceID');
+        tab1.className='tab disabled';
+        tab2.className='tab active';
+    }
+    var sets = document.getElementsByTagName('div');
+    for (var i = 0; i < sets.length; i++)
+    {
+        if (sets[i].className.indexOf('tabset') != -1)
+        {
+            var tabs = [];
+            var links = sets[i].getElementsByTagName('a');
+            for (var j = 0; j < links.length; j++)
+            {
+                if (links[j].className.indexOf('tab') != -1)
+                {
+                    tabs.push(links[j]);
+                    links[j].tabs = tabs;
+                    var tab = 
document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
+                    //reset all tabs on start
+                    if (tab)
+                    {
+                        if (links[j].className.indexOf('active')!=-1) {
+                            tab.style.display = 'block';
+                        }
+                        else {
+                            tab.style.display = 'none';
+                        }
+                    }
+                    links[j].onclick = function()
+                    {
+                        var tab = 
document.getElementById(this.href.substr(this.href.indexOf('#') + 1));
+                        if (tab)
+                        {
+                            //reset all tabs before change
+                            for (var k = 0; k < this.tabs.length; k++)
+                            {
+                                
document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') 
+ 1)).style.display = 'none';
+                                this.tabs[k].className = 
this.tabs[k].className.replace('active', 'disabled');
+                            }
+                            this.className = 'tab active';
+                            tab.style.display = 'block';
+                            // window.location.hash = this.id.replace('ID', 
'');
+                            return false;
+                        }
+                    }
+                }
+            }
+        }
+    }
+    if(url.indexOf('#')!=-1) {
+        location.href=location.href;
+    }
+}
+if (window.addEventListener) window.addEventListener('load', initTabs, false);
+else if (window.attachEvent) window.attachEvent('onload', initTabs);
+-->
+</script>
+</head>
+<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API 
compatibility report for the <span style='color:Blue;'>libzck.so</span> object 
between <span style='color:Red;'>1.2.2</span> and <span 
style='color:Red;'>1.2.3</span> versions on <span 
style='color:Blue;'>x86_64</span></h1>
+
+            <br/>
+            <div class='tabset'>
+            <a id='BinaryID' href='#BinaryTab' class='tab 
active'>Binary<br/>Compatibility</a>
+            <a id='SourceID' href='#SourceTab' style='margin-left:3px' 
class='tab disabled'>Source<br/>Compatibility</a>
+            </div><div id='BinaryTab' class='tab'>
+<h2>Test Info</h2><hr/>
+<table class='summary'>
+<tr><th>Module Name</th><td>zchunk</td></tr>
+<tr><th>Version #1</th><td>1.2.2 (gcc 11.2.1)</td></tr>
+<tr><th>Version #2</th><td>1.2.3 (gcc 12.2.1)</td></tr>
+<tr><th>Arch</th><td>x86_64</td></tr>
+<tr><th>Subject</th><td width='150px'>Binary Compatibility</td></tr>
+</table>
+<h2>Test Results</h2><hr/>
+<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Symbols / Types</th><td>82 / 17</td></tr>
+<tr><th>Compatibility</th>
+<td class='compatible'>100%</td>
+</tr>
+</table>
+<h2>Problem Summary</h2><hr/>
+<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
+<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
+</table>
+
+<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='h_list'>
+zck.h<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='lib_list'>
+libzck.so.1.2.2<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<br/><br/><br/></div><div id='SourceTab' class='tab'>
+<h2>Test Info</h2><hr/>
+<table class='summary'>
+<tr><th>Module Name</th><td>zchunk</td></tr>
+<tr><th>Version #1</th><td>1.2.2</td></tr>
+<tr><th>Version #2</th><td>1.2.3</td></tr>
+<tr><th>Arch</th><td>x86_64</td></tr>
+<tr><th>Subject</th><td width='150px'>Source Compatibility</td></tr>
+</table>
+<h2>Test Results</h2><hr/>
+<table class='summary'><tr><th>Total Header Files</th><td><a href='#Headers' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Objects</th><td><a href='#Libs' 
style='color:Blue;'>1</a></td></tr>
+<tr><th>Total Symbols / Types</th><td>82 / 17</td></tr>
+<tr><th>Compatibility</th>
+<td class='compatible'>100%</td>
+</tr>
+</table>
+<h2>Problem Summary</h2><hr/>
+<table class='summary'><tr><th></th><th 
style='text-align:center;'>Severity</th><th 
style='text-align:center;'>Count</th></tr><tr><th>Added 
Symbols</th><td>-</td><td>0</td></tr>
+<tr><th>Removed Symbols</th><td>High</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Data 
Types</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th rowspan='3'>Problems with<br/>Symbols</th><td>High</td><td>0</td></tr>
+<tr><td>Medium</td><td>0</td></tr>
+<tr><td>Low</td><td>0</td></tr>
+<tr><th>Problems with<br/>Constants</th><td>Low</td><td>0</td></tr>
+</table>
+
+<a name='Headers'></a><h2>Header Files <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='h_list'>
+zck.h<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<a name='Libs'></a><h2>Objects <span 
class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
+<div class='lib_list'>
+libzck.so.1.2.2<br/>
+</div>
+<br/><a class='top_ref' href='#Top'>to the top</a><br/>
+<br/><br/><br/></div><hr/>
+<div class='footer' align='right'><i>Generated by <a 
href='https://github.com/lvc/abi-compliance-checker'>ABI Compliance Checker</a> 
2.3 &#160;</i>
+</div>
+<br/>
+
+</body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/test/meson.build 
new/zchunk-1.2.3/test/meson.build
--- old/zchunk-1.2.2/test/meson.build   2022-04-18 18:38:54.000000000 +0200
+++ new/zchunk-1.2.3/test/meson.build   2022-09-16 22:35:16.000000000 +0200
@@ -56,7 +56,12 @@
     c_args: preprocessor_defines,
     install: false
 )
-file_path = join_paths(meson.source_root(), 'test/files')
+
+if meson.version().version_compare('>=0.56.0')
+    file_path = join_paths(meson.project_source_root(), 'test/files')
+else
+    file_path = join_paths(meson.source_root(), 'test/files')
+endif
 
 test(
     'create and validate empty zchunk file',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zchunk-1.2.2/test/zck_cmp_uncomp.c 
new/zchunk-1.2.3/test/zck_cmp_uncomp.c
--- old/zchunk-1.2.2/test/zck_cmp_uncomp.c      2022-04-18 18:38:54.000000000 
+0200
+++ new/zchunk-1.2.3/test/zck_cmp_uncomp.c      2022-09-16 22:35:16.000000000 
+0200
@@ -216,7 +216,7 @@
     size_t todwl = 0;
     size_t reuse = 0;
     while (iter) {
-        printf("%12lu %s %s %12lu %12lu\n",
+        printf("%zd %s %s %zd %zd\n",
                 zck_get_chunk_number(iter),
                 zck_get_chunk_valid(iter) ? "SRC" : "DST",
                 zck_get_chunk_digest_uncompressed(iter),
@@ -232,8 +232,8 @@
         iter = zck_get_next_chunk(iter);
     }
 
-    printf("\n\nTotal to be reused : %12lu\n", reuse);
-    printf("Total to be downloaded : %12lu\n", todwl);
+    printf("\n\nTotal to be reused : %zu\n", reuse);
+    printf("Total to be downloaded : %zu\n", todwl);
 
     close(in_fd);
     close(zck_fd);

Reply via email to