diff options
| -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)  | 
