From c0fcd42e362fe12f58c03135f18c85b5a7bd5991 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:34:02 +0100 Subject: update to 1.6.4 (no change) --- php-tecnickcom-tc-lib-pdf-encrypt.spec | 9 ++++++--- 1 file 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 - 1.6.4-1 +- update to 1.6.4 (no change) + * Mon Dec 21 2020 Remi Collet - 1.6.1-1 - update to 1.6.1 - switch to classmap autoloader -- cgit