From 8627a73cb9f1e89b026512b04e428d4acd8c4ad3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 15:31:32 +0200 Subject: update to 2.7.2 (no change) --- php-zendframework-zend-dom.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-zendframework-zend-dom.spec b/php-zendframework-zend-dom.spec index 63e4afd..4ab3c10 100644 --- a/php-zendframework-zend-dom.spec +++ b/php-zendframework-zend-dom.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-dom # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit ec2c66c2bb0046e895651b24f2ebb83058b9bbca +%global gh_commit 66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-dom @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.1 +Version: 2.7.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -103,7 +103,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -125,6 +125,9 @@ exit $ret %changelog +* Tue Jun 18 2019 Remi Collet - 2.7.2-1 +- update to 2.7.2 (no change) + * Wed Apr 11 2018 Remi Collet - 2.7.1-1 - update to 2.7.1 -- cgit