From 43d430b3e7e0b91a4e9ea5136e90125004d73c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 12:33:47 +0100 Subject: v0.4.4 --- compat_reports/0.4.3_to_0.4.4/compat_report.html | 557 +++++++++++++++++++++++ libmustache.spec | 13 +- libmustache.xml | 62 +++ 3 files changed, 627 insertions(+), 5 deletions(-) create mode 100644 compat_reports/0.4.3_to_0.4.4/compat_report.html create mode 100644 libmustache.xml diff --git a/compat_reports/0.4.3_to_0.4.4/compat_report.html b/compat_reports/0.4.3_to_0.4.4/compat_report.html new file mode 100644 index 0000000..9c4f7e1 --- /dev/null +++ b/compat_reports/0.4.3_to_0.4.4/compat_report.html @@ -0,0 +1,557 @@ + + + + + + + + +libmustache: 0.4.3 to 0.4.4 compatibility report + + + +

API compatibility report for the libmustache library between 0.4.3 and 0.4.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibmustache
Version #10.4.3
Version #20.4.4
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files12
Total Libraries1
Total Symbols / Types17 / 18
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  12 


+
+compiler.hpp
+data.hpp
+exception.hpp
+lambda.hpp
+mustache.hpp
+mustache_config.h
+node.hpp
+renderer.hpp
+stack.hpp
+tokenizer.hpp
+utils.hpp
+vm.hpp
+
+
to the top
+

Libraries  1 


+
+libmustache.so.4.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibmustache
Version #10.4.3
Version #20.4.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files12
Total Libraries1
Total Symbols / Types57 / 42
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 


+mustache_config.h
+ +[+] MUSTACHE_PACKAGE_STRING +
+ + + +[+] MUSTACHE_PACKAGE_VERSION +
+ + + +[+] MUSTACHE_VERSION +
+ + +
+to the top
+

Header Files  12 


+
+compiler.hpp
+data.hpp
+exception.hpp
+lambda.hpp
+mustache.hpp
+mustache_config.h
+node.hpp
+renderer.hpp
+stack.hpp
+tokenizer.hpp
+utils.hpp
+vm.hpp
+
+
to the top
+

Libraries  1 


+
+libmustache.so.4.0.0
+
+
to the top
+



+ +
+ + diff --git a/libmustache.spec b/libmustache.spec index f006848..03d3c5c 100644 --- a/libmustache.spec +++ b/libmustache.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for libmustache # -# Copyright (c) 2017 Remi Collet +# Copyright (c) 2017-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global libname libmustache -%global gh_commit 081952948f6e50f0eeb116fd652585813f31a2ab +%global gh_commit f9b9d977a2804a0cf8d849e2fd50e1516289a6e7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jbboehr %global gh_project %{libname} @@ -18,15 +18,15 @@ %global spec_project mustache-spec Name: %{libname} -Version: 0.4.3 -Release: 2%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Group: System Environment/Libraries Summary: Mustache C++ library License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz -Source1: https://github.com/%{spec_owner}/%{spec_project}/archive/%{spec_commit}/%{spec_project}-%{gh_short}.tar.gz +Source1: https://github.com/%{spec_owner}/%{spec_project}/archive/%{spec_commit}/%{spec_project}-%{spec_short}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -122,6 +122,9 @@ make test %changelog +* Wed Feb 7 2018 Remi Collet - 0.4.4-1 +- Update to 0.4.4 + * Fri Jun 9 2017 Remi Collet - 0.4.3-2 - use GCC 6.2 from devtoolset-6 on EL-7 diff --git a/libmustache.xml b/libmustache.xml new file mode 100644 index 0000000..1f10b77 --- /dev/null +++ b/libmustache.xml @@ -0,0 +1,62 @@ + + + + + + + + + +0.4.4 + + + + +/usr/include/mustache + + + + +/usr/lib64/libmustache.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit