From be1053f871b7581100b322b2fe502b5f2b30587c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Apr 2024 08:43:15 +0200 Subject: update to 0.4.0 --- compat_reports/0.3.2_to_0.4.0/compat_report.html | 524 +++++++++++++++++++++++ libcgif.spec | 9 +- libcgif.xml | 2 +- 3 files changed, 531 insertions(+), 4 deletions(-) create mode 100644 compat_reports/0.3.2_to_0.4.0/compat_report.html diff --git a/compat_reports/0.3.2_to_0.4.0/compat_report.html b/compat_reports/0.3.2_to_0.4.0/compat_report.html new file mode 100644 index 0000000..3cda90a --- /dev/null +++ b/compat_reports/0.3.2_to_0.4.0/compat_report.html @@ -0,0 +1,524 @@ + + + + + + + + + +libcgif: 0.3.2 to 0.4.0 compatibility report + + + +

API compatibility report for the libcgif library between 0.3.2 and 0.4.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #10.3.2
Version #20.4.0
Archx86_64
GCC Version13
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
-1
+ + +

Other Changes in Constants  1 


+cgif.h
+ +[+] CGIF_GEN_KEEP_IDENT_FRAMES +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.3.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #10.3.2
Version #20.4.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
-1
+ + +

Other Changes in Constants  1 


+cgif.h
+ +[+] CGIF_GEN_KEEP_IDENT_FRAMES +
+ + +
+to the top
+

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.3.2
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index aaddfa8..ad55e61 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for libcgif # -# Copyright (c) 2021-2023 Remi Collet +# Copyright (c) 2021-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 7e993b4b0a7a7d084ac4aa01f560de005cbaa411 +%global gh_commit dc470ebfae3023055df4c5a70113277df5aa59af %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.3.2 +Version: 0.4.0 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Thu Apr 4 2024 Remi Collet - 0.4.-1 +- update to 0.4.0 + * Tue May 23 2023 Remi Collet - 0.3.2-1 - update to 0.3.2 (no change) diff --git a/libcgif.xml b/libcgif.xml index 5015eec..9a7b134 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -0.3.2 +0.4.0 -- cgit