From 84b659531b529c4816eb98c59aba627ec0dc35cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Dec 2021 15:47:58 +0100 Subject: update to 0.0.4 --- compat_reports/3_to_4/compat_report.html | 475 +++++++++++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 2 +- 3 files changed, 481 insertions(+), 3 deletions(-) create mode 100644 compat_reports/3_to_4/compat_report.html diff --git a/compat_reports/3_to_4/compat_report.html b/compat_reports/3_to_4/compat_report.html new file mode 100644 index 0000000..f0a3af2 --- /dev/null +++ b/compat_reports/3_to_4/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libcgif: 3 to 4 compatibility report + + + +

API compatibility report for the libcgif library between 3 and 4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #13
Version #24
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types6 / 30
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  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #13
Version #24
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types102 / 46
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  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.3
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index 6bb1208..e0b1cc5 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f4683ef7786403da9f568a1934f8ad46945ce3bb +%global gh_commit 31e85814d7f4408a46c4fe1ab6688f6f910614be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20211001 %global gh_owner dloebl @@ -17,7 +17,7 @@ Name: %{libname} Summary: A fast and lightweight GIF encoder -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Mon Dec 13 2021 Remi Collet - 0.0.4-1 +- update to 0.0.4 + * Sun Nov 28 2021 Remi Collet - 0.0.3-1 - update to 0.0.3 diff --git a/libcgif.xml b/libcgif.xml index 9661448..1f085d7 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -3 +4 -- cgit