diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-05 09:33:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-05 09:33:31 +0200 |
commit | 61653a1c09d08a85e4d47bd5294deb9f49e8b4c3 (patch) | |
tree | f7c09a62b8b5976ce3f9209b62342cfa92f7b37a | |
parent | de2e59095ea65ee2a3ec3241b4299e0ddd1b0906 (diff) |
update to 1.6.19 (no change)
-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 0d09f8f..ae7c20d 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 b3fd17f819f7366c124e545b9ad425cd6fc18633 +%global gh_commit edfbf672e82209319e14ccba254a921c3ce82ade %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.6.17 +Version: 1.6.19 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -122,6 +122,9 @@ exit $ret %changelog +* Fri May 5 2023 Remi Collet <remi@remirepo.net> - 1.6.19-1 +- update to 1.6.19 (no change) + * Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.6.17-1 - update to 1.6.17 (no change) |