From a98c6079a4c944fe52fe7da0047a1fb7368b3135 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 09:33:16 +0100 Subject: update to 0.5.0 re-license spec file to CECILL-2.1 update to 0.5.0 re-license spec file to CECILL-2.1 --- compat_reports/0.4.1_to_0.5.0/compat_report.html | 475 +++++++++++++++++++++++ libcgif.spec | 16 +- libcgif.xml | 2 +- 3 files changed, 486 insertions(+), 7 deletions(-) create mode 100644 compat_reports/0.4.1_to_0.5.0/compat_report.html diff --git a/compat_reports/0.4.1_to_0.5.0/compat_report.html b/compat_reports/0.4.1_to_0.5.0/compat_report.html new file mode 100644 index 0000000..667f681 --- /dev/null +++ b/compat_reports/0.4.1_to_0.5.0/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libcgif: 0.4.1 to 0.5.0 compatibility report + + + +

API compatibility report for the libcgif library between 0.4.1 and 0.5.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcgif
Version #10.4.1
Version #20.5.0
Archx86_64
GCC Version14
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
+ +

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.4.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcgif
Version #10.4.1
Version #20.5.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
+ +

Header Files  1 


+
+cgif.h
+
+
to the top
+

Libraries  1 


+
+libcgif.so.0.4.1
+
+
to the top
+



+ +
+ + diff --git a/libcgif.spec b/libcgif.spec index 2f598e3..a97fe02 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for libcgif # -# Copyright (c) 2021-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit 025ac5e56ea35be1d4c02d014e6d26e2eb9ccfa9 +%global gh_commit 2bcdaea1b134ff31acc893d2e5920e68c411d59b %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.4.1 +Version: 0.5.0 Release: 1%{?dist} License: MIT @@ -25,7 +25,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz BuildRequires: gcc -BuildRequires: meson +BuildRequires: meson >= 0.56 %description @@ -90,6 +90,10 @@ for %{libname}. %changelog +* Mon Feb 10 2025 Remi Collet - 0.5.0-1 +- update to 0.5.0 +- re-license spec file to CECILL-2.1 + * Tue Jul 2 2024 Remi Collet - 0.4.1-1 - update to 0.4.1 diff --git a/libcgif.xml b/libcgif.xml index 74a6a30..6f589f5 100644 --- a/libcgif.xml +++ b/libcgif.xml @@ -9,7 +9,7 @@ -0.4.1 +0.5.0 -- cgit