diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-31 07:55:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-31 07:55:37 +0200 |
commit | df128ec6164dddd0001a532f82d636aa532208aa (patch) | |
tree | f81565eeb41e3f8e2bc542d7d652f77935e3652b | |
parent | c310918c07eec6dc1d515fb0a17b4fd4b7c78940 (diff) |
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index aaa6e84..8e3175e 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 44dfdc41393f96edcf8f2442c20c4de07d42d564 +%global gh_commit 34bc2b37314ee34180f8cd85dc4d19956d7c5985 %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.1.14 +Version: 2.1.15 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -119,6 +119,9 @@ exit $ret %changelog +* Sat May 31 2025 Remi Collet <remi@remirepo.net> - 2.1.15-1 +- update to 2.1.15 (no change) + * Thu May 15 2025 Remi Collet <remi@remirepo.net> - 2.1.14-1 - update to 2.1.14 (no change) |