From e5c241a268f5d49fe5d075cda1bded3cf821ad7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 09:18:58 +0200 Subject: v0.6.4 --- compat_reports/0.6.3_to_0.6.4/compat_report.html | 757 +++++++++++++++++++++++ libhandlebars.spec | 11 +- 2 files changed, 764 insertions(+), 4 deletions(-) create mode 100644 compat_reports/0.6.3_to_0.6.4/compat_report.html diff --git a/compat_reports/0.6.3_to_0.6.4/compat_report.html b/compat_reports/0.6.3_to_0.6.4/compat_report.html new file mode 100644 index 0000000..438190e --- /dev/null +++ b/compat_reports/0.6.3_to_0.6.4/compat_report.html @@ -0,0 +1,757 @@ + + + + + + + + +libhandlebars: 0.6.3 to 0.6.4 compatibility report + + + +

API compatibility report for the libhandlebars library between 0.6.3 and 0.6.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.6.3
Version #20.6.4
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types248 / 122
Compatibility98.4%
+

Problem Summary


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

Added Symbols  1 


+handlebars.h, libhandlebars.so.5.1.0
+handlebars_preprocess_delimiters ( struct handlebars_context* ctx, struct handlebars_string* tmpl, struct handlebars_string* open, struct handlebars_string* close )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+

Header Files  26 


+
+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_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.0.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.6.3
Version #20.6.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files26
Total Libraries1
Total Symbols / Types818 / 181
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+handlebars.h
+handlebars_preprocess_delimiters ( struct handlebars_context* ctx, struct handlebars_string* tmpl, struct handlebars_string* open, struct handlebars_string* close )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+handlebars.lex.h
+ +[+] struct yy_buffer_state  1  +
+ + +
+to the top
+ +

Other Changes in Constants  5 


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

Header Files  26 


+
+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_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.0.1
+
+
to the top
+



+ +
+ + diff --git a/libhandlebars.spec b/libhandlebars.spec index f0613fd..531614a 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname libhandlebars -%global gh_commit b346c43ff617bbdf5db4159607420bd54b02b8d3 +%global gh_commit 9863359d28fa57cabe5494a00453ff12e8581d56 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c -%global hspec_commit e553716c186961477983d20c6e852d9a387f0668 +%global hspec_commit 4afc86f830797a59896405a6b15f47bf452b3a5d %global hspec_short %(c=%{hspec_commit}; echo ${c:0:7}) %global hspec_owner jbboehr %global hspec_project handlebars-spec @@ -23,8 +23,8 @@ %global mspec_project spec Name: %{libname} -Version: 0.6.3 -Release: 2%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Group: System Environment/Libraries Summary: Handlebars C library @@ -123,6 +123,9 @@ make test %changelog +* Tue Jul 18 2017 Remi Collet - 0.6.4-1 +- update to 0.6.4 + * Sat Jun 10 2017 Remi Collet - 0.6.3-2 - latest upstream git snapshot for EL-7 -- cgit