From 2ce01efe7cb218677ef03903e0049b9ee3958237 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jun 2018 08:42:25 +0200 Subject: v1.5.7 (no change) --- 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 8cc6b8f..af19d50 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 9d27efc69b19ab5018c5dce9ad7b58a33cdd7f6b +%global gh_commit 9d8f60deb964a9acb4ce3fd6c1bbfd524a1f47de %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.6 +Version: 1.5.7 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -98,7 +98,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -122,6 +122,9 @@ exit $ret %changelog +* Mon Jun 25 2018 Remi Collet - 1.5.7-1 +- update to 1.5.7 (no change) + * Mon May 14 2018 Remi Collet - 1.5.6-1 - update to 1.5.6 (no change) - switch to phpunit7 -- cgit