From 114a890d02bfa6a3c72b61c13eb3ddc4af77e5cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2019 11:31:50 +0100 Subject: v0.10.0 --- compat_reports/0.9.0_to_0.10.0/compat_report.html | 557 ++++++++++++++++++++++ librabbitmq.spec | 11 +- librabbitmq.xml | 2 +- 3 files changed, 565 insertions(+), 5 deletions(-) create mode 100644 compat_reports/0.9.0_to_0.10.0/compat_report.html diff --git a/compat_reports/0.9.0_to_0.10.0/compat_report.html b/compat_reports/0.9.0_to_0.10.0/compat_report.html new file mode 100644 index 0000000..bbf0807 --- /dev/null +++ b/compat_reports/0.9.0_to_0.10.0/compat_report.html @@ -0,0 +1,557 @@ + + + + + + + + + +librabbitmq: 0.9.0 to 0.10.0 compatibility report + + + +

API compatibility report for the librabbitmq library between 0.9.0 and 0.10.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrabbitmq
Version #10.9.0
Version #20.10.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types110 / 106
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+amqp_ssl_socket.h, librabbitmq.so.4.4.0
+amqp_ssl_socket_get_context ( amqp_socket_t* self )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+amqp.h
+ +[+] AMQP_DEFAULT_MAX_CHANNELS +
+ + +
+to the top
+

Header Files  4 


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Libraries  1 


+
+librabbitmq.so.4.3.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrabbitmq
Version #10.9.0
Version #20.10.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files4
Total Libraries1
Total Symbols / Types110 / 106
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+amqp_ssl_socket.h
+amqp_ssl_socket_get_context ( amqp_socket_t* self )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+amqp.h
+ +[+] AMQP_DEFAULT_MAX_CHANNELS +
+ + + +[+] AMQP_VERSION_MINOR +
+ + +
+to the top
+

Header Files  4 


+
+amqp.h
+amqp_framing.h
+amqp_ssl_socket.h
+amqp_tcp_socket.h
+
+
to the top
+

Libraries  1 


+
+librabbitmq.so.4.3.0
+
+
to the top
+



+ +
+ + diff --git a/librabbitmq.spec b/librabbitmq.spec index fb2e364..ce12678 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -10,12 +10,12 @@ # Please, preserve the changelog entries # -%global gh_commit 77e3805d1662034339c3c19bcdaaa62a56c1fa7e +%global gh_commit ffe918a5fcef72038a88054dca3c56762b1953d4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alanxz %global gh_project rabbitmq-c %global libname librabbitmq -# soname 4 since 0.6.0 (Fedora 23 / EL-7) 0.7.0/4.1, 0.8.0/4.2, 0.9.0/4.3 +# soname 4 since 0.6.0 (Fedora 23 / EL-7) 0.7.0/4.1, 0.8.0/4.2, 0.9.0/4.3, 0.10.0/4.4 # soname 1 up to 0.5.2 %global soname 4 @@ -25,7 +25,7 @@ Name: %{libname}-last Name: %{libname} %endif Summary: Client library for AMQP -Version: 0.9.0 +Version: 0.10.0 Release: 1%{?dist} License: MIT URL: https://github.com/alanxz/rabbitmq-c @@ -148,9 +148,12 @@ make test %doc %{_mandir}/man7/librabbitmq-tools.7* -## NOTICE: 0.8.0 available in RHEL 7.5 +## NOTICE: 0.8.0 available in RHEL 7.5, 0.9.0 in RHEL 8.0 %changelog +* Mon Dec 2 2019 Remi Collet - 0.10.0-1 +- update to 0.10.0 + * Mon Feb 4 2019 Remi Collet - 0.9.0-3 - fix cmake invocation and FTBFS diff --git a/librabbitmq.xml b/librabbitmq.xml index 3302bb6..decd6b1 100644 --- a/librabbitmq.xml +++ b/librabbitmq.xml @@ -9,7 +9,7 @@ -0.9.0 +0.10.0 -- cgit