diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 15:40:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 15:40:48 +0200 |
commit | 738296ae09bfe26ee9b09e0a6e433cb88c800b70 (patch) | |
tree | 29ca829ebb7f2ae68e03bb40d92468aff8516e71 | |
parent | 21751dedf94bdb7ba455ea895f35f565f8a7ba35 (diff) |
update to 1.4.30
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 0885113..94aa686 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6cb6806e2e14e45233ff19988129b4f2fd12f23b +%global gh_commit 9efd9482ef99cc47031c913f47021214b1601a89 %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: 1.4.27 +Version: 1.4.30 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -108,6 +108,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.4.30-1 +- update to 1.4.30 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.4.27-1 - update to 1.4.27 |