diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-25 11:49:37 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-25 11:49:37 +0100 |
commit | 20f67ef93d07c39a333f1d565fcf1c16f03d15fa (patch) | |
tree | 7102169e308d404e742f6007fa5db015efeaa8af | |
parent | 65b413c2b637a54cf4bd97f23ca480a8aadaa2ce (diff) |
update to 4.2.3 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index bf3920a..b310e5c 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c273d187890d05910218ce9a326a16bc46e36f1f +%global gh_commit 0524884e5ab71908c2d14f2443fa29cbaae06d77 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 4.2.2 +Version: 4.2.3 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -117,6 +117,9 @@ exit $ret %changelog +* Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 4.2.3-1 +- update to 4.2.3 (no change) + * Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 4.2.2-1 - update to 4.2.2 (no change) |