From d55afe8fe2c8c17a2a1619d6724a11259ae51579 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 10:32:26 +0100 Subject: update to 0.7.3 drop patch merged upstream --- compat_reports/0.7.2_to_0.7.3/compat_report.html | 588 +++++++++++++++++++++++ libhandlebars.spec | 13 +- libhandlebars.xml | 2 +- 3 files changed, 596 insertions(+), 7 deletions(-) create mode 100644 compat_reports/0.7.2_to_0.7.3/compat_report.html diff --git a/compat_reports/0.7.2_to_0.7.3/compat_report.html b/compat_reports/0.7.2_to_0.7.3/compat_report.html new file mode 100644 index 0000000..e4f5e22 --- /dev/null +++ b/compat_reports/0.7.2_to_0.7.3/compat_report.html @@ -0,0 +1,588 @@ + + + + + + + + + +libhandlebars: 0.7.2 to 0.7.3 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhandlebars
Version #10.7.2
Version #20.7.3
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types247 / 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.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhandlebars
Version #10.7.2
Version #20.7.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files27
Total Libraries1
Total Symbols / Types819 / 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.1
+
+
to the top
+



+ +
+ + diff --git a/libhandlebars.spec b/libhandlebars.spec index e9b3977..66ee306 100644 --- a/libhandlebars.spec +++ b/libhandlebars.spec @@ -8,7 +8,7 @@ # %global libname libhandlebars -%global gh_commit a317c671b9a74414525c2861fa0fe24444dc5f3f +%global gh_commit 2a9dd43307b87577504d67a89900cfaa2586c3a8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project handlebars.c @@ -24,8 +24,8 @@ %global mspec_project spec Name: %{libname} -Version: 0.7.2 -Release: 2%{?dist} +Version: 0.7.3 +Release: 1%{?dist} Summary: Handlebars C library License: LGPLv2+ @@ -34,8 +34,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_ Source1: https://github.com/%{hspec_owner}/%{hspec_project}/archive/%{hspec_commit}/%{hspec_project}-%{hspec_short}.tar.gz Source2: https://github.com/%{mspec_owner}/%{mspec_project}/archive/%{mspec_commit}/%{mspec_project}-%{mspec_short}.tar.gz -Patch0: build.patch - BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake @@ -81,7 +79,6 @@ This package provides handlebarsc command line tool split off %{libname}. %prep %setup -qn %{gh_project}-%{gh_commit} -a1 -a2 -%patch0 -p0 mkdir spec mv %{hspec_project}-%{hspec_commit} spec/handlebars @@ -127,6 +124,10 @@ make test %changelog +* Mon Dec 7 2020 Remi Collet - 0.7.3-1 +- update to 0.7.3 +- drop patch merged upstream + * Wed Aug 19 2020 Remi Collet - 0.7.2-2 - F33 build with patch for -Werror=format-security reported as https://github.com/jbboehr/handlebars.c/issues/87 diff --git a/libhandlebars.xml b/libhandlebars.xml index 0aed47a..b01f09c 100644 --- a/libhandlebars.xml +++ b/libhandlebars.xml @@ -9,7 +9,7 @@ -0.7.2 +0.7.3 -- cgit