From e970c8065ee1435d80067aedeec17ae3574513e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jan 2018 09:46:24 +0100 Subject: v1.5.4 --- php-tecnickcom-tc-lib-pdf-encrypt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-encrypt.spec') diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index 884ba8f..880e439 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-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit be185865d1ba7c29e43625cdeaf22cabb5ee2464 +%global gh_commit 250ed40a343fcd2d5fbd2d11508f717b87d1b3cc %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.5.3 +Version: 1.5.4 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -122,6 +122,9 @@ exit $ret %changelog +* Tue Jan 2 2018 Remi Collet - 1.5.4-1 +- Update to 1.5.4 + * Sun Oct 29 2017 Remi Collet - 1.5.3-1 - Update to 1.5.3 - use phpunit6 when available -- cgit