From 35a12957528be10603671f9fabf4cee5bb423fa3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jan 2024 10:02:16 +0100 Subject: update to 2.1.1 --- php-tecnickcom-tc-lib-pdf-font.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 3ba7a4d..24c2a82 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-font # -# Copyright (c) 2023 Remi Collet +# Copyright (c) 2023-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit f5bbbfeefb648ae87e6b9ed267cdab45c76052da +%global gh_commit 9cd99255138302fe00863319d865890ffecf99b8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -16,7 +16,7 @@ %global font_version 2.1.0 Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.13 +Version: 2.1.1 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -163,6 +163,9 @@ exit $ret %changelog +* Mon Jan 29 2024 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Wed Nov 29 2023 Remi Collet - 2.0.13-1 - update to 2.0.13 -- cgit