From 5b66fb395b9b96b50cb3200c92c444d9366de12f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Apr 2019 10:39:21 +0200 Subject: v2.8.1 --- php-twig2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index c6ac804..b77238e 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit ed9c49220e09bfaeb1ba4d48077c08a7b09908dd +%global github_commit 91cc2594d3143761ce0399c1caffd0b500ffe5b9 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.7.4 +Version: 2.8.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -157,7 +157,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml RETURN_CODE=0 : Upstream tests with SCLs if available -for SCL in php php70 php71 php72 php73; do +for SCL in php php71 php72 php73; do if which $SCL; then $SCL %{_bindir}/phpunit6 --verbose || RETURN_CODE=1 fi @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Wed Apr 17 2019 Remi Collet - 2.8.1-1 +- update to 2.8.1 + * Mon Mar 25 2019 Remi Collet - 2.7.4-1 - update to 2.7.4 -- cgit