From 8aa168a4fc734965c7c56b249604c1ef609d5474 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Feb 2026 13:49:56 +0100 Subject: update to 0.5.2 --- compat_reports/0.5.1_to_0.5.2/compat_report.html | 475 +++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 2 +- 3 files changed, 481 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.5.1_to_0.5.2/compat_report.html diff --git a/compat_reports/0.5.1_to_0.5.2/compat_report.html b/compat_reports/0.5.1_to_0.5.2/compat_report.html new file mode 100644 index 0000000..df7d6ff --- /dev/null +++ b/compat_reports/0.5.1_to_0.5.2/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libcgif: 0.5.1 to 0.5.2 compatibility report + + + +

API compatibility report for the libcgif library between 0.5.1 and 0.5.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #10.5.1
Version #20.5.2
Archx86_64
GCC Version15
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types6 / 29
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.5.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #10.5.1
Version #20.5.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types102 / 45
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.5.1
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index 11b28b1..d0c534a 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f54941864e8976dc73987e2eccadf2436a172a95 +%global gh_commit 48d28fe9f8c3a344b688bb10274447b6bb1bf0c2 %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.5.1 +Version: 0.5.2 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Tue Feb 24 2026 Remi Collet - 0.5.2-1 +- update to 0.5.2 + * Tue Jan 20 2026 Remi Collet - 0.5.1-1 - update to 0.5.1 diff --git a/libcgif.xml b/libcgif.xml index a70caaa..f77e9a9 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -0.5.1 +0.5.2 -- cgit