From: Jonathan Dieter Date: Tue, 8 Dec 2020 20:34:35 +0000 (+0000) Subject: New release X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1^2~3^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5715157da35898a7cb3293b7a5394ba23715b5a4;p=zchunk.git New release Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index 558a99d..0b8a405 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'zck', 'c', - version : '1.1.7', + version : '1.1.8', meson_version : '>=0.44.0', default_options : ['c_std=gnu99'] ) diff --git a/test/abi.sh b/test/abi.sh index 6cfcb00..8bac192 100755 --- a/test/abi.sh +++ b/test/abi.sh @@ -1,6 +1,8 @@ #!/bin/sh cd "$(dirname "$0")" +rm -rf ../build/src/lib/libzck.so.*.*.*.p 2>/dev/null + if [ ! -e ../build/src/lib/libzck.so.*.*.* ]; then echo "No library exists" exit 1 diff --git a/test/abi/stable/libzck.so.1.1.7 b/test/abi/stable/libzck.so.1.1.7 deleted file mode 100755 index 95aa548..0000000 Binary files a/test/abi/stable/libzck.so.1.1.7 and /dev/null differ diff --git a/test/abi/stable/libzck.so.1.1.8 b/test/abi/stable/libzck.so.1.1.8 new file mode 100755 index 0000000..1520934 Binary files /dev/null and b/test/abi/stable/libzck.so.1.1.8 differ diff --git a/test/abi/stable/zck.h b/test/abi/stable/zck.h index 8b5ff28..bf48b1b 100644 --- a/test/abi/stable/zck.h +++ b/test/abi/stable/zck.h @@ -1,7 +1,7 @@ #ifndef ZCK_H #define ZCK_H -#define ZCK_VERSION "1.1.7" +#define ZCK_VERSION "1.1.8" #include #include diff --git a/test/compat_reports/zchunk/1.1.6_to_1.1.7/compat_report.html b/test/compat_reports/zchunk/1.1.6_to_1.1.7/compat_report.html deleted file mode 100644 index 0d2111b..0000000 --- a/test/compat_reports/zchunk/1.1.6_to_1.1.7/compat_report.html +++ /dev/null @@ -1,502 +0,0 @@ - - - - - - - - - - -zchunk: 1.1.6 to 1.1.7 compatibility report - - - -

API compatibility report for the libzck.so object between 1.1.6 and 1.1.7 versions on x86_64

- -
-
-

Test Info


- - - - - - -
Module Namezchunk
Version #11.1.6 (gcc 9.2.1)
Version #21.1.7 (gcc 10.2.1)
Archx86_64
SubjectBinary Compatibility
-

Test Results


- - - - - - - -
Total Header Files1
Total Source Files9
Total Objects1
Total Symbols / Types75 / 21
Compatibility100%
-

Problem Summary


- - - - - - - - - -
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
- -

Header Files  1 


-
-zck.h
-
-
to the top
-

Source Files  9 


-
-comp.c
-dl.c
-error.c
-hash.c
-header.c
-index_read.c
-log.c
-range.c
-zck.c
-
-
to the top
-

Objects  1 


-
-libzck.so.1.1.6
-
-
to the top
-


-

Test Info


- - - - - - -
Module Namezchunk
Version #11.1.6
Version #21.1.7
Archx86_64
SubjectSource Compatibility
-

Test Results


- - - - - - - -
Total Header Files1
Total Source Files9
Total Objects1
Total Symbols / Types75 / 21
Compatibility100%
-

Problem Summary


- - - - - - - - - -
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
- -

Header Files  1 


-
-zck.h
-
-
to the top
-

Source Files  9 


-
-comp.c
-dl.c
-error.c
-hash.c
-header.c
-index_read.c
-log.c
-range.c
-zck.c
-
-
to the top
-

Objects  1 


-
-libzck.so.1.1.6
-
-
to the top
-



- -
- - diff --git a/test/compat_reports/zchunk/1.1.7_to_1.1.8/compat_report.html b/test/compat_reports/zchunk/1.1.7_to_1.1.8/compat_report.html new file mode 100644 index 0000000..1a094a8 --- /dev/null +++ b/test/compat_reports/zchunk/1.1.7_to_1.1.8/compat_report.html @@ -0,0 +1,503 @@ + + + + + + + + + + +zchunk: 1.1.7 to 1.1.8 compatibility report + + + +

API compatibility report for the libzck.so object between 1.1.7 and 1.1.8 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Module Namezchunk
Version #11.1.7
Version #21.1.8
Archx86_64
GCC Version10.2.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + + +
Total Header Files1
Total Source Files9
Total Objects1
Total Symbols / Types75 / 21
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  1 


+
+zck.h
+
+
to the top
+

Source Files  9 


+
+comp.c
+dl.c
+error.c
+hash.c
+header.c
+index_read.c
+log.c
+range.c
+zck.c
+
+
to the top
+

Objects  1 


+
+libzck.so.1.1.7
+
+
to the top
+


+

Test Info


+ + + + + + +
Module Namezchunk
Version #11.1.7
Version #21.1.8
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + + +
Total Header Files1
Total Source Files9
Total Objects1
Total Symbols / Types75 / 21
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  1 


+
+zck.h
+
+
to the top
+

Source Files  9 


+
+comp.c
+dl.c
+error.c
+hash.c
+header.c
+index_read.c
+log.c
+range.c
+zck.c
+
+
to the top
+

Objects  1 


+
+libzck.so.1.1.7
+
+
to the top
+



+ +
+ + diff --git a/test/new_abi.sh b/test/new_abi.sh index 55ad92e..3bdf5e4 100755 --- a/test/new_abi.sh +++ b/test/new_abi.sh @@ -1,6 +1,8 @@ #!/bin/sh cd "$(dirname "$0")" +rm -rf ../build/src/lib/libzck.so.*.*.*.p 2>/dev/null + if [ ! -e ../build/src/lib/libzck.so.*.*.* ]; then echo "No library exists" exit 1