diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-29 13:35:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-29 13:35:16 +0100 |
commit | 4fb43d27bc11ef20ea010208dd614c324226c07d (patch) | |
tree | 1028e075074e8bba0d82fc59045074b03f5ed7a1 | |
parent | dc6975988f7c27de852557de8220a2af722a39d0 (diff) |
update to 2.0.10 (no change)
-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 51569d0..42e1583 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 a0ac1a4c5c715b0e8b593a855178da1d307f047e +%global gh_commit 7e4af737b1655086a98509793330db32bfd10df3 %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: 2.0.8 +Version: 2.0.10 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -110,6 +110,9 @@ exit $ret %changelog +* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 2.0.10-1 +- update to 2.0.10 (no change) + * Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1 - update to 2.0.8 (no change) |