From 216091ec77c516171f9ad7583b77da94decc3984 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 Nov 2021 07:29:00 +0100 Subject: update to 0.0.3 --- compat_reports/2_to_3/compat_report.html | 475 +++++++++++++++++++++++++++++++ libcgif.spec | 7 +- libcgif.xml | 62 ++++ 3 files changed, 542 insertions(+), 2 deletions(-) create mode 100644 compat_reports/2_to_3/compat_report.html create mode 100644 libcgif.xml diff --git a/compat_reports/2_to_3/compat_report.html b/compat_reports/2_to_3/compat_report.html new file mode 100644 index 0000000..a1f0c17 --- /dev/null +++ b/compat_reports/2_to_3/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libcgif: 2 to 3 compatibility report + + + +

API compatibility report for the libcgif library between 2 and 3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


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

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.2
+
+
to the top
+


+

Test Info


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

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.0.2
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index 259be0f..6bb1208 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 828923477cc4e49f04eec446da36068ec2025d1a +%global gh_commit f4683ef7786403da9f568a1934f8ad46945ce3bb %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.2 +Version: 0.0.3 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Sun Nov 28 2021 Remi Collet - 0.0.3-1 +- update to 0.0.3 + * Tue Nov 9 2021 Remi Collet - 0.0.2-1 - update to 0.0.2 diff --git a/libcgif.xml b/libcgif.xml new file mode 100644 index 0000000..9661448 --- /dev/null +++ b/libcgif.xml @@ -0,0 +1,62 @@ + + + + + + + + + +3 + + + + +/usr/include/cgif.h + + + + +/usr/lib64/libcgif.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit