From 078c818a51a1da797a3df2e47e1d50e22dd99241 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Feb 2022 14:38:13 +0100 Subject: update to 0.2.0 --- compat_reports/0.1.0_to_0.2.0/compat_report.html | 678 +++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 2 +- 3 files changed, 684 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.1.0_to_0.2.0/compat_report.html diff --git a/compat_reports/0.1.0_to_0.2.0/compat_report.html b/compat_reports/0.1.0_to_0.2.0/compat_report.html new file mode 100644 index 0000000..8db8033 --- /dev/null +++ b/compat_reports/0.1.0_to_0.2.0/compat_report.html @@ -0,0 +1,678 @@ + + + + + + + + + +libcgif: 0.1.0 to 0.2.0 compatibility report + + + +

API compatibility report for the libcgif library between 0.1.0 and 0.2.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #10.1.0
Version #20.2.0
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types6 / 28
Compatibility75%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-2
+ + +

Problems with Data Types, Medium Severity  1 


+cgif.h
+ +[+] struct st_gif  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+cgif.h
+ +[+] struct st_frameconfig  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+cgif.h
+ +[+] CGIF_FRAME_ATTR_HAS_ALPHA +
+ + + +[+] CGIF_FRAME_ATTR_HAS_SET_TRANS +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #10.1.0
Version #20.2.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types102 / 44
Compatibility98.5%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-2
+ + +

Problems with Data Types, Medium Severity  1 


+cgif.h
+ +[+] struct st_gif  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+cgif.h
+ +[+] struct st_frameconfig  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+cgif.h
+ +[+] CGIF_FRAME_ATTR_HAS_ALPHA +
+ + + +[+] CGIF_FRAME_ATTR_HAS_SET_TRANS +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.1.0
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index dd3dc37..d38c6a5 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f2854334907066faf27cec76615ddfc447271c53 +%global gh_commit 108190311984b1431f47d0b84a8697ddf8213846 %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.1.0 +Version: 0.2.0 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Wed Feb 16 2022 Remi Collet - 0.2.0-1 +- update to 0.2.0 + * Sun Jan 2 2022 Remi Collet - 0.1.0-1 - update to 0.1.0 diff --git a/libcgif.xml b/libcgif.xml index 768f650..f578ff9 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -0.1.0 +0.2.0 -- cgit