From 01f317d183cf775c275f06f34eda159a9c9d76cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Jan 2022 08:36:43 +0100 Subject: update to 0.1.0 --- compat_reports/4_to_0.1.0/compat_report.html | 541 +++++++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 2 +- 3 files changed, 547 insertions(+), 3 deletions(-) create mode 100644 compat_reports/4_to_0.1.0/compat_report.html diff --git a/compat_reports/4_to_0.1.0/compat_report.html b/compat_reports/4_to_0.1.0/compat_report.html new file mode 100644 index 0000000..a40730c --- /dev/null +++ b/compat_reports/4_to_0.1.0/compat_report.html @@ -0,0 +1,541 @@ + + + + + + + + + +libcgif: 4 to 0.1.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #14
Version #20.1.0
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
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ + +

Problems with Data Types, Low Severity  2 


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

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #14
Version #20.1.0
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
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ + +

Problems with Data Types, Low Severity  1 


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

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.4
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index e0b1cc5..dd3dc37 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 31e85814d7f4408a46c4fe1ab6688f6f910614be +%global gh_commit f2854334907066faf27cec76615ddfc447271c53 %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.4 +Version: 0.1.0 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Sun Jan 2 2022 Remi Collet - 0.1.0-1 +- update to 0.1.0 + * Mon Dec 13 2021 Remi Collet - 0.0.4-1 - update to 0.0.4 diff --git a/libcgif.xml b/libcgif.xml index 1f085d7..768f650 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -4 +0.1.0 -- cgit