From c644b31a58b3ddf3d2a1f6267727f329e9c03771 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2023 07:34:10 +0200 Subject: update to 0.3.1 --- libcgif.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libcgif.spec') diff --git a/libcgif.spec b/libcgif.spec index a388073..e51ff67 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for libcgif # -# Copyright (c) 2021-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2021-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit b05de324c4413558bea330fb350ad4fd13396529 +%global gh_commit 968fa662d31276be53139c1a7f0accaec38765dc %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.0 +Version: 0.3.1 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Thu Apr 6 2023 Remi Collet - 0.3.1-1 +- update to 0.3.1 + * Mon Apr 25 2022 Remi Collet - 0.3.0-1 - update to 0.3.0 -- cgit