From cd9d9857796a50cacace2b377adf404d30bbb777 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2026 09:42:07 +0200 Subject: update to 0.5.3 --- 0.5.2_to_0.5.3/compat_report.html | 479 ++++++++++++++++++++++++++++++++++++++ libmd4c.xml | 2 +- md4c.spec | 7 +- 3 files changed, 485 insertions(+), 3 deletions(-) create mode 100644 0.5.2_to_0.5.3/compat_report.html diff --git a/0.5.2_to_0.5.3/compat_report.html b/0.5.2_to_0.5.3/compat_report.html new file mode 100644 index 0000000..8b80ba9 --- /dev/null +++ b/0.5.2_to_0.5.3/compat_report.html @@ -0,0 +1,479 @@ + + + + + + + + + + +libmd4c: 0.5.2 to 0.5.3 compatibility report + + + +

API compatibility report for the libmd4c library between 0.5.2 and 0.5.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibmd4c
Version #10.5.2
Version #20.5.3
Archx86_64
GCC Version15
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries2
Total Symbols / Types2 / 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  2 


+
+md4c-html.h
+md4c.h
+
+
to the top
+

Libraries  2 


+
+libmd4c-html.so.0.5.2
+libmd4c.so.0.5.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibmd4c
Version #10.5.2
Version #20.5.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries2
Total Symbols / Types2 / 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  2 


+
+md4c-html.h
+md4c.h
+
+
to the top
+

Libraries  2 


+
+libmd4c-html.so.0.5.2
+libmd4c.so.0.5.2
+
+
to the top
+



+ +
+ + diff --git a/libmd4c.xml b/libmd4c.xml index afbfd9e..bbd5bfd 100644 --- a/libmd4c.xml +++ b/libmd4c.xml @@ -9,7 +9,7 @@ -0.5.2 +0.5.3 diff --git a/md4c.spec b/md4c.spec index 272b63b..9dde5a8 100644 --- a/md4c.spec +++ b/md4c.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # -Version: 0.5.2 +Version: 0.5.3 Name: md4c Release: 1%{?dist} Summary: Markdown for C @@ -45,7 +45,7 @@ developing applications that use md4c. %check cd %__cmake_builddir -bash %{_builddir}/%{name}-release-%{version}/scripts/run-tests.sh +%{__python3} %{_builddir}/%{name}-release-%{version}/scripts/run-tests.py %files %doc README.md @@ -67,6 +67,9 @@ bash %{_builddir}/%{name}-release-%{version}/scripts/run-tests.sh %{_libdir}/pkgconfig/md4c-html.pc %changelog +* Tue Apr 21 2026 Remi Collet - 0.5.3-1 +- update to 0.5.3 + * Mon Dec 2 2024 Remi Collet - 0.5.2-1 - update to 0.5.2 -- cgit