diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-28 07:01:19 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-28 07:01:19 +0100 |
commit | 41e6561b7d1605848957a28f74ae3b59aa239df3 (patch) | |
tree | ca9b29adeaa3e07351a118711e7730de9e1adecd /php-tecnickcom-tc-lib-pdf-font.spec | |
parent | a0acdbaa0de5b522a8f63e6288a6d3e66865289e (diff) |
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-font.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index aad4c73..0e9c786 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 479a66f6663062c7fa1598d1c94142ad62bb1a02 +%global gh_commit 1bcfedd4371f09ccaa1b77d62137913cba55804d %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.6.0 +Version: 2.6.1 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -143,6 +143,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 2.6.1-1 +- update to 2.6.1 + * Mon Sep 16 2024 Remi Collet <remi@remirepo.net> - 2.6.0-1 - update to 2.6.0 |