diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-10 15:39:03 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-10 15:39:03 +0200 | 
| commit | f799ed35487c77da741fe29723c55872dea96592 (patch) | |
| tree | 46a64e007ba02a4fb4dd3756edd7fe2adf2ad732 | |
| parent | a29df6b358a3362e332aa2303429528b989e709f (diff) | |
update to 1.6.28
| -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 a7e2878..1fc932f 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    798d8a8e15986d1510e9339aa7024aa1c1df5c57 +%global gh_commit    31f7e4e3f97199475dfb248fd1417e84048bbb24  %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.25 +Version:        1.6.28  Release:        1%{?dist}  Summary:        PHP library to encrypt data for PDF @@ -123,6 +123,9 @@ exit $ret  %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.6.28-1 +- update to 1.6.28 +  * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.6.25-1  - update to 1.6.25  | 
