diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-08 06:34:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-08 06:34:02 +0100 |
commit | c0fcd42e362fe12f58c03135f18c85b5a7bd5991 (patch) | |
tree | 7f843dd5f938c6c8326b8973438c86f693ed97a7 | |
parent | a5fb19ff40404b23a494e80f313b4ade4f27cee3 (diff) |
update to 1.6.4 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index ad071da..44bff4e 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-encrypt # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit d70022f5aeaba240a2f9f1828b78b1efc3a4ffd8 +%global gh_commit a432f1fa829ade1babc42968dad9a5112e6d3d7c %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.1 +Version: 1.6.4 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -123,6 +123,9 @@ exit $ret %changelog +* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 1.6.4-1 +- update to 1.6.4 (no change) + * Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 1.6.1-1 - update to 1.6.1 - switch to classmap autoloader |