diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-12 08:28:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-12 08:28:26 +0200 |
commit | d95af2c7df43dc0b7bb261810bfa6e4ba8929ff2 (patch) | |
tree | 3855dfb35a1c32a748b59a436d9635156065122d | |
parent | 738296ae09bfe26ee9b09e0a6e433cb88c800b70 (diff) |
update to 1.4.35
-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 94aa686..d282cf3 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 9efd9482ef99cc47031c913f47021214b1601a89 +%global gh_commit ef0b81bc5cd3ceaf60fd14873e7bfc60bbfca3be %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.30 +Version: 1.4.35 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -108,6 +108,9 @@ exit $ret %changelog +* Thu Oct 12 2023 Remi Collet <remi@remirepo.net> - 1.4.35-1 +- update to 1.4.35 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.4.30-1 - update to 1.4.30 |