diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-15 08:15:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-15 08:15:39 +0200 |
commit | c310918c07eec6dc1d515fb0a17b4fd4b7c78940 (patch) | |
tree | b7df8f358997bdc653c123a21b49635c6582098f | |
parent | 54218531b6d6d2b819775af111acd170c37f801c (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 6f8c75d..aaa6e84 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 a2b9d4bd09fd05bbc7f2f01c93637625225c4ccc +%global gh_commit 44dfdc41393f96edcf8f2442c20c4de07d42d564 %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.13 +Version: 2.1.14 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -119,6 +119,9 @@ exit $ret %changelog +* Thu May 15 2025 Remi Collet <remi@remirepo.net> - 2.1.14-1 +- update to 2.1.14 (no change) + * Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 2.1.13-1 - update to 2.1.13 (no change) |