From de252fb57e7387fbd237a3a14ab767bc65e84b47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2020 07:09:56 +0200 Subject: v0.7.2 --- compat_reports/0.7.1_to_0.7.2/compat_report.html | 588 +++++++++++++++++++++++ libhandlebars.spec | 7 +- libhandlebars.xml | 2 +- 3 files changed, 594 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.7.1_to_0.7.2/compat_report.html diff --git a/compat_reports/0.7.1_to_0.7.2/compat_report.html b/compat_reports/0.7.1_to_0.7.2/compat_report.html new file mode 100644 index 0000000..6ef3479 --- /dev/null +++ b/compat_reports/0.7.1_to_0.7.2/compat_report.html @@ -0,0 +1,588 @@ + + + + + + + + + +libhandlebars: 0.7.1 to 0.7.2 compatibility report + + + +

API compatibility report for the libhandlebars library between 0.7.1 and 0.7.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.7.1
Version #20.7.2
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types251 / 123
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  27 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_partial_loader.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.3.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.7.1
Version #20.7.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types820 / 190
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
Low3
+ + +

Problems with Constants, Low Severity  3 


+handlebars_config.h
+ +[+] HANDLEBARS_VERSION_INT +
+ + + +[+] HANDLEBARS_VERSION_PATCH +
+ + + +[+] HANDLEBARS_VERSION_STRING +
+ + +
+to the top
+

Header Files  27 


+
+handlebars.h
+handlebars.lex.h
+handlebars.tab.h
+handlebars_ast.h
+handlebars_ast_helpers.h
+handlebars_ast_list.h
+handlebars_ast_printer.h
+handlebars_cache.h
+handlebars_compiler.h
+handlebars_config.h
+handlebars_helpers.h
+handlebars_map.h
+handlebars_memory.h
+handlebars_opcode_printer.h
+handlebars_opcode_serializer.h
+handlebars_opcodes.h
+handlebars_partial_loader.h
+handlebars_private.h
+handlebars_scanners.h
+handlebars_stack.h
+handlebars_string.h
+handlebars_token.h
+handlebars_utils.h
+handlebars_value.h
+handlebars_value_handlers.h
+handlebars_vm.h
+handlebars_whitespace.h
+
+
to the top
+

Libraries  1 


+
+libhandlebars.so.5.3.0
+
+
to the top
+



+ +
+ + diff --git a/libhandlebars.spec b/libhandlebars.spec index 642ce5c..36636d3 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -8,7 +8,7 @@ # %global libname libhandlebars -%global gh_commit 989e4badf13238a381bc12dc0da6c7acf30baf51 +%global gh_commit a317c671b9a74414525c2861fa0fe24444dc5f3f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -24,7 +24,7 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: Handlebars C library @@ -124,6 +124,9 @@ make test %changelog +* Wed Apr 22 2020 Remi Collet - 0.7.2-1 +- update to 0.7.2 + * Sun Apr 19 2020 Remi Collet - 0.7.1-1 - update to 0.7.1 diff --git a/libhandlebars.xml b/libhandlebars.xml index 8d902db..0aed47a 100644 --- a/libhandlebars.xml +++ b/libhandlebars.xml @@ -9,7 +9,7 @@ -0.7.1 +0.7.2 -- cgit