From 7def7d7b2d9f8cc64539c9cb99fa3ad04e1b8322 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Apr 2022 10:52:02 +0200 Subject: update to 0.3.0 --- compat_reports/0.2.1_to_0.3.0/compat_report.html | 562 +++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 2 +- 3 files changed, 568 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.2.1_to_0.3.0/compat_report.html diff --git a/compat_reports/0.2.1_to_0.3.0/compat_report.html b/compat_reports/0.2.1_to_0.3.0/compat_report.html new file mode 100644 index 0000000..be2405f --- /dev/null +++ b/compat_reports/0.2.1_to_0.3.0/compat_report.html @@ -0,0 +1,562 @@ + + + + + + + + + +libcgif: 0.2.1 to 0.3.0 compatibility report + + + +

API compatibility report for the libcgif library between 0.2.1 and 0.3.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #10.2.1
Version #20.3.0
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types6 / 28
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
Other Changes
in Constants
-2
+ + +

Other Changes in Constants  2 


+cgif.h
+ +[+] CGIF_ATTR_NO_LOOP +
+ + + +[+] CGIF_FRAME_ATTR_INTERLACED +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.2.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #10.2.1
Version #20.3.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types102 / 44
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
Other Changes
in Constants
-2
+ + +

Other Changes in Constants  2 


+cgif.h
+ +[+] CGIF_ATTR_NO_LOOP +
+ + + +[+] CGIF_FRAME_ATTR_INTERLACED +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.2.1
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index 3a56f0b..a388073 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit d41f277785ad18c6f42d7e6f8fd4637b832a58e6 +%global gh_commit b05de324c4413558bea330fb350ad4fd13396529 %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.2.1 +Version: 0.3.0 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Mon Apr 25 2022 Remi Collet - 0.3.0-1 +- update to 0.3.0 + * Thu Mar 3 2022 Remi Collet - 0.2.1-1 - update to 0.2.1 diff --git a/libcgif.xml b/libcgif.xml index 888e1ff..5e1ee59 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -0.2.1 +0.3.0 -- cgit