From 078c818a51a1da797a3df2e47e1d50e22dd99241 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Feb 2022 14:38:13 +0100 Subject: update to 0.2.0 --- libcgif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libcgif.spec') diff --git a/libcgif.spec b/libcgif.spec index dd3dc37..d38c6a5 100644 --- a/libcgif.spec +++ b/libcgif.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f2854334907066faf27cec76615ddfc447271c53 +%global gh_commit 108190311984b1431f47d0b84a8697ddf8213846 %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.1.0 +Version: 0.2.0 Release: 1%{?dist} License: MIT @@ -90,6 +90,9 @@ for %{libname}. %changelog +* Wed Feb 16 2022 Remi Collet - 0.2.0-1 +- update to 0.2.0 + * Sun Jan 2 2022 Remi Collet - 0.1.0-1 - update to 0.1.0 -- cgit